! Started logfile: J0536-2005_X_2002_05_14_yyk_uvs.log on Tue Jun 26 22:17:23 2007 obs J0536-2005_X_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0536-2005_X_2002_05_14_yyk_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.63079 visibilities/baseline/integration-bin. ! Found source: J0536-2005 ! ! 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.40947e+09 8e+06 1 8e+06 ! 02 2 8.47947e+09 8e+06 1 8e+06 ! 03 3 8.79447e+09 8e+06 1 8e+06 ! 04 4 8.89947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1076 lines of history. ! ! Reading 9424 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 J0536-2005_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.228492 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.846 mas, bmaj=3.43 mas, bpa=23.35 degrees ! Estimated noise=1545.54 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.091081 Jy ! Component: 100 - total flux cleaned = 0.111727 Jy ! Total flux subtracted in 100 components = 0.111727 Jy ! Clean residual min=-0.010345 max=0.011168 Jy/beam ! Clean residual mean=-0.000026 rms=0.002953 Jy/beam ! Combined flux in latest and established models = 0.111727 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.111727 Jy ! ! Correcting IF 1. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.201335Jy sigma=0.001347 ! Fit after self-cal, rms=0.200063Jy sigma=0.001339 ! Inverting map and beam ! Estimated beam: bmin=0.846 mas, bmaj=3.43 mas, bpa=23.35 degrees ! Estimated noise=1545.7 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.132 mas, bmaj=4.017 mas, bpa=21.87 degrees ! Estimated noise=931.905 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.0143849 Jy ! Component: 100 - total flux cleaned = 0.0187475 Jy ! Component: 150 - total flux cleaned = 0.0209117 Jy ! Component: 200 - total flux cleaned = 0.0217342 Jy ! Total flux subtracted in 200 components = 0.0217342 Jy ! Clean residual min=-0.006250 max=0.005873 Jy/beam ! Clean residual mean=-0.000026 rms=0.001786 Jy/beam ! Combined flux in latest and established models = 0.133462 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.133462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199607Jy sigma=0.001332 ! Fit after self-cal, rms=0.199607Jy sigma=0.001332 ! 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.132 x 4.017 at 21.87 degrees (North through East) ! Clean map min=-0.006272 max=0.10577 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 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03107 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.91 HN 1.00 KP 0.90 ! LA 1.00 NL 1.00 OV 0.94 PT 1.11 ! SC 0.96 MK 1.00* ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0431 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.90 HN 0.96 KP 0.89 ! LA 1.01 NL 0.95 OV 0.92 PT 1.07 ! SC 0.99 MK 1.00* ! ! ! Correcting IF 3. ! A total of 9 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 9 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.199607Jy sigma=0.001332 ! Fit after self-cal, rms=0.198873Jy sigma=0.001332 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.198873Jy sigma=0.001332 ! Fit after self-cal, rms=0.198872Jy sigma=0.001332 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.131 mas, bmaj=4.037 mas, bpa=21.86 degrees ! Estimated noise=933.164 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.00250975 Jy ! Component: 100 - total flux cleaned = 0.00302592 Jy ! Component: 150 - total flux cleaned = 0.00332167 Jy ! Component: 200 - total flux cleaned = 0.0034353 Jy ! Total flux subtracted in 200 components = 0.0034353 Jy ! Clean residual min=-0.005614 max=0.005129 Jy/beam ! Clean residual mean=-0.000013 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.136897 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.136897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198842Jy sigma=0.001332 ! Fit after self-cal, rms=0.198844Jy sigma=0.001332 ! 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.198844Jy sigma=0.001332 ! Fit after self-cal, rms=0.195215Jy sigma=0.001302 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.00408735 Jy ! Component: 100 - total flux cleaned = 0.00425546 Jy ! Component: 150 - total flux cleaned = 0.00420898 Jy ! Component: 200 - total flux cleaned = 0.00420731 Jy ! Total flux subtracted in 200 components = 0.00420731 Jy ! Clean residual min=-0.004949 max=0.004692 Jy/beam ! Clean residual mean=-0.000008 rms=0.001401 Jy/beam ! Combined flux in latest and established models = 0.141104 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 68 components and 0.141104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195211Jy sigma=0.001301 ! Fit after self-cal, rms=0.194825Jy sigma=0.001298 ! 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.131 x 4.037 at 21.86 degrees (North through East) ! Clean map min=-0.0047946 max=0.11141 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.194825Jy sigma=0.001298 ! Fit after self-cal, rms=0.194720Jy sigma=0.001296 ! 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.194720Jy sigma=0.001296 ! Fit after self-cal, rms=0.194540Jy sigma=0.001295 ! Inverting map and beam ! Estimated beam: bmin=1.134 mas, bmaj=4.02 mas, bpa=21.7 degrees ! Estimated noise=917.848 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000737006 Jy ! Component: 100 - total flux cleaned = -0.000946844 Jy ! Component: 150 - total flux cleaned = -0.000948183 Jy ! Component: 200 - total flux cleaned = -0.000949556 Jy ! Total flux subtracted in 200 components = -0.000949556 Jy ! Clean residual min=-0.004643 max=0.004366 Jy/beam ! Clean residual mean=-0.000001 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.140155 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.140155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194540Jy sigma=0.001295 ! Fit after self-cal, rms=0.194497Jy sigma=0.001294 ! 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.194497Jy sigma=0.001294 ! Fit after self-cal, rms=0.194407Jy sigma=0.001295 ! 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.194407Jy sigma=0.001295 ! Fit after self-cal, rms=0.194248Jy sigma=0.001294 ! Inverting map and beam ! Estimated beam: bmin=1.154 mas, bmaj=4.004 mas, bpa=21.25 degrees ! Estimated noise=903.935 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00223671 Jy ! Component: 100 - total flux cleaned = -0.00262036 Jy ! Component: 150 - total flux cleaned = -0.00286238 Jy ! Component: 200 - total flux cleaned = -0.00295525 Jy ! Total flux subtracted in 200 components = -0.00295525 Jy ! Clean residual min=-0.004358 max=0.004010 Jy/beam ! Clean residual mean=0.000008 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.137199 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 94 components and 0.137199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194217Jy sigma=0.001293 ! Fit after self-cal, rms=0.194085Jy sigma=0.001293 ! 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.252 mas, bmaj=5.586 mas, bpa=10.23 degrees ! Estimated noise=1037.14 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.000161891 Jy ! Component: 100 - total flux cleaned = -0.000163629 Jy ! Component: 150 - total flux cleaned = -0.000166164 Jy ! Component: 200 - total flux cleaned = -8.68728e-05 Jy ! Total flux subtracted in 200 components = -8.68728e-05 Jy ! Clean residual min=-0.004293 max=0.004523 Jy/beam ! Clean residual mean=0.000010 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.137113 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 100 components and 0.137113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194100Jy sigma=0.001293 ! Fit after self-cal, rms=0.193996Jy sigma=0.001292 ! 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.8563 mas, bmaj=3.416 mas, bpa=23.11 degrees ! Estimated noise=1507.3 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.100226 Jy ! Component: 100 - total flux cleaned = 0.121058 Jy ! Component: 150 - total flux cleaned = 0.129896 Jy ! Component: 200 - total flux cleaned = 0.134185 Jy ! Total flux subtracted in 200 components = 0.134185 Jy ! Clean residual min=-0.008519 max=0.008854 Jy/beam ! Clean residual mean=0.000006 rms=0.002212 Jy/beam ! Combined flux in latest and established models = 0.134185 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.134185 Jy ! Inverting map and beam ! Estimated beam: bmin=1.154 mas, bmaj=4.004 mas, bpa=21.25 degrees ! Estimated noise=903.935 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.001478 Jy ! Component: 100 - total flux cleaned = 0.00147885 Jy ! Component: 150 - total flux cleaned = 0.00140127 Jy ! Component: 200 - total flux cleaned = 0.0015206 Jy ! Total flux subtracted in 200 components = 0.0015206 Jy ! Clean residual min=-0.004264 max=0.004269 Jy/beam ! Clean residual mean=0.000008 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 0.135706 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 42 components and 0.135706 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.252 mas, bmaj=5.586 mas, bpa=10.23 degrees ! Estimated noise=1037.14 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 = 7.43864e-06 Jy ! Component: 100 - total flux cleaned = 0.000126562 Jy ! Component: 150 - total flux cleaned = 0.000234978 Jy ! Component: 200 - total flux cleaned = 0.000336161 Jy ! Total flux subtracted in 200 components = 0.000336161 Jy ! Clean residual min=-0.004476 max=0.004700 Jy/beam ! Clean residual mean=0.000010 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.136042 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.136042 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.154 mas, bmaj=4.004 mas, bpa=21.25 degrees ! Estimated noise=903.935 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000314217 Jy ! Component: 100 - total flux cleaned = 0.0005552 Jy ! Component: 150 - total flux cleaned = 0.000718563 Jy ! Component: 200 - total flux cleaned = 0.000753953 Jy ! Total flux subtracted in 200 components = 0.000753953 Jy ! Clean residual min=-0.004122 max=0.003951 Jy/beam ! Clean residual mean=0.000008 rms=0.001247 Jy/beam ! Combined flux in latest and established models = 0.136796 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.136796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194002Jy sigma=0.001292 ! Fit after self-cal, rms=0.193941Jy sigma=0.001292 wmodel J0536-2005_X_2002_05_14_yyk\_map.mod ! Writing 56 model components to file: J0536-2005_X_2002_05_14_yyk_map.mod wobs J0536-2005_X_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0536-2005_X_2002_05_14_yyk_uvs.fits wwins J0536-2005_X_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J0536-2005_X_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.000165729 Jy ! Component: 100 - total flux cleaned = -0.000310701 Jy ! Component: 150 - total flux cleaned = -0.000445004 Jy ! Component: 200 - total flux cleaned = -0.00051002 Jy ! Component: 250 - total flux cleaned = -0.000699536 Jy ! Component: 300 - total flux cleaned = -0.000944653 Jy ! Component: 350 - total flux cleaned = -0.00106502 Jy ! Component: 400 - total flux cleaned = -0.0013536 Jy ! Component: 450 - total flux cleaned = -0.00146608 Jy ! Component: 500 - total flux cleaned = -0.00152154 Jy ! Component: 550 - total flux cleaned = -0.00141311 Jy ! Component: 600 - total flux cleaned = -0.0013603 Jy ! Component: 650 - total flux cleaned = -0.00146257 Jy ! Component: 700 - total flux cleaned = -0.00136152 Jy ! Component: 750 - total flux cleaned = -0.0014613 Jy ! Component: 800 - total flux cleaned = -0.00131419 Jy ! Component: 850 - total flux cleaned = -0.00126581 Jy ! Component: 900 - total flux cleaned = -0.00121849 Jy ! Component: 950 - total flux cleaned = -0.00107792 Jy ! Component: 1000 - total flux cleaned = -0.00103161 Jy ! Component: 1050 - total flux cleaned = -0.000849161 Jy ! Component: 1100 - total flux cleaned = -0.000939531 Jy ! Component: 1150 - total flux cleaned = -0.000894776 Jy ! Component: 1200 - total flux cleaned = -0.000850829 Jy ! Component: 1250 - total flux cleaned = -0.00102463 Jy ! Component: 1300 - total flux cleaned = -0.00102404 Jy ! Component: 1350 - total flux cleaned = -0.000939271 Jy ! Component: 1400 - total flux cleaned = -0.00102284 Jy ! Component: 1450 - total flux cleaned = -0.0008981 Jy ! Component: 1500 - total flux cleaned = -0.000979988 Jy ! Component: 1550 - total flux cleaned = -0.000939636 Jy ! Component: 1600 - total flux cleaned = -0.00105859 Jy ! Component: 1650 - total flux cleaned = -0.00101816 Jy ! Component: 1700 - total flux cleaned = -0.00101848 Jy ! Component: 1750 - total flux cleaned = -0.00109513 Jy ! Component: 1800 - total flux cleaned = -0.00117153 Jy ! Component: 1850 - total flux cleaned = -0.00120957 Jy ! Component: 1900 - total flux cleaned = -0.00139799 Jy ! Component: 1950 - total flux cleaned = -0.00150966 Jy ! Component: 2000 - total flux cleaned = -0.00162017 Jy ! Total flux subtracted in 2048 components = -0.00176615 Jy ! Clean residual min=-0.001936 max=0.002049 Jy/beam ! Clean residual mean=0.000003 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.13503 Jy keep ! Adding 133 model components to the UV plane model. ! The established model now contains 189 components and 0.13503 Jy ![Exited script file: muppet] wmap "J0536-2005_X_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.154 x 4.004 at 21.25 degrees (North through East) ! Clean map min=-0.0035442 max=0.11109 Jy/beam ! Writing clean map to FITS file: J0536-2005_X_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.111085 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000732962 device "J0536-2005_X_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0536-2005_X_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.97946 1.97946 3.95891 7.91783 15.8357 31.6713 63.3426 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.111 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.154 x 4.004 at 21.25 degrees (North through East) ! Clean map min=-0.0035442 max=0.11109 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0536-2005_X_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0536-2005_X_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0536-2005_X_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:17:30 2007