! Started logfile: J0747-3310_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:28:18 2007 obs J0747-3310_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0747-3310_S_2002_01_31_yyk_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.684588 visibilities/baseline/integration-bin. ! Found source: J0747-3310 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1224 lines of history. ! ! Reading 11460 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 J0747-3310_S_2002_01_31_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.326464 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.293 mas, bmaj=6.035 mas, bpa=0.818 degrees ! Estimated noise=2350.64 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.177037 Jy ! Component: 100 - total flux cleaned = 0.239926 Jy ! Total flux subtracted in 100 components = 0.239926 Jy ! Clean residual min=-0.016279 max=0.022491 Jy/beam ! Clean residual mean=-0.000004 rms=0.004906 Jy/beam ! Combined flux in latest and established models = 0.239926 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.239926 Jy ! ! Correcting IF 1. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 260 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.204637Jy sigma=0.001339 ! Fit after self-cal, rms=0.204414Jy sigma=0.001338 ! Inverting map and beam ! Estimated beam: bmin=2.293 mas, bmaj=6.035 mas, bpa=0.8178 degrees ! Estimated noise=2350.83 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=7.857 mas, bpa=1.403 degrees ! Estimated noise=999.346 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.0593241 Jy ! Component: 100 - total flux cleaned = 0.0789371 Jy ! Component: 150 - total flux cleaned = 0.0859136 Jy ! Component: 200 - total flux cleaned = 0.0881854 Jy ! Total flux subtracted in 200 components = 0.0881854 Jy ! Clean residual min=-0.010225 max=0.018026 Jy/beam ! Clean residual mean=0.000287 rms=0.004494 Jy/beam ! Combined flux in latest and established models = 0.328112 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 56 model components to the UV plane model. ! The established model now contains 76 components and 0.328112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194388Jy sigma=0.001259 ! Fit after self-cal, rms=0.194371Jy sigma=0.001259 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.302 x 7.857 at 1.403 degrees (North through East) ! Clean map min=-0.0098777 max=0.20833 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.842628 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.09 HN 1.00* KP 0.91 ! LA 0.91 MK 2.69 NL 1.28 OV 0.98 ! PT 1.03 SC 1.09 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.985038 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.93 HN 1.00* KP 1.00* ! LA 0.95 MK 0.92 NL 1.44 OV 1.03 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.966257 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.89 HN 1.00* KP 1.00 ! LA 0.94 MK 0.85 NL 1.49 OV 1.03 ! PT 1.13 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03428 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.82 HN 1.00* KP 1.04 ! LA 0.78 MK 0.78 NL 1.42 OV 0.95 ! PT 0.98 SC 0.96 ! ! ! Fit before self-cal, rms=0.194371Jy sigma=0.001259 ! Fit after self-cal, rms=0.202288Jy sigma=0.001285 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.202288Jy sigma=0.001285 ! Fit after self-cal, rms=0.202305Jy sigma=0.001285 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=8.096 mas, bpa=1.974 degrees ! Estimated noise=878.561 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.0324765 Jy ! Component: 100 - total flux cleaned = -0.0409736 Jy ! Component: 150 - total flux cleaned = -0.0434892 Jy ! Component: 200 - total flux cleaned = -0.0441846 Jy ! Total flux subtracted in 200 components = -0.0441846 Jy ! Clean residual min=-0.006228 max=0.012505 Jy/beam ! Clean residual mean=0.000135 rms=0.002690 Jy/beam ! Combined flux in latest and established models = 0.283927 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 89 components and 0.283927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201420Jy sigma=0.001254 ! Fit after self-cal, rms=0.201416Jy sigma=0.001254 ! 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.201416Jy sigma=0.001254 ! Fit after self-cal, rms=0.200518Jy sigma=0.001247 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) ! Added new window around map position (18, 15). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127322 Jy ! Component: 100 - total flux cleaned = 0.0172569 Jy ! Component: 150 - total flux cleaned = 0.0193156 Jy ! Component: 200 - total flux cleaned = 0.019819 Jy ! Total flux subtracted in 200 components = 0.019819 Jy ! Clean residual min=-0.005121 max=0.006559 Jy/beam ! Clean residual mean=-0.000096 rms=0.001706 Jy/beam ! Combined flux in latest and established models = 0.303746 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 126 components and 0.303746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200069Jy sigma=0.001242 ! Fit after self-cal, rms=0.199896Jy sigma=0.001240 ! 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.371 x 8.096 at 1.974 degrees (North through East) ! Clean map min=-0.0053862 max=0.19054 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.199896Jy sigma=0.001240 ! Fit after self-cal, rms=0.190188Jy sigma=0.001199 ! 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.190188Jy sigma=0.001199 ! Fit after self-cal, rms=0.190166Jy sigma=0.001198 ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.964 mas, bpa=1.432 degrees ! Estimated noise=859.119 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365144 Jy ! Component: 100 - total flux cleaned = 0.0038651 Jy ! Component: 150 - total flux cleaned = 0.0039744 Jy ! Component: 200 - total flux cleaned = 0.00402518 Jy ! Total flux subtracted in 200 components = 0.00402518 Jy ! Clean residual min=-0.003967 max=0.005171 Jy/beam ! Clean residual mean=-0.000141 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.307771 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 141 components and 0.307771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190105Jy sigma=0.001198 ! Fit after self-cal, rms=0.190087Jy sigma=0.001198 ! 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.190087Jy sigma=0.001198 ! Fit after self-cal, rms=0.196003Jy sigma=0.001194 ! 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.196003Jy sigma=0.001194 ! Fit after self-cal, rms=0.196010Jy sigma=0.001194 ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.93 mas, bpa=1.329 degrees ! Estimated noise=859.927 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102976 Jy ! Component: 100 - total flux cleaned = 0.00118633 Jy ! Component: 150 - total flux cleaned = 0.00123511 Jy ! Component: 200 - total flux cleaned = 0.00132526 Jy ! Total flux subtracted in 200 components = 0.00132526 Jy ! Clean residual min=-0.003840 max=0.004887 Jy/beam ! Clean residual mean=-0.000142 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.309097 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 150 components and 0.309097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195985Jy sigma=0.001194 ! Fit after self-cal, rms=0.195979Jy sigma=0.001194 ! 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=9.729 mas, bmaj=26.91 mas, bpa=9.807 degrees ! Estimated noise=1064.82 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.0012039 Jy ! Component: 100 - total flux cleaned = 0.00112955 Jy ! Component: 150 - total flux cleaned = 0.00113015 Jy ! Component: 200 - total flux cleaned = 0.00113251 Jy ! Total flux subtracted in 200 components = 0.00113251 Jy ! Clean residual min=-0.004398 max=0.005879 Jy/beam ! Clean residual mean=-0.000261 rms=0.001788 Jy/beam ! Combined flux in latest and established models = 0.310229 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 158 components and 0.310229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195972Jy sigma=0.001194 ! Fit after self-cal, rms=0.195955Jy sigma=0.001194 ! 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.305 mas, bmaj=6.032 mas, bpa=1.933 degrees ! Estimated noise=2158.05 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.161343 Jy ! Component: 100 - total flux cleaned = 0.216738 Jy ! Component: 150 - total flux cleaned = 0.244953 Jy ! Component: 200 - total flux cleaned = 0.260796 Jy ! Total flux subtracted in 200 components = 0.260796 Jy ! Clean residual min=-0.009842 max=0.009716 Jy/beam ! Clean residual mean=0.000041 rms=0.002683 Jy/beam ! Combined flux in latest and established models = 0.260796 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.260796 Jy ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.93 mas, bpa=1.329 degrees ! Estimated noise=859.927 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, 1.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0207898 Jy ! Component: 100 - total flux cleaned = 0.031827 Jy ! Component: 150 - total flux cleaned = 0.0388157 Jy ! Component: 200 - total flux cleaned = 0.0434053 Jy ! Total flux subtracted in 200 components = 0.0434053 Jy ! Clean residual min=-0.004407 max=0.004688 Jy/beam ! Clean residual mean=-0.000092 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.304202 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 100 components and 0.304202 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=9.729 mas, bmaj=26.91 mas, bpa=9.807 degrees ! Estimated noise=1064.82 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.00413037 Jy ! Component: 100 - total flux cleaned = 0.0060939 Jy ! Component: 150 - total flux cleaned = 0.00647456 Jy ! Component: 200 - total flux cleaned = 0.00666316 Jy ! Total flux subtracted in 200 components = 0.00666316 Jy ! Clean residual min=-0.004465 max=0.005693 Jy/beam ! Clean residual mean=-0.000261 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.310865 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 118 components and 0.310865 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.93 mas, bpa=1.329 degrees ! Estimated noise=859.927 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256042 Jy ! Component: 100 - total flux cleaned = -0.000188799 Jy ! Component: 150 - total flux cleaned = -6.50195e-05 Jy ! Component: 200 - total flux cleaned = -1.04472e-05 Jy ! Total flux subtracted in 200 components = -1.04472e-05 Jy ! Clean residual min=-0.003848 max=0.004706 Jy/beam ! Clean residual mean=-0.000148 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.310854 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 134 components and 0.310854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195844Jy sigma=0.001194 ! Fit after self-cal, rms=0.195782Jy sigma=0.001194 wmodel J0747-3310_S_2002_01_31_yyk\_map.mod ! Writing 134 model components to file: J0747-3310_S_2002_01_31_yyk_map.mod wobs J0747-3310_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0747-3310_S_2002_01_31_yyk_uvs.fits wwins J0747-3310_S_2002_01_31_yyk\_map.win ! wwins: Wrote 3 windows to J0747-3310_S_2002_01_31_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.0011656 Jy ! Component: 100 - total flux cleaned = 0.00142379 Jy ! Component: 150 - total flux cleaned = 0.0017194 Jy ! Component: 200 - total flux cleaned = 0.00156228 Jy ! Component: 250 - total flux cleaned = 0.00115986 Jy ! Component: 300 - total flux cleaned = 0.000823102 Jy ! Component: 350 - total flux cleaned = 0.000546223 Jy ! Component: 400 - total flux cleaned = 0.000367669 Jy ! Component: 450 - total flux cleaned = 0.000237461 Jy ! Component: 500 - total flux cleaned = -1.17923e-05 Jy ! Component: 550 - total flux cleaned = -0.000131973 Jy ! Component: 600 - total flux cleaned = -0.000327427 Jy ! Component: 650 - total flux cleaned = -0.000478333 Jy ! Component: 700 - total flux cleaned = -0.000588772 Jy ! Component: 750 - total flux cleaned = -0.000768531 Jy ! Component: 800 - total flux cleaned = -0.000873679 Jy ! Component: 850 - total flux cleaned = -0.000976944 Jy ! Component: 900 - total flux cleaned = -0.00111086 Jy ! Component: 950 - total flux cleaned = -0.00124113 Jy ! Component: 1000 - total flux cleaned = -0.00127333 Jy ! Component: 1050 - total flux cleaned = -0.00139727 Jy ! Component: 1100 - total flux cleaned = -0.00148798 Jy ! Component: 1150 - total flux cleaned = -0.00151791 Jy ! Component: 1200 - total flux cleaned = -0.00154782 Jy ! Component: 1250 - total flux cleaned = -0.00169139 Jy ! Component: 1300 - total flux cleaned = -0.00183222 Jy ! Component: 1350 - total flux cleaned = -0.00191586 Jy ! Component: 1400 - total flux cleaned = -0.0021352 Jy ! Component: 1450 - total flux cleaned = -0.0022696 Jy ! Component: 1500 - total flux cleaned = -0.00242865 Jy ! Component: 1550 - total flux cleaned = -0.0025855 Jy ! Component: 1600 - total flux cleaned = -0.00271443 Jy ! Component: 1650 - total flux cleaned = -0.00289298 Jy ! Component: 1700 - total flux cleaned = -0.00304395 Jy ! Component: 1750 - total flux cleaned = -0.0032421 Jy ! Component: 1800 - total flux cleaned = -0.00333974 Jy ! Component: 1850 - total flux cleaned = -0.00346054 Jy ! Component: 1900 - total flux cleaned = -0.00357987 Jy ! Component: 1950 - total flux cleaned = -0.0036506 Jy ! Component: 2000 - total flux cleaned = -0.0038134 Jy ! Total flux subtracted in 2048 components = -0.00379019 Jy ! Clean residual min=-0.001329 max=0.001452 Jy/beam ! Clean residual mean=-0.000092 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.307064 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 264 components and 0.307064 Jy ![Exited script file: muppet] wmap "J0747-3310_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.339 x 7.93 at 1.329 degrees (North through East) ! Clean map min=-0.0025955 max=0.1938 Jy/beam ! Writing clean map to FITS file: J0747-3310_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.193801 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000452225 device "J0747-3310_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0747-3310_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.700035 0.700035 1.40007 2.80014 5.60028 11.2006 22.4011 44.8022 89.6045 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.193 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.339 x 7.93 at 1.329 degrees (North through East) ! Clean map min=-0.0025955 max=0.1938 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0747-3310_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0747-3310_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0747-3310_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:28:26 2007