! Started logfile: J0646-3903_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:04:53 2005 obs J0646-3903_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0646-3903_S_2005_05_12_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.652778 visibilities/baseline/integration-bin. ! Found source: J0646-3903 ! ! 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 1443 lines of history. ! ! Reading 1880 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 J0646-3903_S_2005_05_12_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.216816 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.413 mas, bmaj=6.984 mas, bpa=12.94 degrees ! Estimated noise=2.48029 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.144181 Jy ! Component: 100 - total flux cleaned = 0.179103 Jy ! Total flux subtracted in 100 components = 0.179103 Jy ! Clean residual min=-0.014155 max=0.013146 Jy/beam ! Clean residual mean=0.000088 rms=0.003844 Jy/beam ! Combined flux in latest and established models = 0.179103 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.179103 Jy ! ! Correcting IF 1. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.110870Jy sigma=1.207392 ! Fit after self-cal, rms=0.110690Jy sigma=1.200144 ! Inverting map and beam ! Estimated beam: bmin=2.413 mas, bmaj=6.984 mas, bpa=12.94 degrees ! Estimated noise=2.48029 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.606 mas, bmaj=10.46 mas, bpa=14.83 degrees ! Estimated noise=1.38228 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.0202375 Jy ! Component: 100 - total flux cleaned = 0.0261844 Jy ! Component: 150 - total flux cleaned = 0.0275374 Jy ! Component: 200 - total flux cleaned = 0.0276162 Jy ! Total flux subtracted in 200 components = 0.0276162 Jy ! Clean residual min=-0.008179 max=0.006864 Jy/beam ! Clean residual mean=-0.000004 rms=0.002466 Jy/beam ! Combined flux in latest and established models = 0.206719 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.206719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108264Jy sigma=1.157855 ! Fit after self-cal, rms=0.108243Jy sigma=1.157450 ! 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.606 x 10.46 at 14.83 degrees (North through East) ! Clean map min=-0.0079511 max=0.17834 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: 0.985749 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.06 HN 1.00* KP 0.97 ! LA 1.01 MK 1.00* NL 1.00* OV 1.02 ! PT 0.94 SC 1.07 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.982559 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.19 HN 1.00* KP 0.92 ! LA 1.00 MK 1.05 NL 1.00* OV 1.01 ! PT 1.03 SC 0.98 ! ! ! 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.108243Jy sigma=1.157450 ! Fit after self-cal, rms=0.108163Jy sigma=1.145810 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.108163Jy sigma=1.145810 ! Fit after self-cal, rms=0.108146Jy sigma=1.145467 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.62 mas, bmaj=10.55 mas, bpa=15.08 degrees ! Estimated noise=1.38887 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.000535116 Jy ! Component: 100 - total flux cleaned = 0.000773669 Jy ! Component: 150 - total flux cleaned = 0.000847034 Jy ! Component: 200 - total flux cleaned = 0.000919096 Jy ! Total flux subtracted in 200 components = 0.000919096 Jy ! Clean residual min=-0.005505 max=0.007299 Jy/beam ! Clean residual mean=0.000023 rms=0.002141 Jy/beam ! Combined flux in latest and established models = 0.207638 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.207638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108026Jy sigma=1.144186 ! Fit after self-cal, rms=0.108001Jy sigma=1.143832 ! 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.108001Jy sigma=1.143832 ! Fit after self-cal, rms=0.105912Jy sigma=1.058090 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.00200592 Jy ! Component: 100 - total flux cleaned = 0.00221978 Jy ! Component: 150 - total flux cleaned = 0.00228085 Jy ! Component: 200 - total flux cleaned = 0.00239115 Jy ! Total flux subtracted in 200 components = 0.00239115 Jy ! Clean residual min=-0.005162 max=0.007140 Jy/beam ! Clean residual mean=0.000043 rms=0.002101 Jy/beam ! Combined flux in latest and established models = 0.210029 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.210029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105806Jy sigma=1.056623 ! Fit after self-cal, rms=0.104664Jy sigma=1.047695 ! 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.62 x 10.55 at 15.08 degrees (North through East) ! Clean map min=-0.0049012 max=0.18249 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.104664Jy sigma=1.047695 ! Fit after self-cal, rms=0.103537Jy sigma=1.023906 ! 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.103537Jy sigma=1.023906 ! Fit after self-cal, rms=0.102933Jy sigma=1.022196 ! Inverting map and beam ! Estimated beam: bmin=3.626 mas, bmaj=10.6 mas, bpa=15.44 degrees ! Estimated noise=1.38494 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000640628 Jy ! Component: 100 - total flux cleaned = 0.00069129 Jy ! Component: 150 - total flux cleaned = 0.00073878 Jy ! Component: 200 - total flux cleaned = 0.0007843 Jy ! Total flux subtracted in 200 components = 0.0007843 Jy ! Clean residual min=-0.004436 max=0.007081 Jy/beam ! Clean residual mean=0.000225 rms=0.001822 Jy/beam ! Combined flux in latest and established models = 0.210814 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 53 components and 0.210814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102908Jy sigma=1.021583 ! Fit after self-cal, rms=0.102728Jy sigma=1.021208 ! 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.102728Jy sigma=1.021208 ! Fit after self-cal, rms=0.101938Jy sigma=1.019451 ! 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.101938Jy sigma=1.019451 ! Fit after self-cal, rms=0.101877Jy sigma=1.019243 ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=10.83 mas, bpa=16.15 degrees ! Estimated noise=1.38717 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000507604 Jy ! Component: 100 - total flux cleaned = -0.00039244 Jy ! Component: 150 - total flux cleaned = -0.000346749 Jy ! Component: 200 - total flux cleaned = -0.000307502 Jy ! Total flux subtracted in 200 components = -0.000307502 Jy ! Clean residual min=-0.004509 max=0.007012 Jy/beam ! Clean residual mean=0.000185 rms=0.001859 Jy/beam ! Combined flux in latest and established models = 0.210506 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 53 components and 0.210506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101858Jy sigma=1.018474 ! Fit after self-cal, rms=0.101845Jy sigma=1.018425 ! 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=10.63 mas, bmaj=44.78 mas, bpa=14.17 degrees ! Estimated noise=1.63954 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.0011733 Jy ! Component: 100 - total flux cleaned = 0.00129922 Jy ! Component: 150 - total flux cleaned = 0.0013802 Jy ! Component: 200 - total flux cleaned = 0.00149509 Jy ! Total flux subtracted in 200 components = 0.00149509 Jy ! Clean residual min=-0.004318 max=0.006755 Jy/beam ! Clean residual mean=0.000266 rms=0.002335 Jy/beam ! Combined flux in latest and established models = 0.212001 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 54 components and 0.212001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101861Jy sigma=1.018432 ! Fit after self-cal, rms=0.101855Jy sigma=1.018245 ! Inverting map uvtaper 0,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.423 mas, bmaj=7.03 mas, bpa=13.31 degrees ! Estimated noise=2.49139 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.147104 Jy ! Component: 100 - total flux cleaned = 0.182475 Jy ! Component: 150 - total flux cleaned = 0.198133 Jy ! Component: 200 - total flux cleaned = 0.202441 Jy ! Total flux subtracted in 200 components = 0.202441 Jy ! Clean residual min=-0.011490 max=0.010253 Jy/beam ! Clean residual mean=0.000073 rms=0.003058 Jy/beam ! Combined flux in latest and established models = 0.202441 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.202441 Jy ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=10.83 mas, bpa=16.15 degrees ! Estimated noise=1.38717 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.00593922 Jy ! Component: 100 - total flux cleaned = 0.00647505 Jy ! Component: 150 - total flux cleaned = 0.00679306 Jy ! Component: 200 - total flux cleaned = 0.00693301 Jy ! Total flux subtracted in 200 components = 0.00693301 Jy ! Clean residual min=-0.004363 max=0.007383 Jy/beam ! Clean residual mean=0.000199 rms=0.001933 Jy/beam ! Combined flux in latest and established models = 0.209374 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 0.209374 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=10.63 mas, bmaj=44.78 mas, bpa=14.17 degrees ! Estimated noise=1.63954 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.00152227 Jy ! Component: 100 - total flux cleaned = 0.00163274 Jy ! Component: 150 - total flux cleaned = 0.00179107 Jy ! Component: 200 - total flux cleaned = 0.00193831 Jy ! Total flux subtracted in 200 components = 0.00193831 Jy ! Clean residual min=-0.004354 max=0.007107 Jy/beam ! Clean residual mean=0.000280 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.211312 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 48 components and 0.211312 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=10.83 mas, bpa=16.15 degrees ! Estimated noise=1.38717 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000881041 Jy ! Component: 100 - total flux cleaned = -0.00067532 Jy ! Component: 150 - total flux cleaned = -0.00050137 Jy ! Component: 200 - total flux cleaned = -0.000449268 Jy ! Total flux subtracted in 200 components = -0.000449268 Jy ! Clean residual min=-0.004360 max=0.007317 Jy/beam ! Clean residual mean=0.000183 rms=0.001867 Jy/beam ! Combined flux in latest and established models = 0.210863 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.210863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101875Jy sigma=1.019890 ! Fit after self-cal, rms=0.101838Jy sigma=1.019775 wmodel J0646-3903_S_2005_05_12_yyk\_map.mod ! Writing 59 model components to file: J0646-3903_S_2005_05_12_yyk_map.mod wobs J0646-3903_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0646-3903_S_2005_05_12_yyk_uvs.fits wwins J0646-3903_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0646-3903_S_2005_05_12_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.00291903 Jy ! Component: 100 - total flux cleaned = 0.00490985 Jy ! Component: 150 - total flux cleaned = 0.00622755 Jy ! Component: 200 - total flux cleaned = 0.00716049 Jy ! Component: 250 - total flux cleaned = 0.00749329 Jy ! Component: 300 - total flux cleaned = 0.00768242 Jy ! Component: 350 - total flux cleaned = 0.00792587 Jy ! Component: 400 - total flux cleaned = 0.00815864 Jy ! Component: 450 - total flux cleaned = 0.00843934 Jy ! Component: 500 - total flux cleaned = 0.00892626 Jy ! Component: 550 - total flux cleaned = 0.00929341 Jy ! Component: 600 - total flux cleaned = 0.00964896 Jy ! Component: 650 - total flux cleaned = 0.00984581 Jy ! Component: 700 - total flux cleaned = 0.0101814 Jy ! Component: 750 - total flux cleaned = 0.0104132 Jy ! Component: 800 - total flux cleaned = 0.0106395 Jy ! Component: 850 - total flux cleaned = 0.0109918 Jy ! Component: 900 - total flux cleaned = 0.0112926 Jy ! Component: 950 - total flux cleaned = 0.0116276 Jy ! Component: 1000 - total flux cleaned = 0.011873 Jy ! Component: 1050 - total flux cleaned = 0.0121135 Jy ! Component: 1100 - total flux cleaned = 0.0124272 Jy ! Component: 1150 - total flux cleaned = 0.0126957 Jy ! Component: 1200 - total flux cleaned = 0.0129214 Jy ! Component: 1250 - total flux cleaned = 0.013253 Jy ! Component: 1300 - total flux cleaned = 0.013506 Jy ! Component: 1350 - total flux cleaned = 0.0137186 Jy ! Component: 1400 - total flux cleaned = 0.0139618 Jy ! Component: 1450 - total flux cleaned = 0.0142011 Jy ! Component: 1500 - total flux cleaned = 0.0144361 Jy ! Component: 1550 - total flux cleaned = 0.0146016 Jy ! Component: 1600 - total flux cleaned = 0.0148293 Jy ! Component: 1650 - total flux cleaned = 0.0149253 Jy ! Component: 1700 - total flux cleaned = 0.0150204 Jy ! Component: 1750 - total flux cleaned = 0.0151454 Jy ! Component: 1800 - total flux cleaned = 0.0152993 Jy ! Component: 1850 - total flux cleaned = 0.0153598 Jy ! Component: 1900 - total flux cleaned = 0.0154199 Jy ! Component: 1950 - total flux cleaned = 0.0155089 Jy ! Component: 2000 - total flux cleaned = 0.0156259 Jy ! Total flux subtracted in 2048 components = 0.0156256 Jy ! Clean residual min=-0.001673 max=0.001581 Jy/beam ! Clean residual mean=-0.000022 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.226489 Jy keep ! Adding 106 model components to the UV plane model. ! The established model now contains 165 components and 0.226489 Jy ![Exited script file: muppet] wmap "J0646-3903_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 10.83 at 16.15 degrees (North through East) ! Clean map min=-0.0032203 max=0.18142 Jy/beam ! Writing clean map to FITS file: J0646-3903_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.181424 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000570537 device "J0646-3903_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0646-3903_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.943429 0.943429 1.88686 3.77372 7.54744 15.0949 30.1897 60.3795 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.181 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.661 x 10.83 at 16.15 degrees (North through East) ! Clean map min=-0.0032203 max=0.18142 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0646-3903_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0646-3903_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0646-3903_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:04:57 2005