! Started logfile: J0153-1906_S_2006_12_18_yyk_uvs.log on Mon Jun 16 19:07:14 2008 obs J0153-1906_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J0153-1906_S_2006_12_18_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.952778 visibilities/baseline/integration-bin. ! Found source: J0153-1906 ! ! 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 2469 lines of history. ! ! Reading 2744 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 J0153-1906_S_2006_12_18_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.159363 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.539 mas, bmaj=6.685 mas, bpa=-2.978 degrees ! Estimated noise=1.36403 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.113862 Jy ! Component: 100 - total flux cleaned = 0.138068 Jy ! Total flux subtracted in 100 components = 0.138068 Jy ! Clean residual min=-0.005892 max=0.007345 Jy/beam ! Clean residual mean=0.000019 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 0.138068 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.138068 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 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 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.083465Jy sigma=1.088151 ! Fit after self-cal, rms=0.078787Jy sigma=1.046443 ! Inverting map and beam ! Estimated beam: bmin=2.539 mas, bmaj=6.686 mas, bpa=-2.979 degrees ! Estimated noise=1.36386 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.284 mas, bmaj=8.744 mas, bpa=-4.473 degrees ! Estimated noise=0.884352 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.0104734 Jy ! Component: 100 - total flux cleaned = 0.0125031 Jy ! Component: 150 - total flux cleaned = 0.0125455 Jy ! Component: 200 - total flux cleaned = 0.0125756 Jy ! Total flux subtracted in 200 components = 0.0125756 Jy ! Clean residual min=-0.003190 max=0.003442 Jy/beam ! Clean residual mean=-0.000019 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.150644 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.150644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077912Jy sigma=1.029501 ! Fit after self-cal, rms=0.077913Jy sigma=1.029458 ! 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.284 x 8.744 at -4.473 degrees (North through East) ! Clean map min=-0.0031047 max=0.13848 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.02425 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.90 HN 0.87 KP 1.00 ! LA 1.03 MK 1.00 NL 0.97 OV 0.96 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.9914 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.00 KP 1.00 ! LA 1.05 MK 1.02 NL 1.01 OV 1.00 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.979039 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.04 KP 0.99 ! LA 1.04 MK 1.00 NL 1.10 OV 1.08 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00458 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.06 KP 0.93 ! LA 0.98 MK 0.98 NL 1.03 OV 0.94 ! PT 0.96 SC 1.01 ! ! ! Fit before self-cal, rms=0.077913Jy sigma=1.029458 ! Fit after self-cal, rms=0.077578Jy sigma=1.021069 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.077578Jy sigma=1.021069 ! Fit after self-cal, rms=0.077579Jy sigma=1.021059 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.273 mas, bmaj=8.709 mas, bpa=-4.172 degrees ! Estimated noise=0.880404 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 = -1.87044e-05 Jy ! Component: 100 - total flux cleaned = 3.09475e-05 Jy ! Component: 150 - total flux cleaned = 5.1834e-05 Jy ! Component: 200 - total flux cleaned = 5.13921e-05 Jy ! Total flux subtracted in 200 components = 5.13921e-05 Jy ! Clean residual min=-0.002772 max=0.003145 Jy/beam ! Clean residual mean=0.000034 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.150695 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 23 components and 0.150695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077566Jy sigma=1.020876 ! Fit after self-cal, rms=0.077568Jy sigma=1.020862 ! 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.077568Jy sigma=1.020862 ! Fit after self-cal, rms=0.072688Jy sigma=0.966179 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.00123705 Jy ! Component: 100 - total flux cleaned = 0.00123936 Jy ! Component: 150 - total flux cleaned = 0.0011916 Jy ! Component: 200 - total flux cleaned = 0.00117075 Jy ! Total flux subtracted in 200 components = 0.00117075 Jy ! Clean residual min=-0.002734 max=0.003005 Jy/beam ! Clean residual mean=0.000046 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.151866 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 31 components and 0.151866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072647Jy sigma=0.965705 ! Fit after self-cal, rms=0.071939Jy sigma=0.960277 ! 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.273 x 8.709 at -4.172 degrees (North through East) ! Clean map min=-0.0026582 max=0.13982 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.071939Jy sigma=0.960277 ! Fit after self-cal, rms=0.071449Jy sigma=0.948954 ! 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.071449Jy sigma=0.948954 ! Fit after self-cal, rms=0.071345Jy sigma=0.947969 ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=8.736 mas, bpa=-4.124 degrees ! Estimated noise=0.876622 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.67837e-05 Jy ! Component: 100 - total flux cleaned = 0.000107258 Jy ! Component: 150 - total flux cleaned = 0.000125282 Jy ! Component: 200 - total flux cleaned = 0.00014294 Jy ! Total flux subtracted in 200 components = 0.00014294 Jy ! Clean residual min=-0.002704 max=0.002653 Jy/beam ! Clean residual mean=0.000035 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.152009 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 38 components and 0.152009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071334Jy sigma=0.947841 ! Fit after self-cal, rms=0.071322Jy sigma=0.947612 ! 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.071322Jy sigma=0.947612 ! Fit after self-cal, rms=0.070796Jy sigma=0.946979 ! 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.070796Jy sigma=0.946979 ! Fit after self-cal, rms=0.070819Jy sigma=0.946814 ! Inverting map and beam ! Estimated beam: bmin=3.246 mas, bmaj=8.745 mas, bpa=-4.541 degrees ! Estimated noise=0.874786 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000199877 Jy ! Component: 100 - total flux cleaned = 0.000199674 Jy ! Component: 150 - total flux cleaned = 0.000226186 Jy ! Component: 200 - total flux cleaned = 0.000268355 Jy ! Total flux subtracted in 200 components = 0.000268355 Jy ! Clean residual min=-0.003011 max=0.002718 Jy/beam ! Clean residual mean=0.000014 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.152277 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 49 components and 0.152277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070790Jy sigma=0.946505 ! Fit after self-cal, rms=0.070803Jy sigma=0.946472 ! 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.972 mas, bmaj=18.06 mas, bpa=2.767 degrees ! Estimated noise=1.09488 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 = -2.04659e-05 Jy ! Component: 100 - total flux cleaned = -1.9867e-05 Jy ! Component: 150 - total flux cleaned = -3.94836e-05 Jy ! Component: 200 - total flux cleaned = -4.83992e-05 Jy ! Total flux subtracted in 200 components = -4.83992e-05 Jy ! Clean residual min=-0.003007 max=0.003629 Jy/beam ! Clean residual mean=0.000027 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.152229 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 51 components and 0.152229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070802Jy sigma=0.946452 ! Fit after self-cal, rms=0.070808Jy sigma=0.946412 ! 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.532 mas, bmaj=6.708 mas, bpa=-3.138 degrees ! Estimated noise=1.33929 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.116512 Jy ! Component: 100 - total flux cleaned = 0.138707 Jy ! Component: 150 - total flux cleaned = 0.146053 Jy ! Component: 200 - total flux cleaned = 0.149704 Jy ! Total flux subtracted in 200 components = 0.149704 Jy ! Clean residual min=-0.004235 max=0.004183 Jy/beam ! Clean residual mean=0.000022 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.149704 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.149704 Jy ! Inverting map and beam ! Estimated beam: bmin=3.246 mas, bmaj=8.745 mas, bpa=-4.541 degrees ! Estimated noise=0.874786 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.00276596 Jy ! Component: 100 - total flux cleaned = 0.00288661 Jy ! Component: 150 - total flux cleaned = 0.00295251 Jy ! Component: 200 - total flux cleaned = 0.00298008 Jy ! Total flux subtracted in 200 components = 0.00298008 Jy ! Clean residual min=-0.002959 max=0.002724 Jy/beam ! Clean residual mean=0.000013 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.152684 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.152684 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.972 mas, bmaj=18.06 mas, bpa=2.767 degrees ! Estimated noise=1.09488 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 = -8.7881e-05 Jy ! Component: 100 - total flux cleaned = -8.74128e-05 Jy ! Component: 150 - total flux cleaned = -0.000109352 Jy ! Component: 200 - total flux cleaned = -0.00012943 Jy ! Total flux subtracted in 200 components = -0.00012943 Jy ! Clean residual min=-0.002969 max=0.003672 Jy/beam ! Clean residual mean=0.000026 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.152555 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.152555 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.246 mas, bmaj=8.745 mas, bpa=-4.541 degrees ! Estimated noise=0.874786 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000149761 Jy ! Component: 100 - total flux cleaned = 0.000147933 Jy ! Component: 150 - total flux cleaned = 0.000167917 Jy ! Component: 200 - total flux cleaned = 0.000149227 Jy ! Total flux subtracted in 200 components = 0.000149227 Jy ! Clean residual min=-0.002970 max=0.002697 Jy/beam ! Clean residual mean=0.000013 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.152704 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 44 components and 0.152704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070788Jy sigma=0.946411 ! Fit after self-cal, rms=0.070791Jy sigma=0.946373 wmodel J0153-1906_S_2006_12_18_yyk\_map.mod ! Writing 44 model components to file: J0153-1906_S_2006_12_18_yyk_map.mod wobs J0153-1906_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J0153-1906_S_2006_12_18_yyk_uvs.fits wwins J0153-1906_S_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J0153-1906_S_2006_12_18_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.000301273 Jy ! Component: 100 - total flux cleaned = 3.44033e-05 Jy ! Component: 150 - total flux cleaned = 0.00021633 Jy ! Component: 200 - total flux cleaned = 0.000260497 Jy ! Component: 250 - total flux cleaned = 0.00034372 Jy ! Component: 300 - total flux cleaned = 0.000344016 Jy ! Component: 350 - total flux cleaned = 0.000383573 Jy ! Component: 400 - total flux cleaned = 0.000308874 Jy ! Component: 450 - total flux cleaned = 0.000198414 Jy ! Component: 500 - total flux cleaned = 5.42603e-05 Jy ! Component: 550 - total flux cleaned = -5.11168e-05 Jy ! Component: 600 - total flux cleaned = -0.000154047 Jy ! Component: 650 - total flux cleaned = -0.000154419 Jy ! Component: 700 - total flux cleaned = -0.000319806 Jy ! Component: 750 - total flux cleaned = -0.000417109 Jy ! Component: 800 - total flux cleaned = -0.000480629 Jy ! Component: 850 - total flux cleaned = -0.00057509 Jy ! Component: 900 - total flux cleaned = -0.000636464 Jy ! Component: 950 - total flux cleaned = -0.000696692 Jy ! Component: 1000 - total flux cleaned = -0.000756286 Jy ! Component: 1050 - total flux cleaned = -0.000726936 Jy ! Component: 1100 - total flux cleaned = -0.000842789 Jy ! Component: 1150 - total flux cleaned = -0.000814859 Jy ! Component: 1200 - total flux cleaned = -0.000954616 Jy ! Component: 1250 - total flux cleaned = -0.000981684 Jy ! Component: 1300 - total flux cleaned = -0.00109015 Jy ! Component: 1350 - total flux cleaned = -0.00122384 Jy ! Component: 1400 - total flux cleaned = -0.00130233 Jy ! Component: 1450 - total flux cleaned = -0.00132853 Jy ! Component: 1500 - total flux cleaned = -0.00143106 Jy ! Component: 1550 - total flux cleaned = -0.00150663 Jy ! Component: 1600 - total flux cleaned = -0.00155626 Jy ! Component: 1650 - total flux cleaned = -0.00158083 Jy ! Component: 1700 - total flux cleaned = -0.00165335 Jy ! Component: 1750 - total flux cleaned = -0.00174891 Jy ! Component: 1800 - total flux cleaned = -0.00174856 Jy ! Component: 1850 - total flux cleaned = -0.00181873 Jy ! Component: 1900 - total flux cleaned = -0.0017257 Jy ! Component: 1950 - total flux cleaned = -0.00186372 Jy ! Component: 2000 - total flux cleaned = -0.00188609 Jy ! Total flux subtracted in 2048 components = -0.00190844 Jy ! Clean residual min=-0.001648 max=0.001288 Jy/beam ! Clean residual mean=-0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.150795 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 173 components and 0.150796 Jy ![Exited script file: muppet] wmap "J0153-1906_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.246 x 8.745 at -4.542 degrees (North through East) ! Clean map min=-0.0023278 max=0.139 Jy/beam ! Writing clean map to FITS file: J0153-1906_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.139001 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000466449 device "J0153-1906_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J0153-1906_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00672 1.00672 2.01344 4.02688 8.05377 16.1075 32.2151 64.4301 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.139 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.246 x 8.745 at -4.542 degrees (North through East) ! Clean map min=-0.0023278 max=0.139 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0153-1906_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J0153-1906_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0153-1906_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:07:20 2008