! Started logfile: J1402-1840_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:42:20 2008 obs J1402-1840_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1402-1840_S_2007_01_11_yyk_uve.fits ! AN table 1: 18 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.780864 visibilities/baseline/integration-bin. ! Found source: J1402-1840 ! ! 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 2249 lines of history. ! ! Reading 2024 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 J1402-1840_S_2007_01_11_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.306485 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.281 mas, bmaj=6.284 mas, bpa=0.5224 degrees ! Estimated noise=1.59323 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.24769 Jy ! Component: 100 - total flux cleaned = 0.288349 Jy ! Total flux subtracted in 100 components = 0.288349 Jy ! Clean residual min=-0.009296 max=0.011459 Jy/beam ! Clean residual mean=0.000073 rms=0.002558 Jy/beam ! Combined flux in latest and established models = 0.288349 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.288349 Jy ! ! Correcting IF 1. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.084699Jy sigma=1.174160 ! Fit after self-cal, rms=0.084576Jy sigma=1.171055 ! Inverting map and beam ! Estimated beam: bmin=2.281 mas, bmaj=6.284 mas, bpa=0.5224 degrees ! Estimated noise=1.59323 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=2.997 mas, bmaj=7.501 mas, bpa=-0.3344 degrees ! Estimated noise=1.0046 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.0220225 Jy ! Component: 100 - total flux cleaned = 0.0312107 Jy ! Component: 150 - total flux cleaned = 0.035601 Jy ! Component: 200 - total flux cleaned = 0.0377314 Jy ! Total flux subtracted in 200 components = 0.0377314 Jy ! Clean residual min=-0.006049 max=0.007182 Jy/beam ! Clean residual mean=-0.000108 rms=0.001676 Jy/beam ! Combined flux in latest and established models = 0.326081 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 41 components and 0.326081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081144Jy sigma=1.102552 ! Fit after self-cal, rms=0.081140Jy sigma=1.102215 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.997 x 7.501 at -0.3344 degrees (North through East) ! Clean map min=-0.0057523 max=0.28961 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.03452 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 0.93 KP 0.96 ! LA 1.02 MK 0.97 OV 0.95 PT 1.02 ! SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.990392 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.09 KP 1.01 ! LA 1.02 MK 1.06 OV 0.98 PT 1.02 ! SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.97476 ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.98 HN 1.01 KP 0.95 ! LA 1.03 MK 1.01 OV 1.01 PT 1.04 ! SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00336 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.02 KP 0.98 ! LA 0.98 MK 1.03 OV 0.98 PT 0.94 ! SC 1.06 ! ! ! Fit before self-cal, rms=0.081140Jy sigma=1.102215 ! Fit after self-cal, rms=0.079653Jy sigma=1.067162 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.079653Jy sigma=1.067162 ! Fit after self-cal, rms=0.079655Jy sigma=1.067145 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=7.567 mas, bpa=0.2012 degrees ! Estimated noise=1.00625 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.000105944 Jy ! Component: 100 - total flux cleaned = -0.000218711 Jy ! Component: 150 - total flux cleaned = -0.000306152 Jy ! Component: 200 - total flux cleaned = -0.00034408 Jy ! Total flux subtracted in 200 components = -0.00034408 Jy ! Clean residual min=-0.004121 max=0.004290 Jy/beam ! Clean residual mean=-0.000012 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.325737 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.325737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079575Jy sigma=1.066219 ! Fit after self-cal, rms=0.079580Jy sigma=1.066101 ! 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.079580Jy sigma=1.066101 ! Fit after self-cal, rms=0.073679Jy sigma=0.972167 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.00124935 Jy ! Component: 100 - total flux cleaned = 0.00125445 Jy ! Component: 150 - total flux cleaned = 0.00122217 Jy ! Component: 200 - total flux cleaned = 0.00119262 Jy ! Total flux subtracted in 200 components = 0.00119262 Jy ! Clean residual min=-0.004136 max=0.003927 Jy/beam ! Clean residual mean=-0.000002 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.326929 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.326929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073628Jy sigma=0.971476 ! Fit after self-cal, rms=0.073241Jy sigma=0.966763 ! 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.009 x 7.567 at 0.2012 degrees (North through East) ! Clean map min=-0.003854 max=0.29261 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.073241Jy sigma=0.966763 ! Fit after self-cal, rms=0.071579Jy sigma=0.920708 ! 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.071579Jy sigma=0.920708 ! Fit after self-cal, rms=0.071544Jy sigma=0.920211 ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=7.559 mas, bpa=0.1871 degrees ! Estimated noise=1.00362 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000509178 Jy ! Component: 100 - total flux cleaned = -0.000504391 Jy ! Component: 150 - total flux cleaned = -0.000525609 Jy ! Component: 200 - total flux cleaned = -0.000581848 Jy ! Total flux subtracted in 200 components = -0.000581848 Jy ! Clean residual min=-0.002951 max=0.003478 Jy/beam ! Clean residual mean=-0.000052 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.326347 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.326347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071519Jy sigma=0.919887 ! Fit after self-cal, rms=0.071513Jy sigma=0.919737 ! 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.071513Jy sigma=0.919737 ! Fit after self-cal, rms=0.070251Jy sigma=0.894874 ! 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.070251Jy sigma=0.894874 ! Fit after self-cal, rms=0.070257Jy sigma=0.894839 ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.555 mas, bpa=0.2234 degrees ! Estimated noise=1.00471 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026007 Jy ! Component: 100 - total flux cleaned = 0.000264738 Jy ! Component: 150 - total flux cleaned = 0.000245459 Jy ! Component: 200 - total flux cleaned = 0.000212467 Jy ! Total flux subtracted in 200 components = 0.000212467 Jy ! Clean residual min=-0.002832 max=0.003421 Jy/beam ! Clean residual mean=-0.000048 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.32656 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 68 components and 0.32656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070237Jy sigma=0.894595 ! Fit after self-cal, rms=0.070240Jy sigma=0.894547 ! 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.107 mas, bmaj=17.82 mas, bpa=14.13 degrees ! Estimated noise=1.32851 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.000416195 Jy ! Component: 100 - total flux cleaned = 0.000409722 Jy ! Component: 150 - total flux cleaned = 0.00040963 Jy ! Component: 200 - total flux cleaned = 0.000410303 Jy ! Total flux subtracted in 200 components = 0.000410303 Jy ! Clean residual min=-0.002979 max=0.003736 Jy/beam ! Clean residual mean=-0.000103 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.32697 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 72 components and 0.32697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070235Jy sigma=0.894528 ! Fit after self-cal, rms=0.070236Jy sigma=0.894382 ! 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.295 mas, bmaj=6.299 mas, bpa=0.472 degrees ! Estimated noise=1.59933 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.249949 Jy ! Component: 100 - total flux cleaned = 0.291238 Jy ! Component: 150 - total flux cleaned = 0.306787 Jy ! Component: 200 - total flux cleaned = 0.315087 Jy ! Total flux subtracted in 200 components = 0.315087 Jy ! Clean residual min=-0.004801 max=0.004839 Jy/beam ! Clean residual mean=0.000012 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.315087 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.315087 Jy ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.555 mas, bpa=0.2234 degrees ! Estimated noise=1.00471 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.00718154 Jy ! Component: 100 - total flux cleaned = 0.00972182 Jy ! Component: 150 - total flux cleaned = 0.0106854 Jy ! Component: 200 - total flux cleaned = 0.0107912 Jy ! Total flux subtracted in 200 components = 0.0107912 Jy ! Clean residual min=-0.002893 max=0.003435 Jy/beam ! Clean residual mean=-0.000043 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.325878 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 59 components and 0.325878 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.107 mas, bmaj=17.82 mas, bpa=14.13 degrees ! Estimated noise=1.32851 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.000663586 Jy ! Component: 100 - total flux cleaned = 0.000713867 Jy ! Component: 150 - total flux cleaned = 0.000732143 Jy ! Component: 200 - total flux cleaned = 0.000748031 Jy ! Total flux subtracted in 200 components = 0.000748031 Jy ! Clean residual min=-0.002956 max=0.003732 Jy/beam ! Clean residual mean=-0.000097 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.326626 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 65 components and 0.326626 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.555 mas, bpa=0.2234 degrees ! Estimated noise=1.00471 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000417596 Jy ! Component: 100 - total flux cleaned = -0.000323339 Jy ! Component: 150 - total flux cleaned = -0.000244258 Jy ! Component: 200 - total flux cleaned = -0.000193778 Jy ! Total flux subtracted in 200 components = -0.000193778 Jy ! Clean residual min=-0.002857 max=0.003434 Jy/beam ! Clean residual mean=-0.000047 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.326433 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 0.326433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070255Jy sigma=0.894536 ! Fit after self-cal, rms=0.070255Jy sigma=0.894484 wmodel J1402-1840_S_2007_01_11_yyk\_map.mod ! Writing 77 model components to file: J1402-1840_S_2007_01_11_yyk_map.mod wobs J1402-1840_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1402-1840_S_2007_01_11_yyk_uvs.fits wwins J1402-1840_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J1402-1840_S_2007_01_11_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.00151404 Jy ! Component: 100 - total flux cleaned = 0.002154 Jy ! Component: 150 - total flux cleaned = 0.00239598 Jy ! Component: 200 - total flux cleaned = 0.0026676 Jy ! Component: 250 - total flux cleaned = 0.00292439 Jy ! Component: 300 - total flux cleaned = 0.00292493 Jy ! Component: 350 - total flux cleaned = 0.00280794 Jy ! Component: 400 - total flux cleaned = 0.00269439 Jy ! Component: 450 - total flux cleaned = 0.00250989 Jy ! Component: 500 - total flux cleaned = 0.00243777 Jy ! Component: 550 - total flux cleaned = 0.0022995 Jy ! Component: 600 - total flux cleaned = 0.00213164 Jy ! Component: 650 - total flux cleaned = 0.00190333 Jy ! Component: 700 - total flux cleaned = 0.0016492 Jy ! Component: 750 - total flux cleaned = 0.00143154 Jy ! Component: 800 - total flux cleaned = 0.00115632 Jy ! Component: 850 - total flux cleaned = 0.000856856 Jy ! Component: 900 - total flux cleaned = 0.000621549 Jy ! Component: 950 - total flux cleaned = 0.00036153 Jy ! Component: 1000 - total flux cleaned = 7.88086e-05 Jy ! Component: 1050 - total flux cleaned = -3.30762e-05 Jy ! Component: 1100 - total flux cleaned = -0.000279194 Jy ! Component: 1150 - total flux cleaned = -0.00049386 Jy ! Component: 1200 - total flux cleaned = -0.000678731 Jy ! Component: 1250 - total flux cleaned = -0.000756696 Jy ! Component: 1300 - total flux cleaned = -0.000936146 Jy ! Component: 1350 - total flux cleaned = -0.00103719 Jy ! Component: 1400 - total flux cleaned = -0.0012121 Jy ! Component: 1450 - total flux cleaned = -0.00133489 Jy ! Component: 1500 - total flux cleaned = -0.00140761 Jy ! Component: 1550 - total flux cleaned = -0.00157547 Jy ! Component: 1600 - total flux cleaned = -0.00167006 Jy ! Component: 1650 - total flux cleaned = -0.00181011 Jy ! Component: 1700 - total flux cleaned = -0.0019253 Jy ! Component: 1750 - total flux cleaned = -0.0019934 Jy ! Component: 1800 - total flux cleaned = -0.00210554 Jy ! Component: 1850 - total flux cleaned = -0.00219437 Jy ! Component: 1900 - total flux cleaned = -0.00232553 Jy ! Component: 1950 - total flux cleaned = -0.00234694 Jy ! Component: 2000 - total flux cleaned = -0.00234699 Jy ! Total flux subtracted in 2048 components = -0.00249517 Jy ! Clean residual min=-0.001177 max=0.001131 Jy/beam ! Clean residual mean=-0.000040 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.323937 Jy keep ! Adding 133 model components to the UV plane model. ! The established model now contains 210 components and 0.323937 Jy ![Exited script file: muppet] wmap "J1402-1840_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.011 x 7.555 at 0.2234 degrees (North through East) ! Clean map min=-0.0021433 max=0.29386 Jy/beam ! Writing clean map to FITS file: J1402-1840_S_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.293858 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00042079 device "J1402-1840_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1402-1840_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.429586 0.429586 0.859172 1.71834 3.43669 6.87337 13.7467 27.4935 54.987 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.293 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.011 x 7.555 at 0.2234 degrees (North through East) ! Clean map min=-0.0021433 max=0.29386 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1402-1840_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1402-1840_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1402-1840_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:42:26 2008