! Started logfile: J0629-1959_S_1997_07_02_yyk_uvs.log on Sun Jan 7 16:37:42 2007 obs J0629-1959_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0629-1959_S_1997_07_02_yyk_uva.fits ! AN table 1: 141 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.949882 visibilities/baseline/integration-bin. ! Found source: J0629-1959 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 24108 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 J0629-1959_S_1997_07_02_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.77829 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.638 mas, bmaj=6.827 mas, bpa=-0.5457 degrees ! Estimated noise=2048.73 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.591097 Jy ! Component: 100 - total flux cleaned = 0.677004 Jy ! Total flux subtracted in 100 components = 0.677004 Jy ! Clean residual min=-0.019985 max=0.033008 Jy/beam ! Clean residual mean=0.000152 rms=0.006415 Jy/beam ! Combined flux in latest and established models = 0.677004 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.677004 Jy ! ! Correcting IF 1. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.363039Jy sigma=0.001259 ! Fit after self-cal, rms=0.362753Jy sigma=0.001259 ! Inverting map and beam ! Estimated beam: bmin=2.638 mas, bmaj=6.827 mas, bpa=-0.5455 degrees ! Estimated noise=2049.19 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.407 mas, bmaj=8.868 mas, bpa=-3.353 degrees ! Estimated noise=1196.01 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.0233066 Jy ! Component: 100 - total flux cleaned = 0.0278864 Jy ! Component: 150 - total flux cleaned = 0.0291408 Jy ! Component: 200 - total flux cleaned = 0.0299813 Jy ! Total flux subtracted in 200 components = 0.0299813 Jy ! Clean residual min=-0.014961 max=0.023000 Jy/beam ! Clean residual mean=0.000459 rms=0.005814 Jy/beam ! Combined flux in latest and established models = 0.706985 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.706985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.361352Jy sigma=0.001254 ! Fit after self-cal, rms=0.361299Jy sigma=0.001254 ! 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.407 x 8.868 at -3.353 degrees (North through East) ! Clean map min=-0.014529 max=0.6746 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: 1.02427 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.11 HN 0.95 KP 0.90 ! LA 0.98 MK 1.00 NL 1.00* OV 1.08 ! PT 0.94 SC 0.82 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.98426 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.15 HN 1.06 KP 0.94 ! LA 1.09 MK 1.07 NL 0.96 OV 1.04 ! PT 0.92 SC 0.90 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03303 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.09 HN 1.01 KP 0.92 ! LA 0.81 MK 0.91 NL 0.93 OV 0.96 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.977711 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.14 HN 1.21 KP 0.95 ! LA 0.91 MK 1.05 NL 1.05 OV 0.94 ! PT 0.92 SC 1.02 ! ! ! Fit before self-cal, rms=0.361299Jy sigma=0.001254 ! Fit after self-cal, rms=0.348052Jy sigma=0.001220 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.348052Jy sigma=0.001220 ! Fit after self-cal, rms=0.348053Jy sigma=0.001220 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=8.709 mas, bpa=-2.021 degrees ! Estimated noise=1191.91 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.00277188 Jy ! Component: 100 - total flux cleaned = 0.00276194 Jy ! Component: 150 - total flux cleaned = 0.00262613 Jy ! Component: 200 - total flux cleaned = 0.00240003 Jy ! Total flux subtracted in 200 components = 0.00240003 Jy ! Clean residual min=-0.007762 max=0.008461 Jy/beam ! Clean residual mean=0.000166 rms=0.002199 Jy/beam ! Combined flux in latest and established models = 0.709385 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.709385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.347918Jy sigma=0.001220 ! Fit after self-cal, rms=0.347884Jy sigma=0.001220 ! 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.347884Jy sigma=0.001220 ! Fit after self-cal, rms=0.343786Jy sigma=0.001203 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.00142985 Jy ! Component: 100 - total flux cleaned = 0.00130411 Jy ! Component: 150 - total flux cleaned = 0.00130338 Jy ! Component: 200 - total flux cleaned = 0.00120369 Jy ! Total flux subtracted in 200 components = 0.00120369 Jy ! Clean residual min=-0.007261 max=0.008304 Jy/beam ! Clean residual mean=0.000155 rms=0.002149 Jy/beam ! Combined flux in latest and established models = 0.710589 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 34 components and 0.710589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.343748Jy sigma=0.001203 ! Fit after self-cal, rms=0.343242Jy sigma=0.001201 ! 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.409 x 8.709 at -2.021 degrees (North through East) ! Clean map min=-0.0069079 max=0.6803 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.343242Jy sigma=0.001201 ! Fit after self-cal, rms=0.360741Jy sigma=0.001186 ! 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.360741Jy sigma=0.001186 ! Fit after self-cal, rms=0.360656Jy sigma=0.001186 ! Inverting map and beam ! Estimated beam: bmin=3.39 mas, bmaj=8.715 mas, bpa=-2.015 degrees ! Estimated noise=1187.61 mJy/beam. ! Added new window around map position (-1, 42). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00601975 Jy ! Component: 100 - total flux cleaned = 0.00673534 Jy ! Component: 150 - total flux cleaned = 0.00697615 Jy ! Component: 200 - total flux cleaned = 0.00717726 Jy ! Total flux subtracted in 200 components = 0.00717726 Jy ! Clean residual min=-0.004156 max=0.005544 Jy/beam ! Clean residual mean=0.000089 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.717766 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 58 components and 0.717766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.360536Jy sigma=0.001186 ! Fit after self-cal, rms=0.360519Jy sigma=0.001186 ! 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.360519Jy sigma=0.001186 ! Fit after self-cal, rms=0.360357Jy sigma=0.001184 ! 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.360357Jy sigma=0.001184 ! Fit after self-cal, rms=0.360358Jy sigma=0.001184 ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=8.699 mas, bpa=-1.946 degrees ! Estimated noise=1188.2 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191536 Jy ! Component: 100 - total flux cleaned = 0.00200342 Jy ! Component: 150 - total flux cleaned = 0.00208528 Jy ! Component: 200 - total flux cleaned = 0.00208968 Jy ! Total flux subtracted in 200 components = 0.00208968 Jy ! Clean residual min=-0.004161 max=0.005323 Jy/beam ! Clean residual mean=0.000094 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.719856 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 70 components and 0.719856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.360326Jy sigma=0.001184 ! Fit after self-cal, rms=0.360328Jy sigma=0.001184 ! 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.423 mas, bmaj=18.53 mas, bpa=6.331 degrees ! Estimated noise=1480.7 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.00140291 Jy ! Component: 100 - total flux cleaned = 0.00167369 Jy ! Component: 150 - total flux cleaned = 0.00158139 Jy ! Component: 200 - total flux cleaned = 0.00153985 Jy ! Total flux subtracted in 200 components = 0.00153985 Jy ! Clean residual min=-0.004206 max=0.005826 Jy/beam ! Clean residual mean=0.000154 rms=0.001487 Jy/beam ! Combined flux in latest and established models = 0.721396 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 77 components and 0.721396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.360323Jy sigma=0.001184 ! Fit after self-cal, rms=0.360317Jy sigma=0.001184 ! 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.623 mas, bmaj=6.742 mas, bpa=0.2507 degrees ! Estimated noise=2038.34 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.590193 Jy ! Component: 100 - total flux cleaned = 0.673529 Jy ! Component: 150 - total flux cleaned = 0.698962 Jy ! Component: 200 - total flux cleaned = 0.710048 Jy ! Total flux subtracted in 200 components = 0.710048 Jy ! Clean residual min=-0.010227 max=0.010608 Jy/beam ! Clean residual mean=0.000041 rms=0.002771 Jy/beam ! Combined flux in latest and established models = 0.710048 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.710048 Jy ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=8.699 mas, bpa=-1.946 degrees ! Estimated noise=1188.2 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, 3.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0097609 Jy ! Component: 100 - total flux cleaned = 0.0117717 Jy ! Component: 150 - total flux cleaned = 0.0123631 Jy ! Component: 200 - total flux cleaned = 0.0123616 Jy ! Total flux subtracted in 200 components = 0.0123617 Jy ! Clean residual min=-0.004160 max=0.004431 Jy/beam ! Clean residual mean=0.000077 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.72241 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 54 components and 0.72241 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.423 mas, bmaj=18.53 mas, bpa=6.331 degrees ! Estimated noise=1480.7 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.00116313 Jy ! Component: 100 - total flux cleaned = 0.00126986 Jy ! Component: 150 - total flux cleaned = 0.00127754 Jy ! Component: 200 - total flux cleaned = 0.00128023 Jy ! Total flux subtracted in 200 components = 0.00128023 Jy ! Clean residual min=-0.003965 max=0.004024 Jy/beam ! Clean residual mean=0.000122 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.72369 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.72369 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=8.699 mas, bpa=-1.946 degrees ! Estimated noise=1188.2 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000871879 Jy ! Component: 100 - total flux cleaned = -0.00109757 Jy ! Component: 150 - total flux cleaned = -0.00129545 Jy ! Component: 200 - total flux cleaned = -0.00138336 Jy ! Total flux subtracted in 200 components = -0.00138336 Jy ! Clean residual min=-0.003816 max=0.004515 Jy/beam ! Clean residual mean=0.000075 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.722306 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 89 components and 0.722306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.360351Jy sigma=0.001184 ! Fit after self-cal, rms=0.360338Jy sigma=0.001184 wmodel J0629-1959_S_1997_07_02_yyk\_map.mod ! Writing 89 model components to file: J0629-1959_S_1997_07_02_yyk_map.mod wobs J0629-1959_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0629-1959_S_1997_07_02_yyk_uvs.fits wwins J0629-1959_S_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J0629-1959_S_1997_07_02_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.00121084 Jy ! Component: 100 - total flux cleaned = 0.00218945 Jy ! Component: 150 - total flux cleaned = 0.00285262 Jy ! Component: 200 - total flux cleaned = 0.00335937 Jy ! Component: 250 - total flux cleaned = 0.00366391 Jy ! Component: 300 - total flux cleaned = 0.00389748 Jy ! Component: 350 - total flux cleaned = 0.00401111 Jy ! Component: 400 - total flux cleaned = 0.00417545 Jy ! Component: 450 - total flux cleaned = 0.00417498 Jy ! Component: 500 - total flux cleaned = 0.00402166 Jy ! Component: 550 - total flux cleaned = 0.00407245 Jy ! Component: 600 - total flux cleaned = 0.00416907 Jy ! Component: 650 - total flux cleaned = 0.00431086 Jy ! Component: 700 - total flux cleaned = 0.00449525 Jy ! Component: 750 - total flux cleaned = 0.00454096 Jy ! Component: 800 - total flux cleaned = 0.0048072 Jy ! Component: 850 - total flux cleaned = 0.00502297 Jy ! Component: 900 - total flux cleaned = 0.00523484 Jy ! Component: 950 - total flux cleaned = 0.00531919 Jy ! Component: 1000 - total flux cleaned = 0.00560715 Jy ! Component: 1050 - total flux cleaned = 0.00584974 Jy ! Component: 1100 - total flux cleaned = 0.00608737 Jy ! Component: 1150 - total flux cleaned = 0.00635972 Jy ! Component: 1200 - total flux cleaned = 0.00662831 Jy ! Component: 1250 - total flux cleaned = 0.0068931 Jy ! Component: 1300 - total flux cleaned = 0.00722858 Jy ! Component: 1350 - total flux cleaned = 0.00733884 Jy ! Component: 1400 - total flux cleaned = 0.00762971 Jy ! Component: 1450 - total flux cleaned = 0.00791697 Jy ! Component: 1500 - total flux cleaned = 0.00823608 Jy ! Component: 1550 - total flux cleaned = 0.00858485 Jy ! Component: 1600 - total flux cleaned = 0.00879148 Jy ! Component: 1650 - total flux cleaned = 0.00906377 Jy ! Component: 1700 - total flux cleaned = 0.00926537 Jy ! Component: 1750 - total flux cleaned = 0.0094321 Jy ! Component: 1800 - total flux cleaned = 0.00969517 Jy ! Component: 1850 - total flux cleaned = 0.00988932 Jy ! Component: 1900 - total flux cleaned = 0.00988889 Jy ! Component: 1950 - total flux cleaned = 0.0101749 Jy ! Component: 2000 - total flux cleaned = 0.0103321 Jy ! Total flux subtracted in 2048 components = 0.0104567 Jy ! Clean residual min=-0.002129 max=0.001628 Jy/beam ! Clean residual mean=0.000043 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.732763 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 224 components and 0.732763 Jy ![Exited script file: muppet] wmap "J0629-1959_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.384 x 8.699 at -1.946 degrees (North through East) ! Clean map min=-0.00322 max=0.68159 Jy/beam ! Writing clean map to FITS file: J0629-1959_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.681589 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000643253 device "J0629-1959_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0629-1959_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283127 0.283127 0.566253 1.13251 2.26501 4.53003 9.06005 18.1201 36.2402 72.4804 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.681 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.384 x 8.699 at -1.946 degrees (North through East) ! Clean map min=-0.00322 max=0.68159 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0629-1959_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0629-1959_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0629-1959_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 16:37:49 2007