! Started logfile: J2154-1501_S_2005_07_09_yyk_uvs.log on Fri Jan 20 11:03:55 2006 obs J2154-1501_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2154-1501_S_2005_07_09_yyk_uve.fits ! AN table 1: 9 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.891358 visibilities/baseline/integration-bin. ! Found source: J2154-1501 ! ! 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 1602 lines of history. ! ! Reading 1444 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 J2154-1501_S_2005_07_09_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.146517 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.405 mas, bmaj=6.697 mas, bpa=-1.784 degrees ! Estimated noise=1.3752 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.105322 Jy ! Component: 100 - total flux cleaned = 0.131647 Jy ! Total flux subtracted in 100 components = 0.131647 Jy ! Clean residual min=-0.007772 max=0.008596 Jy/beam ! Clean residual mean=-0.000017 rms=0.002279 Jy/beam ! Combined flux in latest and established models = 0.131647 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.131647 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.068532Jy sigma=1.159002 ! Fit after self-cal, rms=0.068269Jy sigma=1.154310 ! Inverting map and beam ! Estimated beam: bmin=2.405 mas, bmaj=6.697 mas, bpa=-1.784 degrees ! Estimated noise=1.3752 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.078 mas, bmaj=8.063 mas, bpa=-1.473 degrees ! Estimated noise=1.04537 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.0123352 Jy ! Component: 100 - total flux cleaned = 0.0167485 Jy ! Component: 150 - total flux cleaned = 0.0184791 Jy ! Component: 200 - total flux cleaned = 0.0186358 Jy ! Total flux subtracted in 200 components = 0.0186358 Jy ! Clean residual min=-0.005238 max=0.005124 Jy/beam ! Clean residual mean=-0.000067 rms=0.001381 Jy/beam ! Combined flux in latest and established models = 0.150283 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.150283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066923Jy sigma=1.126127 ! Fit after self-cal, rms=0.066925Jy sigma=1.126000 ! 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.078 x 8.063 at -1.473 degrees (North through East) ! Clean map min=-0.0050323 max=0.12275 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 ! 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 2. ! 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 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.066925Jy sigma=1.126000 ! Fit after self-cal, rms=0.066925Jy sigma=1.126000 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.066925Jy sigma=1.126000 ! Fit after self-cal, rms=0.066925Jy sigma=1.125999 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=8.063 mas, bpa=-1.473 degrees ! Estimated noise=1.04537 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 = -3.10096e-05 Jy ! Component: 100 - total flux cleaned = -3.37519e-05 Jy ! Component: 150 - total flux cleaned = -6.39635e-05 Jy ! Component: 200 - total flux cleaned = -9.30641e-05 Jy ! Total flux subtracted in 200 components = -9.30641e-05 Jy ! Clean residual min=-0.005322 max=0.005107 Jy/beam ! Clean residual mean=-0.000066 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.15019 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.15019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066909Jy sigma=1.125580 ! Fit after self-cal, rms=0.066910Jy sigma=1.125549 ! 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.066910Jy sigma=1.125549 ! Fit after self-cal, rms=0.061951Jy sigma=1.044769 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.00196246 Jy ! Component: 100 - total flux cleaned = 0.00204131 Jy ! Component: 150 - total flux cleaned = 0.0020752 Jy ! Component: 200 - total flux cleaned = 0.00210609 Jy ! Total flux subtracted in 200 components = 0.00210609 Jy ! Clean residual min=-0.004670 max=0.004254 Jy/beam ! Clean residual mean=-0.000076 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.152296 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.152296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061844Jy sigma=1.043532 ! Fit after self-cal, rms=0.061352Jy sigma=1.035687 ! 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.078 x 8.063 at -1.473 degrees (North through East) ! Clean map min=-0.0044251 max=0.12526 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.061352Jy sigma=1.035687 ! Fit after self-cal, rms=0.061375Jy sigma=1.032037 ! 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.061375Jy sigma=1.032037 ! Fit after self-cal, rms=0.061338Jy sigma=1.031316 ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=8.011 mas, bpa=-1.869 degrees ! Estimated noise=1.04673 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166217 Jy ! Component: 100 - total flux cleaned = 0.00189171 Jy ! Component: 150 - total flux cleaned = 0.00197285 Jy ! Component: 200 - total flux cleaned = 0.00197264 Jy ! Total flux subtracted in 200 components = 0.00197264 Jy ! Clean residual min=-0.004541 max=0.004021 Jy/beam ! Clean residual mean=-0.000059 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.154269 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.154269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061292Jy sigma=1.030570 ! Fit after self-cal, rms=0.061294Jy sigma=1.030483 ! 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.061294Jy sigma=1.030483 ! Fit after self-cal, rms=0.061209Jy sigma=1.028693 ! 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.061209Jy sigma=1.028693 ! Fit after self-cal, rms=0.061212Jy sigma=1.028679 ! Inverting map and beam ! Estimated beam: bmin=3.036 mas, bmaj=8.005 mas, bpa=-1.894 degrees ! Estimated noise=1.04784 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000338156 Jy ! Component: 100 - total flux cleaned = 0.000387126 Jy ! Component: 150 - total flux cleaned = 0.000387279 Jy ! Component: 200 - total flux cleaned = 0.000386753 Jy ! Total flux subtracted in 200 components = 0.000386753 Jy ! Clean residual min=-0.004531 max=0.003939 Jy/beam ! Clean residual mean=-0.000059 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.154655 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 57 components and 0.154655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061197Jy sigma=1.028435 ! Fit after self-cal, rms=0.061199Jy sigma=1.028425 ! 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.102 mas, bmaj=16.55 mas, bpa=7.185 degrees ! Estimated noise=1.35721 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.000347623 Jy ! Component: 100 - total flux cleaned = -0.00025586 Jy ! Component: 150 - total flux cleaned = -0.000181271 Jy ! Component: 200 - total flux cleaned = -0.00011991 Jy ! Total flux subtracted in 200 components = -0.00011991 Jy ! Clean residual min=-0.003800 max=0.004230 Jy/beam ! Clean residual mean=-0.000113 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.154535 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 64 components and 0.154535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061214Jy sigma=1.028654 ! Fit after self-cal, rms=0.061196Jy sigma=1.028539 ! 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.392 mas, bmaj=6.686 mas, bpa=-1.979 degrees ! Estimated noise=1.37047 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.107914 Jy ! Component: 100 - total flux cleaned = 0.135189 Jy ! Component: 150 - total flux cleaned = 0.145037 Jy ! Component: 200 - total flux cleaned = 0.150158 Jy ! Total flux subtracted in 200 components = 0.150158 Jy ! Clean residual min=-0.007004 max=0.007240 Jy/beam ! Clean residual mean=-0.000019 rms=0.001907 Jy/beam ! Combined flux in latest and established models = 0.150158 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.150158 Jy ! Inverting map and beam ! Estimated beam: bmin=3.036 mas, bmaj=8.005 mas, bpa=-1.894 degrees ! Estimated noise=1.04784 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.00368573 Jy ! Component: 100 - total flux cleaned = 0.00421785 Jy ! Component: 150 - total flux cleaned = 0.00441229 Jy ! Component: 200 - total flux cleaned = 0.00457645 Jy ! Total flux subtracted in 200 components = 0.00457645 Jy ! Clean residual min=-0.004613 max=0.004155 Jy/beam ! Clean residual mean=-0.000059 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.154734 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 46 components and 0.154734 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.102 mas, bmaj=16.55 mas, bpa=7.185 degrees ! Estimated noise=1.35721 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.000307649 Jy ! Component: 100 - total flux cleaned = -0.000252296 Jy ! Component: 150 - total flux cleaned = -0.000204395 Jy ! Component: 200 - total flux cleaned = -0.000161956 Jy ! Total flux subtracted in 200 components = -0.000161956 Jy ! Clean residual min=-0.003834 max=0.004263 Jy/beam ! Clean residual mean=-0.000114 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.154572 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 53 components and 0.154572 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.036 mas, bmaj=8.005 mas, bpa=-1.894 degrees ! Estimated noise=1.04784 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274744 Jy ! Component: 100 - total flux cleaned = 0.000158459 Jy ! Component: 150 - total flux cleaned = 9.34766e-05 Jy ! Component: 200 - total flux cleaned = 3.68541e-05 Jy ! Total flux subtracted in 200 components = 3.68541e-05 Jy ! Clean residual min=-0.004578 max=0.004004 Jy/beam ! Clean residual mean=-0.000059 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.154609 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.154609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061208Jy sigma=1.028786 ! Fit after self-cal, rms=0.061204Jy sigma=1.028736 wmodel J2154-1501_S_2005_07_09_yyk\_map.mod ! Writing 58 model components to file: J2154-1501_S_2005_07_09_yyk_map.mod wobs J2154-1501_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2154-1501_S_2005_07_09_yyk_uvs.fits wwins J2154-1501_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J2154-1501_S_2005_07_09_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.0020821 Jy ! Component: 100 - total flux cleaned = -0.00331222 Jy ! Component: 150 - total flux cleaned = -0.0036807 Jy ! Component: 200 - total flux cleaned = -0.00382253 Jy ! Component: 250 - total flux cleaned = -0.00375425 Jy ! Component: 300 - total flux cleaned = -0.00355644 Jy ! Component: 350 - total flux cleaned = -0.00336406 Jy ! Component: 400 - total flux cleaned = -0.00305264 Jy ! Component: 450 - total flux cleaned = -0.00281081 Jy ! Component: 500 - total flux cleaned = -0.0025745 Jy ! Component: 550 - total flux cleaned = -0.00228544 Jy ! Component: 600 - total flux cleaned = -0.0020042 Jy ! Component: 650 - total flux cleaned = -0.00183967 Jy ! Component: 700 - total flux cleaned = -0.00178525 Jy ! Component: 750 - total flux cleaned = -0.0016784 Jy ! Component: 800 - total flux cleaned = -0.00162633 Jy ! Component: 850 - total flux cleaned = -0.00147375 Jy ! Component: 900 - total flux cleaned = -0.00137558 Jy ! Component: 950 - total flux cleaned = -0.00122958 Jy ! Component: 1000 - total flux cleaned = -0.00103699 Jy ! Component: 1050 - total flux cleaned = -0.000753064 Jy ! Component: 1100 - total flux cleaned = -0.000614149 Jy ! Component: 1150 - total flux cleaned = -0.000429553 Jy ! Component: 1200 - total flux cleaned = -0.000202469 Jy ! Component: 1250 - total flux cleaned = -6.8437e-05 Jy ! Component: 1300 - total flux cleaned = 0.000239657 Jy ! Component: 1350 - total flux cleaned = 0.000326475 Jy ! Component: 1400 - total flux cleaned = 0.000283889 Jy ! Component: 1450 - total flux cleaned = 0.000495419 Jy ! Component: 1500 - total flux cleaned = 0.00045338 Jy ! Component: 1550 - total flux cleaned = 0.000536318 Jy ! Component: 1600 - total flux cleaned = 0.000617955 Jy ! Component: 1650 - total flux cleaned = 0.000699022 Jy ! Component: 1700 - total flux cleaned = 0.00073884 Jy ! Component: 1750 - total flux cleaned = 0.000739437 Jy ! Component: 1800 - total flux cleaned = 0.000934289 Jy ! Component: 1850 - total flux cleaned = 0.000894671 Jy ! Component: 1900 - total flux cleaned = 0.000932514 Jy ! Component: 1950 - total flux cleaned = 0.00081886 Jy ! Component: 2000 - total flux cleaned = 0.000744824 Jy ! Total flux subtracted in 2048 components = 0.000855987 Jy ! Clean residual min=-0.002290 max=0.002214 Jy/beam ! Clean residual mean=0.000002 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.155465 Jy keep ! Adding 123 model components to the UV plane model. ! The established model now contains 181 components and 0.155465 Jy ![Exited script file: muppet] wmap "J2154-1501_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.036 x 8.005 at -1.894 degrees (North through East) ! Clean map min=-0.0034852 max=0.12552 Jy/beam ! Writing clean map to FITS file: J2154-1501_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.125515 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000754291 device "J2154-1501_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2154-1501_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.80287 1.80287 3.60574 7.21148 14.423 28.8459 57.6918 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.125 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.036 x 8.005 at -1.894 degrees (North through East) ! Clean map min=-0.0034852 max=0.12552 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2154-1501_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2154-1501_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2154-1501_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:03:59 2006