! Started logfile: J0123-0923_X_2005_07_08_yyk_uvs.log on Fri Jan 20 11:14:33 2006 obs J0123-0923_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0123-0923_X_2005_07_08_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.813333 visibilities/baseline/integration-bin. ! Found source: J0123-0923 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1411 lines of history. ! ! Reading 732 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 J0123-0923_X_2005_07_08_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.122662 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=0.8902 mas, bmaj=3.086 mas, bpa=21.24 degrees ! Estimated noise=2.11697 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.0909383 Jy ! Component: 100 - total flux cleaned = 0.113184 Jy ! Total flux subtracted in 100 components = 0.113184 Jy ! Clean residual min=-0.008195 max=0.009683 Jy/beam ! Clean residual mean=-0.000020 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 0.113184 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.113184 Jy ! ! Correcting IF 1. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 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.055535Jy sigma=1.127171 ! Fit after self-cal, rms=0.055127Jy sigma=1.116637 ! Inverting map and beam ! Estimated beam: bmin=0.8902 mas, bmaj=3.086 mas, bpa=21.24 degrees ! Estimated noise=2.11697 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=1.119 mas, bmaj=3.505 mas, bpa=19.14 degrees ! Estimated noise=1.45778 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.0134815 Jy ! Component: 100 - total flux cleaned = 0.0202004 Jy ! Component: 150 - total flux cleaned = 0.0240962 Jy ! Component: 200 - total flux cleaned = 0.0261207 Jy ! Total flux subtracted in 200 components = 0.0261207 Jy ! Clean residual min=-0.005118 max=0.004980 Jy/beam ! Clean residual mean=0.000016 rms=0.001513 Jy/beam ! Combined flux in latest and established models = 0.139305 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.139305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052902Jy sigma=1.065449 ! Fit after self-cal, rms=0.052885Jy sigma=1.065194 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.119 x 3.505 at 19.14 degrees (North through East) ! Clean map min=-0.0048221 max=0.109 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.0299 ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.95 HN 0.99 KP 0.97 ! LA 0.98 MK 1.00* NL 1.09 OV 0.94 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! 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* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.04182 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.98 HN 0.94 KP 0.84 ! LA 1.12 MK 1.00* NL 0.90 OV 0.98 ! PT 1.00 SC 0.91 ! ! ! 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.052885Jy sigma=1.065194 ! Fit after self-cal, rms=0.051983Jy sigma=1.053950 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.051983Jy sigma=1.053950 ! Fit after self-cal, rms=0.051980Jy sigma=1.053926 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.098 mas, bmaj=3.496 mas, bpa=19.55 degrees ! Estimated noise=1.44995 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.00278698 Jy ! Component: 100 - total flux cleaned = 0.00361012 Jy ! Component: 150 - total flux cleaned = 0.00381288 Jy ! Component: 200 - total flux cleaned = 0.00394684 Jy ! Total flux subtracted in 200 components = 0.00394684 Jy ! Clean residual min=-0.005128 max=0.004988 Jy/beam ! Clean residual mean=0.000023 rms=0.001447 Jy/beam ! Combined flux in latest and established models = 0.143251 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.143251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051851Jy sigma=1.051179 ! Fit after self-cal, rms=0.051844Jy sigma=1.051093 ! 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.051844Jy sigma=1.051093 ! Fit after self-cal, rms=0.050014Jy sigma=1.011351 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.000549957 Jy ! Component: 100 - total flux cleaned = 0.000816643 Jy ! Component: 150 - total flux cleaned = 0.000913799 Jy ! Component: 200 - total flux cleaned = 0.000972167 Jy ! Total flux subtracted in 200 components = 0.000972167 Jy ! Clean residual min=-0.004970 max=0.004803 Jy/beam ! Clean residual mean=0.000023 rms=0.001421 Jy/beam ! Combined flux in latest and established models = 0.144224 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 61 components and 0.144224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049970Jy sigma=1.010501 ! Fit after self-cal, rms=0.049891Jy sigma=1.008530 ! 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: 1.098 x 3.496 at 19.55 degrees (North through East) ! Clean map min=-0.0046876 max=0.10908 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.049891Jy sigma=1.008530 ! Fit after self-cal, rms=0.048065Jy sigma=1.001873 ! 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.048065Jy sigma=1.001873 ! Fit after self-cal, rms=0.048059Jy sigma=1.001682 ! Inverting map and beam ! Estimated beam: bmin=1.086 mas, bmaj=3.487 mas, bpa=19.75 degrees ! Estimated noise=1.39816 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00291809 Jy ! Component: 100 - total flux cleaned = -0.00289898 Jy ! Component: 150 - total flux cleaned = -0.00281194 Jy ! Component: 200 - total flux cleaned = -0.00278974 Jy ! Total flux subtracted in 200 components = -0.00278974 Jy ! Clean residual min=-0.004752 max=0.004831 Jy/beam ! Clean residual mean=0.000024 rms=0.001379 Jy/beam ! Combined flux in latest and established models = 0.141434 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 69 components and 0.141434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047846Jy sigma=0.998246 ! Fit after self-cal, rms=0.047845Jy sigma=0.998137 ! 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.047845Jy sigma=0.998137 ! Fit after self-cal, rms=0.047509Jy sigma=0.991352 ! 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.047509Jy sigma=0.991352 ! Fit after self-cal, rms=0.047508Jy sigma=0.991313 ! Inverting map and beam ! Estimated beam: bmin=1.087 mas, bmaj=3.502 mas, bpa=19.99 degrees ! Estimated noise=1.37728 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000936611 Jy ! Component: 100 - total flux cleaned = -0.000942251 Jy ! Component: 150 - total flux cleaned = -0.000854117 Jy ! Component: 200 - total flux cleaned = -0.000775151 Jy ! Total flux subtracted in 200 components = -0.000775151 Jy ! Clean residual min=-0.004727 max=0.004985 Jy/beam ! Clean residual mean=0.000024 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.140659 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.140659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047452Jy sigma=0.989806 ! Fit after self-cal, rms=0.047453Jy sigma=0.989759 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.249 mas, bmaj=4.387 mas, bpa=9.407 degrees ! Estimated noise=1.61178 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.000321189 Jy ! Component: 100 - total flux cleaned = -0.000320792 Jy ! Component: 150 - total flux cleaned = -0.000282255 Jy ! Component: 200 - total flux cleaned = -0.000216097 Jy ! Total flux subtracted in 200 components = -0.000216097 Jy ! Clean residual min=-0.006087 max=0.005152 Jy/beam ! Clean residual mean=0.000037 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 0.140443 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 83 components and 0.140443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047483Jy sigma=0.989617 ! Fit after self-cal, rms=0.047477Jy sigma=0.989480 ! 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=0.883 mas, bmaj=3.103 mas, bpa=21.43 degrees ! Estimated noise=2.00265 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0870197 Jy ! Component: 100 - total flux cleaned = 0.108301 Jy ! Component: 150 - total flux cleaned = 0.119104 Jy ! Component: 200 - total flux cleaned = 0.125804 Jy ! Total flux subtracted in 200 components = 0.125804 Jy ! Clean residual min=-0.007642 max=0.008133 Jy/beam ! Clean residual mean=0.000011 rms=0.002114 Jy/beam ! Combined flux in latest and established models = 0.125804 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.125804 Jy ! Inverting map and beam ! Estimated beam: bmin=1.087 mas, bmaj=3.502 mas, bpa=19.99 degrees ! Estimated noise=1.37728 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.00717275 Jy ! Component: 100 - total flux cleaned = 0.0109785 Jy ! Component: 150 - total flux cleaned = 0.0126243 Jy ! Component: 200 - total flux cleaned = 0.0133915 Jy ! Total flux subtracted in 200 components = 0.0133915 Jy ! Clean residual min=-0.005178 max=0.004948 Jy/beam ! Clean residual mean=0.000022 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.139196 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 48 components and 0.139196 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.249 mas, bmaj=4.387 mas, bpa=9.407 degrees ! Estimated noise=1.61178 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.000169796 Jy ! Component: 100 - total flux cleaned = 0.000462412 Jy ! Component: 150 - total flux cleaned = 0.000655929 Jy ! Component: 200 - total flux cleaned = 0.000726043 Jy ! Total flux subtracted in 200 components = 0.000726043 Jy ! Clean residual min=-0.006152 max=0.005129 Jy/beam ! Clean residual mean=0.000037 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.139922 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.139922 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.087 mas, bmaj=3.502 mas, bpa=19.99 degrees ! Estimated noise=1.37728 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187239 Jy ! Component: 100 - total flux cleaned = 0.000188256 Jy ! Component: 150 - total flux cleaned = 0.000187723 Jy ! Component: 200 - total flux cleaned = 0.000187096 Jy ! Total flux subtracted in 200 components = 0.000187096 Jy ! Clean residual min=-0.005095 max=0.004863 Jy/beam ! Clean residual mean=0.000022 rms=0.001393 Jy/beam ! Combined flux in latest and established models = 0.140109 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 62 components and 0.140109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047519Jy sigma=0.990938 ! Fit after self-cal, rms=0.047516Jy sigma=0.990753 wmodel J0123-0923_X_2005_07_08_yyk\_map.mod ! Writing 62 model components to file: J0123-0923_X_2005_07_08_yyk_map.mod wobs J0123-0923_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0123-0923_X_2005_07_08_yyk_uvs.fits wwins J0123-0923_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0123-0923_X_2005_07_08_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.000628193 Jy ! Component: 100 - total flux cleaned = 0.00063762 Jy ! Component: 150 - total flux cleaned = 0.000639625 Jy ! Component: 200 - total flux cleaned = 0.000711649 Jy ! Component: 250 - total flux cleaned = 0.00105041 Jy ! Component: 300 - total flux cleaned = 0.00130573 Jy ! Component: 350 - total flux cleaned = 0.00154609 Jy ! Component: 400 - total flux cleaned = 0.00183319 Jy ! Component: 450 - total flux cleaned = 0.00210902 Jy ! Component: 500 - total flux cleaned = 0.00242999 Jy ! Component: 550 - total flux cleaned = 0.00273955 Jy ! Component: 600 - total flux cleaned = 0.00303769 Jy ! Component: 650 - total flux cleaned = 0.00327911 Jy ! Component: 700 - total flux cleaned = 0.00346621 Jy ! Component: 750 - total flux cleaned = 0.00364783 Jy ! Component: 800 - total flux cleaned = 0.00387066 Jy ! Component: 850 - total flux cleaned = 0.00395807 Jy ! Component: 900 - total flux cleaned = 0.00417029 Jy ! Component: 950 - total flux cleaned = 0.00421264 Jy ! Component: 1000 - total flux cleaned = 0.00437416 Jy ! Component: 1050 - total flux cleaned = 0.00433451 Jy ! Component: 1100 - total flux cleaned = 0.00445048 Jy ! Component: 1150 - total flux cleaned = 0.00456345 Jy ! Component: 1200 - total flux cleaned = 0.00471024 Jy ! Component: 1250 - total flux cleaned = 0.0048911 Jy ! Component: 1300 - total flux cleaned = 0.00506965 Jy ! Component: 1350 - total flux cleaned = 0.00527919 Jy ! Component: 1400 - total flux cleaned = 0.00558713 Jy ! Component: 1450 - total flux cleaned = 0.00572176 Jy ! Component: 1500 - total flux cleaned = 0.00601952 Jy ! Component: 1550 - total flux cleaned = 0.00634498 Jy ! Component: 1600 - total flux cleaned = 0.0065692 Jy ! Component: 1650 - total flux cleaned = 0.00691579 Jy ! Component: 1700 - total flux cleaned = 0.00725695 Jy ! Component: 1750 - total flux cleaned = 0.00759292 Jy ! Component: 1800 - total flux cleaned = 0.00789316 Jy ! Component: 1850 - total flux cleaned = 0.00807139 Jy ! Component: 1900 - total flux cleaned = 0.00830595 Jy ! Component: 1950 - total flux cleaned = 0.00859413 Jy ! Component: 2000 - total flux cleaned = 0.00870835 Jy ! Total flux subtracted in 2048 components = 0.00882082 Jy ! Clean residual min=-0.001539 max=0.001512 Jy/beam ! Clean residual mean=0.000006 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.14893 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 189 components and 0.14893 Jy ![Exited script file: muppet] wmap "J0123-0923_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.087 x 3.502 at 19.99 degrees (North through East) ! Clean map min=-0.0031118 max=0.10335 Jy/beam ! Writing clean map to FITS file: J0123-0923_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103348 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000556857 device "J0123-0923_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0123-0923_X_2005_07_08_yyk_map.eps/VPS' loglevs 2*100*3*image_rms/peak_flux ! The new contour levels are: ! -3.2329 3.2329 6.46579 12.9316 25.8632 51.7263 print "clev=",int(2*3*image_rms*10000)/10000 ! clev= 0.0033 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.103 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.087 x 3.502 at 19.99 degrees (North through East) ! Clean map min=-0.0031118 max=0.10335 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0123-0923_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0123-0923_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0123-0923_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 11:14:37 2006