! Started logfile: J0012-3954_S_2002_01_31_yyk_uvs.log on Tue Jun 26 21:48:24 2007 obs J0012-3954_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0012-3954_S_2002_01_31_yyk_uva.fits ! AN table 1: 37 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.588589 visibilities/baseline/integration-bin. ! Found source: J0012-3954 ! ! 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 3920 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 J0012-3954_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)= 1.00971 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.454 mas, bmaj=6.882 mas, bpa=-2.303 degrees ! Estimated noise=3007.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.832646 Jy ! Component: 100 - total flux cleaned = 0.934064 Jy ! Total flux subtracted in 100 components = 0.934064 Jy ! Clean residual min=-0.048804 max=0.083190 Jy/beam ! Clean residual mean=0.000407 rms=0.016823 Jy/beam ! Combined flux in latest and established models = 0.934064 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.934064 Jy ! ! Correcting IF 1. ! A total of 96 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.310870Jy sigma=0.001793 ! Fit after self-cal, rms=0.310802Jy sigma=0.001793 ! Inverting map and beam ! Estimated beam: bmin=2.454 mas, bmaj=6.882 mas, bpa=-2.303 degrees ! Estimated noise=3007.73 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.801 mas, bmaj=7.972 mas, bpa=-3.299 degrees ! Estimated noise=1942.07 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.0472193 Jy ! Component: 100 - total flux cleaned = 0.0582177 Jy ! Component: 150 - total flux cleaned = 0.0591887 Jy ! Component: 200 - total flux cleaned = 0.0600988 Jy ! Total flux subtracted in 200 components = 0.0600988 Jy ! Clean residual min=-0.038977 max=0.064136 Jy/beam ! Clean residual mean=0.000843 rms=0.014837 Jy/beam ! Combined flux in latest and established models = 0.994163 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 26 components and 0.994162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.308265Jy sigma=0.001761 ! Fit after self-cal, rms=0.308230Jy sigma=0.001761 ! 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.801 x 7.972 at -3.299 degrees (North through East) ! Clean map min=-0.037659 max=0.96962 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.978082 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.00* KP 0.97 ! LA 0.96 MK 0.93 NL 1.29 OV 0.95 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.984069 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.00* KP 1.00* ! LA 0.95 MK 1.05 NL 1.36 OV 0.95 ! PT 0.94 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.95234 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.00* KP 1.03 ! LA 0.96 MK 1.02 NL 1.49 OV 0.98 ! PT 1.11 SC 0.97 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00624 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.82 HN 1.00* KP 1.07 ! LA 0.80 MK 0.99 NL 1.46 OV 0.89 ! PT 0.95 SC 0.95 ! ! ! Fit before self-cal, rms=0.308230Jy sigma=0.001761 ! Fit after self-cal, rms=0.264826Jy sigma=0.001501 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.264826Jy sigma=0.001501 ! Fit after self-cal, rms=0.264848Jy sigma=0.001501 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.813 mas, bmaj=7.927 mas, bpa=-2.687 degrees ! Estimated noise=1847.54 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.030712 Jy ! Component: 100 - total flux cleaned = -0.0319899 Jy ! Component: 150 - total flux cleaned = -0.0325466 Jy ! Component: 200 - total flux cleaned = -0.0328957 Jy ! Total flux subtracted in 200 components = -0.0328957 Jy ! Clean residual min=-0.005255 max=0.006485 Jy/beam ! Clean residual mean=0.000077 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.961267 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.961267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.262034Jy sigma=0.001483 ! Fit after self-cal, rms=0.262022Jy sigma=0.001483 ! 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.262022Jy sigma=0.001483 ! Fit after self-cal, rms=0.244525Jy sigma=0.001360 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.000464011 Jy ! Component: 100 - total flux cleaned = -0.000640751 Jy ! Component: 150 - total flux cleaned = -0.000490386 Jy ! Component: 200 - total flux cleaned = -0.000370918 Jy ! Total flux subtracted in 200 components = -0.000370918 Jy ! Clean residual min=-0.004950 max=0.006279 Jy/beam ! Clean residual mean=0.000081 rms=0.001751 Jy/beam ! Combined flux in latest and established models = 0.960896 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 42 components and 0.960896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.244267Jy sigma=0.001359 ! Fit after self-cal, rms=0.240555Jy sigma=0.001333 ! 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.813 x 7.927 at -2.687 degrees (North through East) ! Clean map min=-0.0050327 max=0.94171 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.240555Jy sigma=0.001333 ! Fit after self-cal, rms=0.238685Jy sigma=0.001311 ! 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.238685Jy sigma=0.001311 ! Fit after self-cal, rms=0.237671Jy sigma=0.001303 ! Inverting map and beam ! Estimated beam: bmin=2.803 mas, bmaj=7.901 mas, bpa=-2.596 degrees ! Estimated noise=1842.21 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000718526 Jy ! Component: 100 - total flux cleaned = 0.00061518 Jy ! Component: 150 - total flux cleaned = 0.000603927 Jy ! Component: 200 - total flux cleaned = 0.000597046 Jy ! Total flux subtracted in 200 components = 0.000597046 Jy ! Clean residual min=-0.004515 max=0.005244 Jy/beam ! Clean residual mean=0.000042 rms=0.001555 Jy/beam ! Combined flux in latest and established models = 0.961493 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 46 components and 0.961493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237572Jy sigma=0.001303 ! Fit after self-cal, rms=0.237233Jy sigma=0.001300 ! 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.237233Jy sigma=0.001300 ! Fit after self-cal, rms=0.236571Jy sigma=0.001297 ! 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.236571Jy sigma=0.001297 ! Fit after self-cal, rms=0.236474Jy sigma=0.001297 ! Inverting map and beam ! Estimated beam: bmin=2.798 mas, bmaj=7.888 mas, bpa=-2.547 degrees ! Estimated noise=1840.42 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000903365 Jy ! Component: 100 - total flux cleaned = 0.000820427 Jy ! Component: 150 - total flux cleaned = 0.000751124 Jy ! Component: 200 - total flux cleaned = 0.000678534 Jy ! Total flux subtracted in 200 components = 0.000678534 Jy ! Clean residual min=-0.004479 max=0.005348 Jy/beam ! Clean residual mean=0.000037 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.962172 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 47 components and 0.962172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236409Jy sigma=0.001296 ! Fit after self-cal, rms=0.236361Jy sigma=0.001296 ! 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.505 mas, bmaj=30.95 mas, bpa=2.106 degrees ! Estimated noise=2491.11 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.000587489 Jy ! Component: 100 - total flux cleaned = -0.00059228 Jy ! Component: 150 - total flux cleaned = -0.000594867 Jy ! Component: 200 - total flux cleaned = -0.000596474 Jy ! Total flux subtracted in 200 components = -0.000596474 Jy ! Clean residual min=-0.004771 max=0.005111 Jy/beam ! Clean residual mean=0.000075 rms=0.001984 Jy/beam ! Combined flux in latest and established models = 0.961575 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 50 components and 0.961575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236348Jy sigma=0.001296 ! Fit after self-cal, rms=0.236328Jy sigma=0.001296 ! 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.426 mas, bmaj=6.778 mas, bpa=-2.05 degrees ! Estimated noise=2919.55 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.814548 Jy ! Component: 100 - total flux cleaned = 0.922961 Jy ! Component: 150 - total flux cleaned = 0.947327 Jy ! Component: 200 - total flux cleaned = 0.954828 Jy ! Total flux subtracted in 200 components = 0.954828 Jy ! Clean residual min=-0.010762 max=0.012320 Jy/beam ! Clean residual mean=0.000078 rms=0.003288 Jy/beam ! Combined flux in latest and established models = 0.954829 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.954829 Jy ! Inverting map and beam ! Estimated beam: bmin=2.798 mas, bmaj=7.888 mas, bpa=-2.547 degrees ! Estimated noise=1840.42 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 (5, -8.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107683 Jy ! Component: 100 - total flux cleaned = 0.0113057 Jy ! Component: 150 - total flux cleaned = 0.0111193 Jy ! Component: 200 - total flux cleaned = 0.0109538 Jy ! Total flux subtracted in 200 components = 0.0109538 Jy ! Clean residual min=-0.005501 max=0.004681 Jy/beam ! Clean residual mean=0.000017 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.965782 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.965782 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.505 mas, bmaj=30.95 mas, bpa=2.106 degrees ! Estimated noise=2491.11 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.000990752 Jy ! Component: 100 - total flux cleaned = -0.00129241 Jy ! Component: 150 - total flux cleaned = -0.00155636 Jy ! Component: 200 - total flux cleaned = -0.00178738 Jy ! Total flux subtracted in 200 components = -0.00178738 Jy ! Clean residual min=-0.004299 max=0.005088 Jy/beam ! Clean residual mean=0.000046 rms=0.002068 Jy/beam ! Combined flux in latest and established models = 0.963995 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.963995 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.798 mas, bmaj=7.888 mas, bpa=-2.547 degrees ! Estimated noise=1840.42 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320851 Jy ! Component: 100 - total flux cleaned = 0.000318388 Jy ! Component: 150 - total flux cleaned = 0.00021668 Jy ! Component: 200 - total flux cleaned = 0.000128952 Jy ! Total flux subtracted in 200 components = 0.000128952 Jy ! Clean residual min=-0.004692 max=0.005119 Jy/beam ! Clean residual mean=0.000026 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.964124 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.964124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236240Jy sigma=0.001295 ! Fit after self-cal, rms=0.236218Jy sigma=0.001295 wmodel J0012-3954_S_2002_01_31_yyk\_map.mod ! Writing 49 model components to file: J0012-3954_S_2002_01_31_yyk_map.mod wobs J0012-3954_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0012-3954_S_2002_01_31_yyk_uvs.fits wwins J0012-3954_S_2002_01_31_yyk\_map.win ! wwins: Wrote 2 windows to J0012-3954_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.000482162 Jy ! Component: 100 - total flux cleaned = 0.00124617 Jy ! Component: 150 - total flux cleaned = 0.00194091 Jy ! Component: 200 - total flux cleaned = 0.00219982 Jy ! Component: 250 - total flux cleaned = 0.00250783 Jy ! Component: 300 - total flux cleaned = 0.00285978 Jy ! Component: 350 - total flux cleaned = 0.00297091 Jy ! Component: 400 - total flux cleaned = 0.00302388 Jy ! Component: 450 - total flux cleaned = 0.00291836 Jy ! Component: 500 - total flux cleaned = 0.00261531 Jy ! Component: 550 - total flux cleaned = 0.00246777 Jy ! Component: 600 - total flux cleaned = 0.00237186 Jy ! Component: 650 - total flux cleaned = 0.00227809 Jy ! Component: 700 - total flux cleaned = 0.00205006 Jy ! Component: 750 - total flux cleaned = 0.00205011 Jy ! Component: 800 - total flux cleaned = 0.00191853 Jy ! Component: 850 - total flux cleaned = 0.0017894 Jy ! Component: 900 - total flux cleaned = 0.00166247 Jy ! Component: 950 - total flux cleaned = 0.00153761 Jy ! Component: 1000 - total flux cleaned = 0.00145525 Jy ! Component: 1050 - total flux cleaned = 0.00133362 Jy ! Component: 1100 - total flux cleaned = 0.00129367 Jy ! Component: 1150 - total flux cleaned = 0.00129335 Jy ! Component: 1200 - total flux cleaned = 0.00117532 Jy ! Component: 1250 - total flux cleaned = 0.00117527 Jy ! Component: 1300 - total flux cleaned = 0.00113668 Jy ! Component: 1350 - total flux cleaned = 0.00113654 Jy ! Component: 1400 - total flux cleaned = 0.0010989 Jy ! Component: 1450 - total flux cleaned = 0.00117362 Jy ! Component: 1500 - total flux cleaned = 0.00121066 Jy ! Component: 1550 - total flux cleaned = 0.00117389 Jy ! Component: 1600 - total flux cleaned = 0.00121014 Jy ! Component: 1650 - total flux cleaned = 0.00110111 Jy ! Component: 1700 - total flux cleaned = 0.000992907 Jy ! Component: 1750 - total flux cleaned = 0.000813078 Jy ! Component: 1800 - total flux cleaned = 0.000633822 Jy ! Component: 1850 - total flux cleaned = 0.000526441 Jy ! Component: 1900 - total flux cleaned = 0.000348062 Jy ! Component: 1950 - total flux cleaned = 0.000205736 Jy ! Component: 2000 - total flux cleaned = 0.000134627 Jy ! Total flux subtracted in 2048 components = -4.26717e-05 Jy ! Clean residual min=-0.002137 max=0.002091 Jy/beam ! Clean residual mean=-0.000028 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.964081 Jy keep ! Adding 114 model components to the UV plane model. ! The established model now contains 163 components and 0.964081 Jy ![Exited script file: muppet] wmap "J0012-3954_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.798 x 7.888 at -2.547 degrees (North through East) ! Clean map min=-0.004256 max=0.93942 Jy/beam ! Writing clean map to FITS file: J0012-3954_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.93942 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000744002 device "J0012-3954_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0012-3954_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.237594 0.237594 0.475189 0.950377 1.90075 3.80151 7.60302 15.206 30.4121 60.8241 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.939 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.798 x 7.888 at -2.547 degrees (North through East) ! Clean map min=-0.004256 max=0.93942 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0012-3954_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0012-3954_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0012-3954_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 21:48:31 2007