! Started logfile: J2342-2223_S_2005_07_09_yyk_uvs.log on Fri Jan 20 11:12:05 2006 obs J2342-2223_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2342-2223_S_2005_07_09_yyk_uve.fits ! AN table 1: 9 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2342-2223 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1601 lines of history. ! ! Reading 1620 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ![@muppet J2342-2223_S_2005_07_09_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.191313 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.359 mas, bmaj=6.119 mas, bpa=3.985 degrees ! Estimated noise=1.60307 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.149231 Jy ! Component: 100 - total flux cleaned = 0.173566 Jy ! Total flux subtracted in 100 components = 0.173566 Jy ! Clean residual min=-0.005844 max=0.007101 Jy/beam ! Clean residual mean=0.000040 rms=0.001875 Jy/beam ! Combined flux in latest and established models = 0.173566 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.173566 Jy ! ! Correcting IF 1. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.066556Jy sigma=1.076652 ! Fit after self-cal, rms=0.065972Jy sigma=1.066081 ! Inverting map and beam ! Estimated beam: bmin=2.36 mas, bmaj=6.12 mas, bpa=3.958 degrees ! Estimated noise=1.60283 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=7.842 mas, bpa=0.7008 degrees ! Estimated noise=1.14538 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0094433 Jy ! Component: 100 - total flux cleaned = 0.0125776 Jy ! Component: 150 - total flux cleaned = 0.0132713 Jy ! Component: 200 - total flux cleaned = 0.0133747 Jy ! Total flux subtracted in 200 components = 0.0133747 Jy ! Clean residual min=-0.004861 max=0.006002 Jy/beam ! Clean residual mean=-0.000083 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.186941 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.186941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064551Jy sigma=1.049004 ! Fit after self-cal, rms=0.064543Jy sigma=1.048878 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.098 x 7.842 at 0.7008 degrees (North through East) ! Clean map min=-0.0046476 max=0.17435 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01094 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.00* KP 0.99 ! LA 1.09 MK 0.91 NL 0.94 OV 0.93 ! PT 1.10 SC 0.92 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.981981 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.00* KP 0.99 ! LA 1.05 MK 0.97 NL 1.00 OV 1.05 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.998633 ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.91 HN 1.00* KP 0.99 ! LA 0.96 MK 1.06 NL 1.07 OV 1.02 ! PT 1.14 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.064543Jy sigma=1.048878 ! Fit after self-cal, rms=0.060594Jy sigma=1.016923 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060594Jy sigma=1.016923 ! Fit after self-cal, rms=0.060582Jy sigma=1.016730 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.053 mas, bmaj=7.729 mas, bpa=0.8598 degrees ! Estimated noise=1.1535 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00331141 Jy ! Component: 100 - total flux cleaned = 0.00423581 Jy ! Component: 150 - total flux cleaned = 0.00440466 Jy ! Component: 200 - total flux cleaned = 0.00456587 Jy ! Total flux subtracted in 200 components = 0.00456587 Jy ! Clean residual min=-0.003818 max=0.004179 Jy/beam ! Clean residual mean=0.000053 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.191507 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.191507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060358Jy sigma=1.014429 ! Fit after self-cal, rms=0.060357Jy sigma=1.014386 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060357Jy sigma=1.014386 ! Fit after self-cal, rms=0.058145Jy sigma=0.977151 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000818498 Jy ! Component: 100 - total flux cleaned = 0.000890153 Jy ! Component: 150 - total flux cleaned = 0.000921466 Jy ! Component: 200 - total flux cleaned = 0.000936075 Jy ! Total flux subtracted in 200 components = 0.000936075 Jy ! Clean residual min=-0.003840 max=0.004094 Jy/beam ! Clean residual mean=0.000053 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.192443 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.192443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058112Jy sigma=0.976958 ! Fit after self-cal, rms=0.057891Jy sigma=0.974231 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.053 x 7.729 at 0.8598 degrees (North through East) ! Clean map min=-0.003719 max=0.1749 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057891Jy sigma=0.974231 ! Fit after self-cal, rms=0.057916Jy sigma=0.962145 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057916Jy sigma=0.962145 ! Fit after self-cal, rms=0.057858Jy sigma=0.961711 ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=7.652 mas, bpa=0.8314 degrees ! Estimated noise=1.16772 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343807 Jy ! Component: 100 - total flux cleaned = 0.00464004 Jy ! Component: 150 - total flux cleaned = 0.0050132 Jy ! Component: 200 - total flux cleaned = 0.00507379 Jy ! Total flux subtracted in 200 components = 0.00507379 Jy ! Clean residual min=-0.003856 max=0.003919 Jy/beam ! Clean residual mean=0.000060 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.197516 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.197516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057616Jy sigma=0.959291 ! Fit after self-cal, rms=0.057591Jy sigma=0.959172 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057591Jy sigma=0.959172 ! Fit after self-cal, rms=0.057807Jy sigma=0.956428 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057807Jy sigma=0.956428 ! Fit after self-cal, rms=0.057798Jy sigma=0.956363 ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.584 mas, bpa=1.016 degrees ! Estimated noise=1.17266 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190873 Jy ! Component: 100 - total flux cleaned = 0.00250277 Jy ! Component: 150 - total flux cleaned = 0.00258965 Jy ! Component: 200 - total flux cleaned = 0.00266148 Jy ! Total flux subtracted in 200 components = 0.00266148 Jy ! Clean residual min=-0.003912 max=0.003954 Jy/beam ! Clean residual mean=0.000093 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.200178 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.200178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057704Jy sigma=0.955582 ! Fit after self-cal, rms=0.057698Jy sigma=0.955561 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.52 mas, bmaj=19.52 mas, bpa=10.05 degrees ! Estimated noise=1.53736 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000142785 Jy ! Component: 100 - total flux cleaned = 0.000143929 Jy ! Component: 150 - total flux cleaned = 0.000143815 Jy ! Component: 200 - total flux cleaned = 0.000148627 Jy ! Total flux subtracted in 200 components = 0.000148627 Jy ! Clean residual min=-0.004115 max=0.004896 Jy/beam ! Clean residual mean=0.000190 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.200327 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 66 components and 0.200327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057695Jy sigma=0.955588 ! Fit after self-cal, rms=0.057690Jy sigma=0.955573 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.333 mas, bmaj=6.07 mas, bpa=4.075 degrees ! Estimated noise=1.58444 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.14845 Jy ! Component: 100 - total flux cleaned = 0.175027 Jy ! Component: 150 - total flux cleaned = 0.186939 Jy ! Component: 200 - total flux cleaned = 0.192915 Jy ! Total flux subtracted in 200 components = 0.192915 Jy ! Clean residual min=-0.005713 max=0.005394 Jy/beam ! Clean residual mean=0.000072 rms=0.001444 Jy/beam ! Combined flux in latest and established models = 0.192915 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 35 model components to the UV plane model. ! The established model now contains 35 components and 0.192915 Jy ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.584 mas, bpa=1.016 degrees ! Estimated noise=1.17266 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00490923 Jy ! Component: 100 - total flux cleaned = 0.00667624 Jy ! Component: 150 - total flux cleaned = 0.00713181 Jy ! Component: 200 - total flux cleaned = 0.00721365 Jy ! Total flux subtracted in 200 components = 0.00721365 Jy ! Clean residual min=-0.003887 max=0.004035 Jy/beam ! Clean residual mean=0.000093 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.200129 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 53 components and 0.200129 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.52 mas, bmaj=19.52 mas, bpa=10.05 degrees ! Estimated noise=1.53736 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000240934 Jy ! Component: 100 - total flux cleaned = 0.00023289 Jy ! Component: 150 - total flux cleaned = 0.000239974 Jy ! Component: 200 - total flux cleaned = 0.000246658 Jy ! Total flux subtracted in 200 components = 0.000246658 Jy ! Clean residual min=-0.004099 max=0.004896 Jy/beam ! Clean residual mean=0.000189 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.200375 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 57 components and 0.200375 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.584 mas, bpa=1.016 degrees ! Estimated noise=1.17266 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -7.35326e-05 Jy ! Component: 100 - total flux cleaned = -7.4197e-05 Jy ! Component: 150 - total flux cleaned = -8.80749e-05 Jy ! Component: 200 - total flux cleaned = -8.83885e-05 Jy ! Total flux subtracted in 200 components = -8.83885e-05 Jy ! Clean residual min=-0.003883 max=0.004019 Jy/beam ! Clean residual mean=0.000092 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.200287 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.200287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057685Jy sigma=0.955627 ! Fit after self-cal, rms=0.057683Jy sigma=0.955619 wmodel J2342-2223_S_2005_07_09_yyk\_map.mod ! Writing 64 model components to file: J2342-2223_S_2005_07_09_yyk_map.mod wobs J2342-2223_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2342-2223_S_2005_07_09_yyk_uvs.fits wwins J2342-2223_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J2342-2223_S_2005_07_09_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029963 Jy ! Component: 100 - total flux cleaned = 0.000362283 Jy ! Component: 150 - total flux cleaned = 0.000424651 Jy ! Component: 200 - total flux cleaned = 0.000364761 Jy ! Component: 250 - total flux cleaned = 0.00013629 Jy ! Component: 300 - total flux cleaned = 8.11377e-05 Jy ! Component: 350 - total flux cleaned = 8.02218e-05 Jy ! Component: 400 - total flux cleaned = 7.90064e-05 Jy ! Component: 450 - total flux cleaned = 0.000226736 Jy ! Component: 500 - total flux cleaned = 0.000464667 Jy ! Component: 550 - total flux cleaned = 0.000650205 Jy ! Component: 600 - total flux cleaned = 0.000605706 Jy ! Component: 650 - total flux cleaned = 0.000738795 Jy ! Component: 700 - total flux cleaned = 0.000824068 Jy ! Component: 750 - total flux cleaned = 0.000655083 Jy ! Component: 800 - total flux cleaned = 0.000654913 Jy ! Component: 850 - total flux cleaned = 0.000614326 Jy ! Component: 900 - total flux cleaned = 0.000614111 Jy ! Component: 950 - total flux cleaned = 0.000497894 Jy ! Component: 1000 - total flux cleaned = 0.000498897 Jy ! Component: 1050 - total flux cleaned = 0.000387811 Jy ! Component: 1100 - total flux cleaned = 0.000387925 Jy ! Component: 1150 - total flux cleaned = 0.000387111 Jy ! Component: 1200 - total flux cleaned = 0.000351514 Jy ! Component: 1250 - total flux cleaned = 0.000282225 Jy ! Component: 1300 - total flux cleaned = 0.000316818 Jy ! Component: 1350 - total flux cleaned = 0.000383315 Jy ! Component: 1400 - total flux cleaned = 0.000216373 Jy ! Component: 1450 - total flux cleaned = 0.00024891 Jy ! Component: 1500 - total flux cleaned = 0.000280731 Jy ! Component: 1550 - total flux cleaned = 0.000248629 Jy ! Component: 1600 - total flux cleaned = 0.000248763 Jy ! Component: 1650 - total flux cleaned = 0.000156047 Jy ! Component: 1700 - total flux cleaned = 0.000186329 Jy ! Component: 1750 - total flux cleaned = 0.00012618 Jy ! Component: 1800 - total flux cleaned = 3.70619e-05 Jy ! Component: 1850 - total flux cleaned = 0.000154377 Jy ! Component: 1900 - total flux cleaned = 0.000154284 Jy ! Component: 1950 - total flux cleaned = 6.84104e-05 Jy ! Component: 2000 - total flux cleaned = 0.000125282 Jy ! Total flux subtracted in 2048 components = 9.72016e-05 Jy ! Clean residual min=-0.001757 max=0.001690 Jy/beam ! Clean residual mean=0.000025 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.200384 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 196 components and 0.200384 Jy ![Exited script file: muppet] wmap "J2342-2223_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.967 x 7.584 at 1.016 degrees (North through East) ! Clean map min=-0.0032625 max=0.17634 Jy/beam ! Writing clean map to FITS file: J2342-2223_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.176344 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000554381 device "J2342-2223_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2342-2223_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.943125 0.943125 1.88625 3.7725 7.545 15.09 30.18 60.36 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.176 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.967 x 7.584 at 1.016 degrees (North through East) ! Clean map min=-0.0032625 max=0.17634 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2342-2223_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2342-2223_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2342-2223_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:12:09 2006