! Started logfile: J0401-1606_S_2005_07_20_yyk_uvs.log on Fri Jan 20 09:52:47 2006 obs J0401-1606_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0401-1606_S_2005_07_20_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.939394 visibilities/baseline/integration-bin. ! Found source: J0401-1606 ! ! 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 1527 lines of history. ! ! Reading 1860 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 J0401-1606_S_2005_07_20_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.141933 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.515 mas, bmaj=6.554 mas, bpa=-2.741 degrees ! Estimated noise=1.31181 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.101083 Jy ! Component: 100 - total flux cleaned = 0.118307 Jy ! Total flux subtracted in 100 components = 0.118307 Jy ! Clean residual min=-0.005906 max=0.006478 Jy/beam ! Clean residual mean=0.000016 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.118307 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.118307 Jy ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.072906Jy sigma=1.076466 ! Fit after self-cal, rms=0.069665Jy sigma=1.040783 ! Inverting map and beam ! Estimated beam: bmin=2.515 mas, bmaj=6.554 mas, bpa=-2.741 degrees ! Estimated noise=1.31181 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.193 mas, bmaj=8.046 mas, bpa=-3.987 degrees ! Estimated noise=0.966628 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.00779085 Jy ! Component: 100 - total flux cleaned = 0.00979274 Jy ! Component: 150 - total flux cleaned = 0.00991481 Jy ! Component: 200 - total flux cleaned = 0.00988292 Jy ! Total flux subtracted in 200 components = 0.00988292 Jy ! Clean residual min=-0.004211 max=0.003596 Jy/beam ! Clean residual mean=-0.000004 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.128189 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 31 components and 0.128189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068793Jy sigma=1.030018 ! Fit after self-cal, rms=0.068794Jy sigma=1.029904 ! 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.193 x 8.046 at -3.987 degrees (North through East) ! Clean map min=-0.0041068 max=0.12072 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.02693 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 1.01 KP 1.02 ! LA 1.03 MK 0.87 NL 0.90 OV 0.99 ! PT 1.07 SC 0.90 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.977021 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 1.05 KP 1.06 ! LA 1.03 MK 0.96 NL 1.02 OV 1.06 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.068794Jy sigma=1.029904 ! Fit after self-cal, rms=0.068258Jy sigma=1.025351 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.068258Jy sigma=1.025351 ! Fit after self-cal, rms=0.068254Jy sigma=1.025274 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=7.886 mas, bpa=-4.353 degrees ! Estimated noise=0.968187 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.00236211 Jy ! Component: 100 - total flux cleaned = 0.00278985 Jy ! Component: 150 - total flux cleaned = 0.00289834 Jy ! Component: 200 - total flux cleaned = 0.00292113 Jy ! Total flux subtracted in 200 components = 0.00292113 Jy ! Clean residual min=-0.004016 max=0.003621 Jy/beam ! Clean residual mean=0.000001 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.131111 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.131111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068108Jy sigma=1.024166 ! Fit after self-cal, rms=0.068106Jy sigma=1.024076 ! 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.068106Jy sigma=1.024076 ! Fit after self-cal, rms=0.064864Jy sigma=0.978313 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.00112204 Jy ! Component: 100 - total flux cleaned = 0.00109048 Jy ! Component: 150 - total flux cleaned = 0.00109046 Jy ! Component: 200 - total flux cleaned = 0.00111471 Jy ! Total flux subtracted in 200 components = 0.00111471 Jy ! Clean residual min=-0.003939 max=0.003303 Jy/beam ! Clean residual mean=-0.000000 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.132225 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 47 components and 0.132225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064799Jy sigma=0.977856 ! Fit after self-cal, rms=0.064531Jy sigma=0.974918 ! 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.121 x 7.886 at -4.353 degrees (North through East) ! Clean map min=-0.0038334 max=0.12184 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.064531Jy sigma=0.974918 ! Fit after self-cal, rms=0.062549Jy sigma=0.959800 ! 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.062549Jy sigma=0.959800 ! Fit after self-cal, rms=0.062507Jy sigma=0.959373 ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=7.864 mas, bpa=-3.248 degrees ! Estimated noise=0.957119 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102496 Jy ! Component: 100 - total flux cleaned = -0.00107094 Jy ! Component: 150 - total flux cleaned = -0.00107139 Jy ! Component: 200 - total flux cleaned = -0.00105881 Jy ! Total flux subtracted in 200 components = -0.00105881 Jy ! Clean residual min=-0.003801 max=0.003332 Jy/beam ! Clean residual mean=-0.000003 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.131166 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 56 components and 0.131166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062510Jy sigma=0.959047 ! Fit after self-cal, rms=0.062501Jy sigma=0.958980 ! 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.062501Jy sigma=0.958980 ! Fit after self-cal, rms=0.062199Jy sigma=0.946798 ! 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.062199Jy sigma=0.946798 ! Fit after self-cal, rms=0.062200Jy sigma=0.946657 ! Inverting map and beam ! Estimated beam: bmin=3.088 mas, bmaj=7.78 mas, bpa=-2.632 degrees ! Estimated noise=0.96378 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214538 Jy ! Component: 100 - total flux cleaned = 0.00269749 Jy ! Component: 150 - total flux cleaned = 0.00271277 Jy ! Component: 200 - total flux cleaned = 0.00270115 Jy ! Total flux subtracted in 200 components = 0.00270115 Jy ! Clean residual min=-0.003877 max=0.003314 Jy/beam ! Clean residual mean=-0.000001 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.133868 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 64 components and 0.133868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062107Jy sigma=0.945746 ! Fit after self-cal, rms=0.062113Jy sigma=0.945726 ! 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.758 mas, bmaj=15.28 mas, bpa=2.498 degrees ! Estimated noise=1.25656 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 = -9.48767e-05 Jy ! Component: 100 - total flux cleaned = -0.000106431 Jy ! Component: 150 - total flux cleaned = -0.000122158 Jy ! Component: 200 - total flux cleaned = -0.000127336 Jy ! Total flux subtracted in 200 components = -0.000127336 Jy ! Clean residual min=-0.004097 max=0.003788 Jy/beam ! Clean residual mean=0.000001 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.13374 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.13374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062108Jy sigma=0.945716 ! Fit after self-cal, rms=0.062108Jy sigma=0.945682 ! 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.48 mas, bmaj=6.47 mas, bpa=-2.1 degrees ! Estimated noise=1.2782 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.102523 Jy ! Component: 100 - total flux cleaned = 0.119844 Jy ! Component: 150 - total flux cleaned = 0.12751 Jy ! Component: 200 - total flux cleaned = 0.131244 Jy ! Total flux subtracted in 200 components = 0.131243 Jy ! Clean residual min=-0.004357 max=0.004525 Jy/beam ! Clean residual mean=0.000010 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.131243 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.131243 Jy ! Inverting map and beam ! Estimated beam: bmin=3.088 mas, bmaj=7.78 mas, bpa=-2.632 degrees ! Estimated noise=0.96378 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.00264123 Jy ! Component: 100 - total flux cleaned = 0.00281289 Jy ! Component: 150 - total flux cleaned = 0.00291269 Jy ! Component: 200 - total flux cleaned = 0.00291235 Jy ! Total flux subtracted in 200 components = 0.00291235 Jy ! Clean residual min=-0.003820 max=0.003388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.134156 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 38 components and 0.134156 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.758 mas, bmaj=15.28 mas, bpa=2.498 degrees ! Estimated noise=1.25656 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.000305393 Jy ! Component: 100 - total flux cleaned = -0.000304246 Jy ! Component: 150 - total flux cleaned = -0.000320108 Jy ! Component: 200 - total flux cleaned = -0.000334592 Jy ! Total flux subtracted in 200 components = -0.000334592 Jy ! Clean residual min=-0.004091 max=0.003771 Jy/beam ! Clean residual mean=0.000000 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.133821 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.133821 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.088 mas, bmaj=7.78 mas, bpa=-2.632 degrees ! Estimated noise=0.96378 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018198 Jy ! Component: 100 - total flux cleaned = 0.000202524 Jy ! Component: 150 - total flux cleaned = 0.000202833 Jy ! Component: 200 - total flux cleaned = 0.000202874 Jy ! Total flux subtracted in 200 components = 0.000202874 Jy ! Clean residual min=-0.003826 max=0.003341 Jy/beam ! Clean residual mean=-0.000001 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.134024 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.134024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062103Jy sigma=0.946005 ! Fit after self-cal, rms=0.062104Jy sigma=0.945958 wmodel J0401-1606_S_2005_07_20_yyk\_map.mod ! Writing 51 model components to file: J0401-1606_S_2005_07_20_yyk_map.mod wobs J0401-1606_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0401-1606_S_2005_07_20_yyk_uvs.fits wwins J0401-1606_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J0401-1606_S_2005_07_20_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.00136855 Jy ! Component: 100 - total flux cleaned = -0.00220447 Jy ! Component: 150 - total flux cleaned = -0.00275823 Jy ! Component: 200 - total flux cleaned = -0.0030205 Jy ! Component: 250 - total flux cleaned = -0.00322031 Jy ! Component: 300 - total flux cleaned = -0.00326818 Jy ! Component: 350 - total flux cleaned = -0.00326846 Jy ! Component: 400 - total flux cleaned = -0.00336008 Jy ! Component: 450 - total flux cleaned = -0.00349186 Jy ! Component: 500 - total flux cleaned = -0.00361916 Jy ! Component: 550 - total flux cleaned = -0.00361885 Jy ! Component: 600 - total flux cleaned = -0.00357856 Jy ! Component: 650 - total flux cleaned = -0.00349901 Jy ! Component: 700 - total flux cleaned = -0.00345976 Jy ! Component: 750 - total flux cleaned = -0.00334466 Jy ! Component: 800 - total flux cleaned = -0.00326921 Jy ! Component: 850 - total flux cleaned = -0.00312203 Jy ! Component: 900 - total flux cleaned = -0.00294213 Jy ! Component: 950 - total flux cleaned = -0.00287228 Jy ! Component: 1000 - total flux cleaned = -0.00287305 Jy ! Component: 1050 - total flux cleaned = -0.00280572 Jy ! Component: 1100 - total flux cleaned = -0.00290681 Jy ! Component: 1150 - total flux cleaned = -0.00280759 Jy ! Component: 1200 - total flux cleaned = -0.00277499 Jy ! Component: 1250 - total flux cleaned = -0.0027754 Jy ! Component: 1300 - total flux cleaned = -0.00277513 Jy ! Component: 1350 - total flux cleaned = -0.00280648 Jy ! Component: 1400 - total flux cleaned = -0.00286722 Jy ! Component: 1450 - total flux cleaned = -0.00289739 Jy ! Component: 1500 - total flux cleaned = -0.00283832 Jy ! Component: 1550 - total flux cleaned = -0.00292724 Jy ! Component: 1600 - total flux cleaned = -0.00289824 Jy ! Component: 1650 - total flux cleaned = -0.00289808 Jy ! Component: 1700 - total flux cleaned = -0.00284144 Jy ! Component: 1750 - total flux cleaned = -0.00284113 Jy ! Component: 1800 - total flux cleaned = -0.0028135 Jy ! Component: 1850 - total flux cleaned = -0.0027317 Jy ! Component: 1900 - total flux cleaned = -0.0027048 Jy ! Component: 1950 - total flux cleaned = -0.00259823 Jy ! Component: 2000 - total flux cleaned = -0.00251953 Jy ! Total flux subtracted in 2048 components = -0.00251968 Jy ! Clean residual min=-0.001406 max=0.001500 Jy/beam ! Clean residual mean=0.000004 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.131504 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 190 components and 0.131504 Jy ![Exited script file: muppet] wmap "J0401-1606_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.088 x 7.78 at -2.632 degrees (North through East) ! Clean map min=-0.0028752 max=0.12166 Jy/beam ! Writing clean map to FITS file: J0401-1606_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.121661 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000545636 device "J0401-1606_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0401-1606_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.34547 1.34547 2.69094 5.38188 10.7638 21.5275 43.055 86.11 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.121 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.088 x 7.78 at -2.632 degrees (North through East) ! Clean map min=-0.0028752 max=0.12166 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0401-1606_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0401-1606_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0401-1606_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 09:52:51 2006