! Started logfile: J1909-2139_X_2006_12_18_yyk_uvs.log on Mon Jun 16 19:58:04 2008 obs J1909-2139_X_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J1909-2139_X_2006_12_18_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.545833 visibilities/baseline/integration-bin. ! Found source: J1909-2139 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2161 lines of history. ! ! Reading 1572 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 J1909-2139_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.142642 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=0.7076 mas, bmaj=1.875 mas, bpa=-2.156 degrees ! Estimated noise=1.82496 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.0949178 Jy ! Component: 100 - total flux cleaned = 0.113296 Jy ! Total flux subtracted in 100 components = 0.113296 Jy ! Clean residual min=-0.008836 max=0.011335 Jy/beam ! Clean residual mean=-0.000063 rms=0.002809 Jy/beam ! Combined flux in latest and established models = 0.113296 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.113296 Jy ! ! Correcting IF 1. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.084793Jy sigma=1.165670 ! Fit after self-cal, rms=0.076447Jy sigma=1.089823 ! Inverting map and beam ! Estimated beam: bmin=0.7076 mas, bmaj=1.875 mas, bpa=-2.156 degrees ! Estimated noise=1.82496 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=0.8904 mas, bmaj=2.447 mas, bpa=-6.317 degrees ! Estimated noise=1.13809 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.0149125 Jy ! Component: 100 - total flux cleaned = 0.0187091 Jy ! Component: 150 - total flux cleaned = 0.0194234 Jy ! Component: 200 - total flux cleaned = 0.019549 Jy ! Total flux subtracted in 200 components = 0.019549 Jy ! Clean residual min=-0.004838 max=0.005024 Jy/beam ! Clean residual mean=-0.000013 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.132845 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.132845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074562Jy sigma=1.052995 ! Fit after self-cal, rms=0.074551Jy sigma=1.052922 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8904 x 2.447 at -6.317 degrees (North through East) ! Clean map min=-0.0043724 max=0.1175 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: 0.981593 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.03 KP 1.09 ! LA 1.01 MK 1.04 NL 1.01 OV 0.92 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01211 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.01 KP 1.02 ! LA 0.94 MK 0.95 NL 0.98 OV 0.99 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.985024 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 0.98 KP 0.90 ! LA 0.96 MK 1.06 NL 0.94 OV 0.99 ! PT 1.19 SC 1.11 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00289 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 0.91 KP 0.97 ! LA 0.93 MK 1.00* NL 1.05 OV 1.02 ! PT 1.09 SC 1.00* ! ! ! Fit before self-cal, rms=0.074551Jy sigma=1.052922 ! Fit after self-cal, rms=0.072481Jy sigma=1.042156 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.072481Jy sigma=1.042156 ! Fit after self-cal, rms=0.072484Jy sigma=1.042141 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.896 mas, bmaj=2.465 mas, bpa=-6.358 degrees ! Estimated noise=1.12056 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.00153534 Jy ! Component: 100 - total flux cleaned = -0.00161701 Jy ! Component: 150 - total flux cleaned = -0.00164085 Jy ! Component: 200 - total flux cleaned = -0.00166267 Jy ! Total flux subtracted in 200 components = -0.00166267 Jy ! Clean residual min=-0.004081 max=0.004601 Jy/beam ! Clean residual mean=-0.000024 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.131182 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.131182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072457Jy sigma=1.041609 ! Fit after self-cal, rms=0.072450Jy sigma=1.041579 ! 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.072450Jy sigma=1.041579 ! Fit after self-cal, rms=0.065873Jy sigma=0.933793 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.0028866 Jy ! Component: 100 - total flux cleaned = 0.00382075 Jy ! Component: 150 - total flux cleaned = 0.00393663 Jy ! Component: 200 - total flux cleaned = 0.00399359 Jy ! Total flux subtracted in 200 components = 0.00399359 Jy ! Clean residual min=-0.003702 max=0.004268 Jy/beam ! Clean residual mean=-0.000019 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.135176 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.135176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065808Jy sigma=0.932179 ! Fit after self-cal, rms=0.065458Jy sigma=0.926213 ! 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: 0.896 x 2.465 at -6.358 degrees (North through East) ! Clean map min=-0.0033755 max=0.1185 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.065458Jy sigma=0.926213 ! Fit after self-cal, rms=0.064765Jy sigma=0.922336 ! 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.064765Jy sigma=0.922336 ! Fit after self-cal, rms=0.064758Jy sigma=0.921738 ! Inverting map and beam ! Estimated beam: bmin=0.896 mas, bmaj=2.483 mas, bpa=-6.252 degrees ! Estimated noise=1.11205 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000667651 Jy ! Component: 100 - total flux cleaned = -0.000569358 Jy ! Component: 150 - total flux cleaned = -0.000483457 Jy ! Component: 200 - total flux cleaned = -0.00040466 Jy ! Total flux subtracted in 200 components = -0.00040466 Jy ! Clean residual min=-0.003500 max=0.004104 Jy/beam ! Clean residual mean=-0.000011 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.134771 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 43 components and 0.134771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064732Jy sigma=0.921428 ! Fit after self-cal, rms=0.064745Jy sigma=0.921336 ! 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.064745Jy sigma=0.921336 ! Fit after self-cal, rms=0.064763Jy sigma=0.915775 ! 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.064763Jy sigma=0.915775 ! Fit after self-cal, rms=0.064812Jy sigma=0.915597 ! Inverting map and beam ! Estimated beam: bmin=0.8938 mas, bmaj=2.486 mas, bpa=-6.304 degrees ! Estimated noise=1.1062 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000506932 Jy ! Component: 100 - total flux cleaned = -0.000541085 Jy ! Component: 150 - total flux cleaned = -0.000528909 Jy ! Component: 200 - total flux cleaned = -0.000529866 Jy ! Total flux subtracted in 200 components = -0.000529866 Jy ! Clean residual min=-0.003687 max=0.004132 Jy/beam ! Clean residual mean=0.000001 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.134241 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 47 components and 0.134241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064801Jy sigma=0.915436 ! Fit after self-cal, rms=0.064824Jy sigma=0.915411 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.067 mas, bmaj=5.659 mas, bpa=2.144 degrees ! Estimated noise=1.38685 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.000480951 Jy ! Component: 100 - total flux cleaned = 0.000476036 Jy ! Component: 150 - total flux cleaned = 0.000475015 Jy ! Component: 200 - total flux cleaned = 0.000514855 Jy ! Total flux subtracted in 200 components = 0.000514855 Jy ! Clean residual min=-0.004036 max=0.004788 Jy/beam ! Clean residual mean=0.000009 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.134756 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.134756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064816Jy sigma=0.915533 ! Fit after self-cal, rms=0.064830Jy sigma=0.915369 ! 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=0.7144 mas, bmaj=1.899 mas, bpa=-2.353 degrees ! Estimated noise=1.79308 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.101571 Jy ! Component: 100 - total flux cleaned = 0.119421 Jy ! Component: 150 - total flux cleaned = 0.126897 Jy ! Component: 200 - total flux cleaned = 0.128554 Jy ! Total flux subtracted in 200 components = 0.128554 Jy ! Clean residual min=-0.006049 max=0.006086 Jy/beam ! Clean residual mean=-0.000017 rms=0.001718 Jy/beam ! Combined flux in latest and established models = 0.128554 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.128554 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8938 mas, bmaj=2.486 mas, bpa=-6.304 degrees ! Estimated noise=1.1062 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.00406365 Jy ! Component: 100 - total flux cleaned = 0.00516505 Jy ! Component: 150 - total flux cleaned = 0.00516574 Jy ! Component: 200 - total flux cleaned = 0.00519329 Jy ! Total flux subtracted in 200 components = 0.00519329 Jy ! Clean residual min=-0.003628 max=0.004201 Jy/beam ! Clean residual mean=0.000000 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.133748 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 33 components and 0.133748 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.067 mas, bmaj=5.659 mas, bpa=2.144 degrees ! Estimated noise=1.38685 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.000480595 Jy ! Component: 100 - total flux cleaned = 0.00052444 Jy ! Component: 150 - total flux cleaned = 0.000605741 Jy ! Component: 200 - total flux cleaned = 0.000660476 Jy ! Total flux subtracted in 200 components = 0.000660476 Jy ! Clean residual min=-0.003986 max=0.004801 Jy/beam ! Clean residual mean=0.000007 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.134408 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.134408 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8938 mas, bmaj=2.486 mas, bpa=-6.304 degrees ! Estimated noise=1.1062 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000413278 Jy ! Component: 100 - total flux cleaned = -0.000362337 Jy ! Component: 150 - total flux cleaned = -0.000340968 Jy ! Component: 200 - total flux cleaned = -0.000320087 Jy ! Total flux subtracted in 200 components = -0.000320087 Jy ! Clean residual min=-0.003644 max=0.004180 Jy/beam ! Clean residual mean=0.000001 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.134088 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.134088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064809Jy sigma=0.915625 ! Fit after self-cal, rms=0.064812Jy sigma=0.915562 wmodel J1909-2139_X_2006_12_18_yyk\_map.mod ! Writing 40 model components to file: J1909-2139_X_2006_12_18_yyk_map.mod wobs J1909-2139_X_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J1909-2139_X_2006_12_18_yyk_uvs.fits wwins J1909-2139_X_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J1909-2139_X_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.0015093 Jy ! Component: 100 - total flux cleaned = 0.0015785 Jy ! Component: 150 - total flux cleaned = 0.00127579 Jy ! Component: 200 - total flux cleaned = 0.000821917 Jy ! Component: 250 - total flux cleaned = 0.000821795 Jy ! Component: 300 - total flux cleaned = 0.000667831 Jy ! Component: 350 - total flux cleaned = 0.00071854 Jy ! Component: 400 - total flux cleaned = 0.000718698 Jy ! Component: 450 - total flux cleaned = 0.000718337 Jy ! Component: 500 - total flux cleaned = 0.000760861 Jy ! Component: 550 - total flux cleaned = 0.000718693 Jy ! Component: 600 - total flux cleaned = 0.000760221 Jy ! Component: 650 - total flux cleaned = 0.000841489 Jy ! Component: 700 - total flux cleaned = 0.00099726 Jy ! Component: 750 - total flux cleaned = 0.000883538 Jy ! Component: 800 - total flux cleaned = 0.000995015 Jy ! Component: 850 - total flux cleaned = 0.00106719 Jy ! Component: 900 - total flux cleaned = 0.00110184 Jy ! Component: 950 - total flux cleaned = 0.00110161 Jy ! Component: 1000 - total flux cleaned = 0.000966827 Jy ! Component: 1050 - total flux cleaned = 0.000999716 Jy ! Component: 1100 - total flux cleaned = 0.000933709 Jy ! Component: 1150 - total flux cleaned = 0.000837785 Jy ! Component: 1200 - total flux cleaned = 0.000837143 Jy ! Component: 1250 - total flux cleaned = 0.000653077 Jy ! Component: 1300 - total flux cleaned = 0.000652977 Jy ! Component: 1350 - total flux cleaned = 0.000563549 Jy ! Component: 1400 - total flux cleaned = 0.000475819 Jy ! Component: 1450 - total flux cleaned = 0.000504553 Jy ! Component: 1500 - total flux cleaned = 0.000447365 Jy ! Component: 1550 - total flux cleaned = 0.000475619 Jy ! Component: 1600 - total flux cleaned = 0.000558019 Jy ! Component: 1650 - total flux cleaned = 0.000585032 Jy ! Component: 1700 - total flux cleaned = 0.000638793 Jy ! Component: 1750 - total flux cleaned = 0.000744487 Jy ! Component: 1800 - total flux cleaned = 0.000848857 Jy ! Component: 1850 - total flux cleaned = 0.00105393 Jy ! Component: 1900 - total flux cleaned = 0.00118036 Jy ! Component: 1950 - total flux cleaned = 0.00128019 Jy ! Component: 2000 - total flux cleaned = 0.00145332 Jy ! Total flux subtracted in 2048 components = 0.00164835 Jy ! Clean residual min=-0.001806 max=0.001515 Jy/beam ! Clean residual mean=0.000008 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.135736 Jy keep ! Adding 125 model components to the UV plane model. ! The established model now contains 165 components and 0.135736 Jy ![Exited script file: muppet] wmap "J1909-2139_X_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8938 x 2.486 at -6.304 degrees (North through East) ! Clean map min=-0.0028199 max=0.11738 Jy/beam ! Writing clean map to FITS file: J1909-2139_X_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.117378 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000431731 device "J1909-2139_X_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J1909-2139_X_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10344 1.10344 2.20688 4.41377 8.82753 17.6551 35.3101 70.6203 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.117 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8938 x 2.486 at -6.304 degrees (North through East) ! Clean map min=-0.0028199 max=0.11738 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1909-2139_X_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J1909-2139_X_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1909-2139_X_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:58:10 2008