! Started logfile: J0608-1520_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:19:35 2008 obs J0608-1520_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0608-1520_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.687037 visibilities/baseline/integration-bin. ! Found source: J0608-1520 ! ! 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 1484 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 J0608-1520_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.164071 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.258 mas, bmaj=6.029 mas, bpa=0.6388 degrees ! Estimated noise=1.62976 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.119962 Jy ! Component: 100 - total flux cleaned = 0.151137 Jy ! Total flux subtracted in 100 components = 0.151137 Jy ! Clean residual min=-0.007756 max=0.010517 Jy/beam ! Clean residual mean=0.000088 rms=0.002287 Jy/beam ! Combined flux in latest and established models = 0.151137 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.151137 Jy ! ! Correcting IF 1. ! A total of 24 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.074269Jy sigma=1.045158 ! Fit after self-cal, rms=0.073776Jy sigma=1.039282 ! Inverting map and beam ! Estimated beam: bmin=2.258 mas, bmaj=6.029 mas, bpa=0.6386 degrees ! Estimated noise=1.62959 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.674 mas, bmaj=7.121 mas, bpa=-1.482 degrees ! Estimated noise=1.15423 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.0162922 Jy ! Component: 100 - total flux cleaned = 0.0229482 Jy ! Component: 150 - total flux cleaned = 0.026205 Jy ! Component: 200 - total flux cleaned = 0.0278859 Jy ! Total flux subtracted in 200 components = 0.0278859 Jy ! Clean residual min=-0.004755 max=0.004116 Jy/beam ! Clean residual mean=-0.000004 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.179023 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 24 components and 0.179023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071394Jy sigma=0.994849 ! Fit after self-cal, rms=0.071390Jy sigma=0.994633 ! 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.674 x 7.121 at -1.482 degrees (North through East) ! Clean map min=-0.0045923 max=0.14206 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.03059 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.92 HN 0.93 KP 1.00* ! LA 1.04 MK 0.99 OV 0.91 PT 1.02 ! SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.998267 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 0.97 KP 1.00* ! LA 0.98 MK 1.03 OV 1.02 PT 1.04 ! SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.968782 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.98 HN 1.10 KP 1.00* ! LA 1.00 MK 1.03 OV 1.07 PT 1.04 ! SC 0.96 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00912 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 0.98 KP 1.00* ! LA 0.95 MK 0.96 OV 1.03 PT 0.97 ! SC 1.09 ! ! ! Fit before self-cal, rms=0.071390Jy sigma=0.994633 ! Fit after self-cal, rms=0.070496Jy sigma=0.984504 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.070496Jy sigma=0.984504 ! Fit after self-cal, rms=0.070495Jy sigma=0.984489 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.67 mas, bmaj=7.154 mas, bpa=-1.29 degrees ! Estimated noise=1.15356 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.000124707 Jy ! Component: 100 - total flux cleaned = 0.000261651 Jy ! Component: 150 - total flux cleaned = 0.000257645 Jy ! Component: 200 - total flux cleaned = 0.000289211 Jy ! Total flux subtracted in 200 components = 0.000289211 Jy ! Clean residual min=-0.004194 max=0.003751 Jy/beam ! Clean residual mean=0.000025 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.179312 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.179312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070432Jy sigma=0.983729 ! Fit after self-cal, rms=0.070435Jy sigma=0.983675 ! 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.070435Jy sigma=0.983675 ! Fit after self-cal, rms=0.065937Jy sigma=0.922856 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.00114192 Jy ! Component: 100 - total flux cleaned = 0.00135125 Jy ! Component: 150 - total flux cleaned = 0.0015018 Jy ! Component: 200 - total flux cleaned = 0.00157412 Jy ! Total flux subtracted in 200 components = 0.00157412 Jy ! Clean residual min=-0.003962 max=0.003616 Jy/beam ! Clean residual mean=0.000021 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.180886 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 37 components and 0.180886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065877Jy sigma=0.922177 ! Fit after self-cal, rms=0.065392Jy sigma=0.918680 ! 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: 2.67 x 7.154 at -1.29 degrees (North through East) ! Clean map min=-0.0035975 max=0.1435 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.065392Jy sigma=0.918680 ! Fit after self-cal, rms=0.064449Jy sigma=0.904474 ! 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.064449Jy sigma=0.904474 ! Fit after self-cal, rms=0.064339Jy sigma=0.903950 ! Inverting map and beam ! Estimated beam: bmin=2.669 mas, bmaj=7.175 mas, bpa=-1.375 degrees ! Estimated noise=1.14904 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000184146 Jy ! Component: 100 - total flux cleaned = -7.63586e-05 Jy ! Component: 150 - total flux cleaned = -2.47745e-06 Jy ! Component: 200 - total flux cleaned = 8.70177e-05 Jy ! Total flux subtracted in 200 components = 8.70177e-05 Jy ! Clean residual min=-0.003543 max=0.003596 Jy/beam ! Clean residual mean=0.000007 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.180973 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 41 components and 0.180973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064325Jy sigma=0.903647 ! Fit after self-cal, rms=0.064274Jy sigma=0.903491 ! 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.064274Jy sigma=0.903491 ! Fit after self-cal, rms=0.064517Jy sigma=0.894852 ! 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.064517Jy sigma=0.894852 ! Fit after self-cal, rms=0.064521Jy sigma=0.894666 ! Inverting map and beam ! Estimated beam: bmin=2.681 mas, bmaj=7.231 mas, bpa=-1.712 degrees ! Estimated noise=1.15023 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00073503 Jy ! Component: 100 - total flux cleaned = -0.00070551 Jy ! Component: 150 - total flux cleaned = -0.000657253 Jy ! Component: 200 - total flux cleaned = -0.000590354 Jy ! Total flux subtracted in 200 components = -0.000590354 Jy ! Clean residual min=-0.003623 max=0.003583 Jy/beam ! Clean residual mean=0.000017 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.180383 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.180383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064505Jy sigma=0.894275 ! Fit after self-cal, rms=0.064491Jy sigma=0.894215 ! 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=7.245 mas, bmaj=15.56 mas, bpa=13.14 degrees ! Estimated noise=1.61353 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.000928931 Jy ! Component: 100 - total flux cleaned = 0.000929165 Jy ! Component: 150 - total flux cleaned = 0.000911676 Jy ! Component: 200 - total flux cleaned = 0.000898686 Jy ! Total flux subtracted in 200 components = 0.000898686 Jy ! Clean residual min=-0.002865 max=0.004255 Jy/beam ! Clean residual mean=0.000024 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.181282 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 50 components and 0.181282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064487Jy sigma=0.894569 ! Fit after self-cal, rms=0.064465Jy sigma=0.894267 ! 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.261 mas, bmaj=6.066 mas, bpa=0.4522 degrees ! Estimated noise=1.61597 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.120542 Jy ! Component: 100 - total flux cleaned = 0.151821 Jy ! Component: 150 - total flux cleaned = 0.165878 Jy ! Component: 200 - total flux cleaned = 0.171249 Jy ! Total flux subtracted in 200 components = 0.171249 Jy ! Clean residual min=-0.004768 max=0.005516 Jy/beam ! Clean residual mean=0.000032 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.171248 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.171248 Jy ! Inverting map and beam ! Estimated beam: bmin=2.681 mas, bmaj=7.231 mas, bpa=-1.712 degrees ! Estimated noise=1.15023 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.00512838 Jy ! Component: 100 - total flux cleaned = 0.00658164 Jy ! Component: 150 - total flux cleaned = 0.00721693 Jy ! Component: 200 - total flux cleaned = 0.00770742 Jy ! Total flux subtracted in 200 components = 0.00770742 Jy ! Clean residual min=-0.003844 max=0.003530 Jy/beam ! Clean residual mean=0.000031 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.178956 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 27 components and 0.178956 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=7.245 mas, bmaj=15.56 mas, bpa=13.14 degrees ! Estimated noise=1.61353 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.00200509 Jy ! Component: 100 - total flux cleaned = 0.00199486 Jy ! Component: 150 - total flux cleaned = 0.00198981 Jy ! Component: 200 - total flux cleaned = 0.00198688 Jy ! Total flux subtracted in 200 components = 0.00198688 Jy ! Clean residual min=-0.002858 max=0.004160 Jy/beam ! Clean residual mean=0.000033 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.180943 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.180943 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.681 mas, bmaj=7.231 mas, bpa=-1.712 degrees ! Estimated noise=1.15023 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00103349 Jy ! Component: 100 - total flux cleaned = -0.000862128 Jy ! Component: 150 - total flux cleaned = -0.000770037 Jy ! Component: 200 - total flux cleaned = -0.000694457 Jy ! Total flux subtracted in 200 components = -0.000694457 Jy ! Clean residual min=-0.003667 max=0.003666 Jy/beam ! Clean residual mean=0.000018 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.180248 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 41 components and 0.180248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064492Jy sigma=0.894476 ! Fit after self-cal, rms=0.064482Jy sigma=0.894439 wmodel J0608-1520_S_2007_01_11_yyk\_map.mod ! Writing 41 model components to file: J0608-1520_S_2007_01_11_yyk_map.mod wobs J0608-1520_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0608-1520_S_2007_01_11_yyk_uvs.fits wwins J0608-1520_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J0608-1520_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.000252612 Jy ! Component: 100 - total flux cleaned = 0.000919913 Jy ! Component: 150 - total flux cleaned = 0.00122068 Jy ! Component: 200 - total flux cleaned = 0.00107966 Jy ! Component: 250 - total flux cleaned = 0.000729925 Jy ! Component: 300 - total flux cleaned = 0.000187395 Jy ! Component: 350 - total flux cleaned = -0.000211626 Jy ! Component: 400 - total flux cleaned = -0.000519106 Jy ! Component: 450 - total flux cleaned = -0.000743147 Jy ! Component: 500 - total flux cleaned = -0.000995325 Jy ! Component: 550 - total flux cleaned = -0.00116956 Jy ! Component: 600 - total flux cleaned = -0.0013052 Jy ! Component: 650 - total flux cleaned = -0.00143742 Jy ! Component: 700 - total flux cleaned = -0.00166087 Jy ! Component: 750 - total flux cleaned = -0.00181594 Jy ! Component: 800 - total flux cleaned = -0.00202698 Jy ! Component: 850 - total flux cleaned = -0.0021447 Jy ! Component: 900 - total flux cleaned = -0.00234651 Jy ! Component: 950 - total flux cleaned = -0.00245907 Jy ! Component: 1000 - total flux cleaned = -0.00256955 Jy ! Component: 1050 - total flux cleaned = -0.00262402 Jy ! Component: 1100 - total flux cleaned = -0.00267776 Jy ! Component: 1150 - total flux cleaned = -0.00272999 Jy ! Component: 1200 - total flux cleaned = -0.00272951 Jy ! Component: 1250 - total flux cleaned = -0.00275498 Jy ! Component: 1300 - total flux cleaned = -0.00275521 Jy ! Component: 1350 - total flux cleaned = -0.00280491 Jy ! Component: 1400 - total flux cleaned = -0.00278083 Jy ! Component: 1450 - total flux cleaned = -0.0028291 Jy ! Component: 1500 - total flux cleaned = -0.00278137 Jy ! Component: 1550 - total flux cleaned = -0.00273477 Jy ! Component: 1600 - total flux cleaned = -0.00273499 Jy ! Component: 1650 - total flux cleaned = -0.00271228 Jy ! Component: 1700 - total flux cleaned = -0.00273511 Jy ! Component: 1750 - total flux cleaned = -0.00271294 Jy ! Component: 1800 - total flux cleaned = -0.00273504 Jy ! Component: 1850 - total flux cleaned = -0.00273491 Jy ! Component: 1900 - total flux cleaned = -0.0027564 Jy ! Component: 1950 - total flux cleaned = -0.00275611 Jy ! Component: 2000 - total flux cleaned = -0.00269194 Jy ! Total flux subtracted in 2048 components = -0.0026922 Jy ! Clean residual min=-0.001200 max=0.001269 Jy/beam ! Clean residual mean=0.000018 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.177556 Jy keep ! Adding 117 model components to the UV plane model. ! The established model now contains 158 components and 0.177556 Jy ![Exited script file: muppet] wmap "J0608-1520_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.681 x 7.231 at -1.712 degrees (North through East) ! Clean map min=-0.0035333 max=0.14332 Jy/beam ! Writing clean map to FITS file: J0608-1520_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.143324 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000398003 device "J0608-1520_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0608-1520_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.833085 0.833085 1.66617 3.33234 6.66468 13.3294 26.6587 53.3175 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.143 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.681 x 7.231 at -1.712 degrees (North through East) ! Clean map min=-0.0035333 max=0.14332 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0608-1520_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0608-1520_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0608-1520_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:19:41 2008