! Started logfile: J1230-3121_S_2002_05_14_yyk_uvs.log on Tue Jun 26 22:45:47 2007 obs J1230-3121_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J1230-3121_S_2002_05_14_yyk_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.79763 visibilities/baseline/integration-bin. ! Found source: J1230-3121 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1153 lines of history. ! ! Reading 10768 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 J1230-3121_S_2002_05_14_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.271494 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.392 mas, bmaj=6.2 mas, bpa=-0.1684 degrees ! Estimated noise=1689.52 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.110661 Jy ! Component: 100 - total flux cleaned = 0.145339 Jy ! Total flux subtracted in 100 components = 0.145339 Jy ! Clean residual min=-0.010992 max=0.013593 Jy/beam ! Clean residual mean=0.000056 rms=0.003285 Jy/beam ! Combined flux in latest and established models = 0.145339 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.145339 Jy ! ! Correcting IF 1. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.229057Jy sigma=0.001287 ! Fit after self-cal, rms=0.228671Jy sigma=0.001285 ! Inverting map and beam ! Estimated beam: bmin=2.392 mas, bmaj=6.2 mas, bpa=-0.1684 degrees ! Estimated noise=1689.52 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.149 mas, bmaj=8.332 mas, bpa=-2.702 degrees ! Estimated noise=1148.7 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.0313289 Jy ! Component: 100 - total flux cleaned = 0.0426542 Jy ! Component: 150 - total flux cleaned = 0.0470482 Jy ! Component: 200 - total flux cleaned = 0.0477976 Jy ! Total flux subtracted in 200 components = 0.0477976 Jy ! Clean residual min=-0.007944 max=0.014791 Jy/beam ! Clean residual mean=0.000320 rms=0.002851 Jy/beam ! Combined flux in latest and established models = 0.193137 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 45 components and 0.193137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226752Jy sigma=0.001267 ! Fit after self-cal, rms=0.226740Jy sigma=0.001267 ! 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.149 x 8.332 at -2.702 degrees (North through East) ! Clean map min=-0.0076593 max=0.13104 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.226740Jy sigma=0.001267 ! Fit after self-cal, rms=0.226766Jy sigma=0.001267 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.226766Jy sigma=0.001267 ! Fit after self-cal, rms=0.226761Jy sigma=0.001267 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=8.332 mas, bpa=-2.674 degrees ! Estimated noise=1149.29 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 (-1, -29). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.017682 Jy ! Component: 100 - total flux cleaned = 0.0240931 Jy ! Component: 150 - total flux cleaned = 0.0248076 Jy ! Component: 200 - total flux cleaned = 0.0255197 Jy ! Total flux subtracted in 200 components = 0.0255197 Jy ! Clean residual min=-0.006544 max=0.007722 Jy/beam ! Clean residual mean=0.000209 rms=0.001850 Jy/beam ! Combined flux in latest and established models = 0.218656 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 61 model components to the UV plane model. ! The established model now contains 102 components and 0.218656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.225701Jy sigma=0.001261 ! Fit after self-cal, rms=0.225561Jy sigma=0.001260 ! 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.225561Jy sigma=0.001260 ! Fit after self-cal, rms=0.224576Jy sigma=0.001253 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.00609947 Jy ! Component: 100 - total flux cleaned = 0.00766615 Jy ! Component: 150 - total flux cleaned = 0.00766815 Jy ! Component: 200 - total flux cleaned = 0.00767157 Jy ! Total flux subtracted in 200 components = 0.00767157 Jy ! Clean residual min=-0.006112 max=0.005241 Jy/beam ! Clean residual mean=0.000176 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.226328 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 133 components and 0.226328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.224399Jy sigma=0.001252 ! Fit after self-cal, rms=0.224220Jy sigma=0.001251 ! 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.149 x 8.332 at -2.674 degrees (North through East) ! Clean map min=-0.0055887 max=0.13115 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.224220Jy sigma=0.001251 ! Fit after self-cal, rms=0.220281Jy sigma=0.001249 ! 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.220281Jy sigma=0.001249 ! Fit after self-cal, rms=0.220245Jy sigma=0.001249 ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.41 mas, bpa=-2.395 degrees ! Estimated noise=1131.3 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0014743 Jy ! Component: 100 - total flux cleaned = -0.00165897 Jy ! Component: 150 - total flux cleaned = -0.00180727 Jy ! Component: 200 - total flux cleaned = -0.00187683 Jy ! Total flux subtracted in 200 components = -0.00187683 Jy ! Clean residual min=-0.005518 max=0.004715 Jy/beam ! Clean residual mean=0.000089 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.224451 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 149 components and 0.224451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.220152Jy sigma=0.001249 ! Fit after self-cal, rms=0.220141Jy sigma=0.001249 ! 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.220141Jy sigma=0.001249 ! Fit after self-cal, rms=0.218692Jy sigma=0.001249 ! 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.218692Jy sigma=0.001249 ! Fit after self-cal, rms=0.218692Jy sigma=0.001249 ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.345 mas, bpa=-2.121 degrees ! Estimated noise=1122.95 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00033232 Jy ! Component: 100 - total flux cleaned = -0.00039601 Jy ! Component: 150 - total flux cleaned = -0.000522267 Jy ! Component: 200 - total flux cleaned = -0.000579998 Jy ! Total flux subtracted in 200 components = -0.000579998 Jy ! Clean residual min=-0.005474 max=0.004675 Jy/beam ! Clean residual mean=0.000083 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.223871 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 154 components and 0.223871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218651Jy sigma=0.001249 ! Fit after self-cal, rms=0.218648Jy sigma=0.001249 ! 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.474 mas, bmaj=24.25 mas, bpa=4.016 degrees ! Estimated noise=1427.58 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.000765794 Jy ! Component: 100 - total flux cleaned = 0.000819269 Jy ! Component: 150 - total flux cleaned = 0.000862327 Jy ! Component: 200 - total flux cleaned = 0.000787409 Jy ! Total flux subtracted in 200 components = 0.000787409 Jy ! Clean residual min=-0.004605 max=0.003857 Jy/beam ! Clean residual mean=0.000157 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.224658 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 162 components and 0.224658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218641Jy sigma=0.001249 ! Fit after self-cal, rms=0.218641Jy sigma=0.001249 ! 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.4 mas, bmaj=6.219 mas, bpa=0.0429 degrees ! Estimated noise=1651.39 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.109475 Jy ! Component: 100 - total flux cleaned = 0.142864 Jy ! Component: 150 - total flux cleaned = 0.161533 Jy ! Component: 200 - total flux cleaned = 0.174826 Jy ! Total flux subtracted in 200 components = 0.174826 Jy ! Clean residual min=-0.009706 max=0.009440 Jy/beam ! Clean residual mean=0.000027 rms=0.002658 Jy/beam ! Combined flux in latest and established models = 0.174826 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.174826 Jy ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.345 mas, bpa=-2.121 degrees ! Estimated noise=1122.95 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) ! Added new window around map position (2, -14). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.021353 Jy ! Component: 100 - total flux cleaned = 0.0328676 Jy ! Component: 150 - total flux cleaned = 0.0399156 Jy ! Component: 200 - total flux cleaned = 0.0444792 Jy ! Total flux subtracted in 200 components = 0.0444792 Jy ! Clean residual min=-0.006098 max=0.004516 Jy/beam ! Clean residual mean=0.000103 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.219305 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 114 components and 0.219305 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.474 mas, bmaj=24.25 mas, bpa=4.016 degrees ! Estimated noise=1427.58 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.00451001 Jy ! Component: 100 - total flux cleaned = 0.00586616 Jy ! Component: 150 - total flux cleaned = 0.00619343 Jy ! Component: 200 - total flux cleaned = 0.00637094 Jy ! Total flux subtracted in 200 components = 0.00637094 Jy ! Clean residual min=-0.004705 max=0.003813 Jy/beam ! Clean residual mean=0.000146 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.225676 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 124 components and 0.225676 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.345 mas, bpa=-2.121 degrees ! Estimated noise=1122.95 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000382642 Jy ! Component: 100 - total flux cleaned = -0.000459772 Jy ! Component: 150 - total flux cleaned = -0.000534924 Jy ! Component: 200 - total flux cleaned = -0.000603667 Jy ! Total flux subtracted in 200 components = -0.000603667 Jy ! Clean residual min=-0.005766 max=0.004340 Jy/beam ! Clean residual mean=0.000074 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 0.225072 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 145 components and 0.225072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218542Jy sigma=0.001248 ! Fit after self-cal, rms=0.218536Jy sigma=0.001248 wmodel J1230-3121_S_2002_05_14_yyk\_map.mod ! Writing 145 model components to file: J1230-3121_S_2002_05_14_yyk_map.mod wobs J1230-3121_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J1230-3121_S_2002_05_14_yyk_uvs.fits wwins J1230-3121_S_2002_05_14_yyk\_map.win ! wwins: Wrote 3 windows to J1230-3121_S_2002_05_14_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.00247861 Jy ! Component: 100 - total flux cleaned = -0.00466643 Jy ! Component: 150 - total flux cleaned = -0.00573817 Jy ! Component: 200 - total flux cleaned = -0.0064432 Jy ! Component: 250 - total flux cleaned = -0.00719574 Jy ! Component: 300 - total flux cleaned = -0.00763033 Jy ! Component: 350 - total flux cleaned = -0.00805183 Jy ! Component: 400 - total flux cleaned = -0.00839144 Jy ! Component: 450 - total flux cleaned = -0.00852397 Jy ! Component: 500 - total flux cleaned = -0.0085241 Jy ! Component: 550 - total flux cleaned = -0.00846164 Jy ! Component: 600 - total flux cleaned = -0.00840051 Jy ! Component: 650 - total flux cleaned = -0.00822273 Jy ! Component: 700 - total flux cleaned = -0.00828081 Jy ! Component: 750 - total flux cleaned = -0.0082233 Jy ! Component: 800 - total flux cleaned = -0.00816742 Jy ! Component: 850 - total flux cleaned = -0.00822214 Jy ! Component: 900 - total flux cleaned = -0.00811571 Jy ! Component: 950 - total flux cleaned = -0.00806439 Jy ! Component: 1000 - total flux cleaned = -0.00806508 Jy ! Component: 1050 - total flux cleaned = -0.00811475 Jy ! Component: 1100 - total flux cleaned = -0.00801582 Jy ! Component: 1150 - total flux cleaned = -0.00801636 Jy ! Component: 1200 - total flux cleaned = -0.00796892 Jy ! Component: 1250 - total flux cleaned = -0.00778116 Jy ! Component: 1300 - total flux cleaned = -0.00782803 Jy ! Component: 1350 - total flux cleaned = -0.00773856 Jy ! Component: 1400 - total flux cleaned = -0.00782929 Jy ! Component: 1450 - total flux cleaned = -0.00778541 Jy ! Component: 1500 - total flux cleaned = -0.00774253 Jy ! Component: 1550 - total flux cleaned = -0.00774312 Jy ! Component: 1600 - total flux cleaned = -0.00770082 Jy ! Component: 1650 - total flux cleaned = -0.0077006 Jy ! Component: 1700 - total flux cleaned = -0.00757687 Jy ! Component: 1750 - total flux cleaned = -0.00749567 Jy ! Component: 1800 - total flux cleaned = -0.00753599 Jy ! Component: 1850 - total flux cleaned = -0.00741647 Jy ! Component: 1900 - total flux cleaned = -0.0072988 Jy ! Component: 1950 - total flux cleaned = -0.00718269 Jy ! Component: 2000 - total flux cleaned = -0.00718292 Jy ! Total flux subtracted in 2048 components = -0.00710676 Jy ! Clean residual min=-0.002637 max=0.002012 Jy/beam ! Clean residual mean=0.000068 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.217966 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 274 components and 0.217966 Jy ![Exited script file: muppet] wmap "J1230-3121_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 8.345 at -2.121 degrees (North through East) ! Clean map min=-0.0046868 max=0.12888 Jy/beam ! Writing clean map to FITS file: J1230-3121_S_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128881 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000748135 device "J1230-3121_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J1230-3121_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.74146 1.74146 3.48291 6.96583 13.9317 27.8633 55.7266 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.128 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 8.345 at -2.121 degrees (North through East) ! Clean map min=-0.0046868 max=0.12888 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1230-3121_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J1230-3121_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1230-3121_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:45:55 2007