! Started logfile: J2340-0053_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:11:48 2006 obs J2340-0053_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2340-0053_S_2005_07_20_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.837037 visibilities/baseline/integration-bin. ! Found source: J2340-0053 ! ! 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 1527 lines of history. ! ! Reading 1808 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 J2340-0053_S_2005_07_20_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.147837 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.699 mas, bmaj=6.7 mas, bpa=-3.007 degrees ! Estimated noise=1.39297 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.11124 Jy ! Component: 100 - total flux cleaned = 0.132063 Jy ! Total flux subtracted in 100 components = 0.132063 Jy ! Clean residual min=-0.007011 max=0.006885 Jy/beam ! Clean residual mean=0.000031 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.132063 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.132063 Jy ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.065008Jy sigma=1.065551 ! Fit after self-cal, rms=0.065121Jy sigma=1.058046 ! Inverting map and beam ! Estimated beam: bmin=2.699 mas, bmaj=6.7 mas, bpa=-2.998 degrees ! Estimated noise=1.39291 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.303 mas, bmaj=8.625 mas, bpa=-7.129 degrees ! Estimated noise=0.932322 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.00715928 Jy ! Component: 100 - total flux cleaned = 0.00986115 Jy ! Component: 150 - total flux cleaned = 0.0103808 Jy ! Component: 200 - total flux cleaned = 0.0104623 Jy ! Total flux subtracted in 200 components = 0.0104623 Jy ! Clean residual min=-0.003984 max=0.004099 Jy/beam ! Clean residual mean=-0.000055 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.142525 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 33 components and 0.142525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064364Jy sigma=1.046848 ! Fit after self-cal, rms=0.064377Jy sigma=1.046789 ! 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.303 x 8.625 at -7.129 degrees (North through East) ! Clean map min=-0.0038589 max=0.129 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.01867 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.98 HN 1.00 KP 0.94 ! LA 1.12 MK 0.91 NL 1.00 OV 0.97 ! PT 1.08 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.990083 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.01 KP 1.04 ! LA 1.03 MK 0.99 NL 0.95 OV 1.02 ! PT 1.08 SC 0.95 ! ! ! 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.064377Jy sigma=1.046789 ! Fit after self-cal, rms=0.063634Jy sigma=1.037192 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.063634Jy sigma=1.037192 ! Fit after self-cal, rms=0.063630Jy sigma=1.037173 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.233 mas, bmaj=8.402 mas, bpa=-6.931 degrees ! Estimated noise=0.936638 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.00330462 Jy ! Component: 100 - total flux cleaned = 0.00423694 Jy ! Component: 150 - total flux cleaned = 0.00455526 Jy ! Component: 200 - total flux cleaned = 0.00477714 Jy ! Total flux subtracted in 200 components = 0.00477714 Jy ! Clean residual min=-0.003642 max=0.004014 Jy/beam ! Clean residual mean=0.000012 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.147302 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.147302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063439Jy sigma=1.034467 ! Fit after self-cal, rms=0.063444Jy sigma=1.034436 ! 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.063444Jy sigma=1.034436 ! Fit after self-cal, rms=0.061053Jy sigma=0.980189 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.000903877 Jy ! Component: 100 - total flux cleaned = 0.00082813 Jy ! Component: 150 - total flux cleaned = 0.000829476 Jy ! Component: 200 - total flux cleaned = 0.000830082 Jy ! Total flux subtracted in 200 components = 0.000830082 Jy ! Clean residual min=-0.003431 max=0.003836 Jy/beam ! Clean residual mean=0.000013 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.148132 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.148132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061003Jy sigma=0.979442 ! Fit after self-cal, rms=0.060492Jy sigma=0.975496 ! 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.233 x 8.402 at -6.931 degrees (North through East) ! Clean map min=-0.003283 max=0.13023 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.060492Jy sigma=0.975496 ! Fit after self-cal, rms=0.060148Jy sigma=0.960844 ! 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.060148Jy sigma=0.960844 ! Fit after self-cal, rms=0.060169Jy sigma=0.960297 ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.412 mas, bpa=-7.187 degrees ! Estimated noise=0.933406 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0004184 Jy ! Component: 100 - total flux cleaned = 0.000358328 Jy ! Component: 150 - total flux cleaned = 0.000382439 Jy ! Component: 200 - total flux cleaned = 0.000383222 Jy ! Total flux subtracted in 200 components = 0.000383222 Jy ! Clean residual min=-0.003203 max=0.003315 Jy/beam ! Clean residual mean=0.000028 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.148515 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 59 components and 0.148515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060149Jy sigma=0.959819 ! Fit after self-cal, rms=0.060202Jy sigma=0.959708 ! 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.060202Jy sigma=0.959708 ! Fit after self-cal, rms=0.060115Jy sigma=0.956175 ! 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.060115Jy sigma=0.956175 ! Fit after self-cal, rms=0.060139Jy sigma=0.956097 ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=8.421 mas, bpa=-7.328 degrees ! Estimated noise=0.932661 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.80934e-05 Jy ! Component: 100 - total flux cleaned = 0.000159405 Jy ! Component: 150 - total flux cleaned = 0.000202333 Jy ! Component: 200 - total flux cleaned = 0.000222506 Jy ! Total flux subtracted in 200 components = 0.000222506 Jy ! Clean residual min=-0.003348 max=0.003357 Jy/beam ! Clean residual mean=0.000032 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.148738 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 64 components and 0.148738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060123Jy sigma=0.955819 ! Fit after self-cal, rms=0.060139Jy sigma=0.955785 ! 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.832 mas, bmaj=13.41 mas, bpa=-2.52 degrees ! Estimated noise=1.19183 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.000995113 Jy ! Component: 100 - total flux cleaned = -0.000992907 Jy ! Component: 150 - total flux cleaned = -0.000991667 Jy ! Component: 200 - total flux cleaned = -0.00100787 Jy ! Total flux subtracted in 200 components = -0.00100787 Jy ! Clean residual min=-0.003960 max=0.004230 Jy/beam ! Clean residual mean=0.000078 rms=0.001273 Jy/beam ! Combined flux in latest and established models = 0.14773 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 72 components and 0.14773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060157Jy sigma=0.955950 ! Fit after self-cal, rms=0.060147Jy sigma=0.955797 ! 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.679 mas, bmaj=6.672 mas, bpa=-3.317 degrees ! Estimated noise=1.37545 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.111497 Jy ! Component: 100 - total flux cleaned = 0.133543 Jy ! Component: 150 - total flux cleaned = 0.142729 Jy ! Component: 200 - total flux cleaned = 0.147997 Jy ! Total flux subtracted in 200 components = 0.147997 Jy ! Clean residual min=-0.006089 max=0.005085 Jy/beam ! Clean residual mean=0.000032 rms=0.001438 Jy/beam ! Combined flux in latest and established models = 0.147997 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.147997 Jy ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=8.421 mas, bpa=-7.328 degrees ! Estimated noise=0.932661 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.000699104 Jy ! Component: 100 - total flux cleaned = 0.000784597 Jy ! Component: 150 - total flux cleaned = 0.000787356 Jy ! Component: 200 - total flux cleaned = 0.000784228 Jy ! Total flux subtracted in 200 components = 0.000784228 Jy ! Clean residual min=-0.003416 max=0.003385 Jy/beam ! Clean residual mean=0.000032 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.148781 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.148781 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.832 mas, bmaj=13.41 mas, bpa=-2.52 degrees ! Estimated noise=1.19183 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.000949816 Jy ! Component: 100 - total flux cleaned = -0.000951637 Jy ! Component: 150 - total flux cleaned = -0.000972882 Jy ! Component: 200 - total flux cleaned = -0.000992096 Jy ! Total flux subtracted in 200 components = -0.000992096 Jy ! Clean residual min=-0.003944 max=0.004217 Jy/beam ! Clean residual mean=0.000077 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.147789 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.147789 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=8.421 mas, bpa=-7.328 degrees ! Estimated noise=0.932661 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000675286 Jy ! Component: 100 - total flux cleaned = 0.000835961 Jy ! Component: 150 - total flux cleaned = 0.00097308 Jy ! Component: 200 - total flux cleaned = 0.00102239 Jy ! Total flux subtracted in 200 components = 0.00102239 Jy ! Clean residual min=-0.003385 max=0.003376 Jy/beam ! Clean residual mean=0.000031 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.148811 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.148811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060138Jy sigma=0.955897 ! Fit after self-cal, rms=0.060141Jy sigma=0.955837 wmodel J2340-0053_S_2005_07_20_yyk\_map.mod ! Writing 65 model components to file: J2340-0053_S_2005_07_20_yyk_map.mod wobs J2340-0053_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2340-0053_S_2005_07_20_yyk_uvs.fits wwins J2340-0053_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J2340-0053_S_2005_07_20_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.000133247 Jy ! Component: 100 - total flux cleaned = -0.000425373 Jy ! Component: 150 - total flux cleaned = -0.000267538 Jy ! Component: 200 - total flux cleaned = -0.000268556 Jy ! Component: 250 - total flux cleaned = -0.000411646 Jy ! Component: 300 - total flux cleaned = -0.000502688 Jy ! Component: 350 - total flux cleaned = -0.000593657 Jy ! Component: 400 - total flux cleaned = -0.000724866 Jy ! Component: 450 - total flux cleaned = -0.00089406 Jy ! Component: 500 - total flux cleaned = -0.00101744 Jy ! Component: 550 - total flux cleaned = -0.00121769 Jy ! Component: 600 - total flux cleaned = -0.00137378 Jy ! Component: 650 - total flux cleaned = -0.00133603 Jy ! Component: 700 - total flux cleaned = -0.00148518 Jy ! Component: 750 - total flux cleaned = -0.00144944 Jy ! Component: 800 - total flux cleaned = -0.00166566 Jy ! Component: 850 - total flux cleaned = -0.00173589 Jy ! Component: 900 - total flux cleaned = -0.00183983 Jy ! Component: 950 - total flux cleaned = -0.00197635 Jy ! Component: 1000 - total flux cleaned = -0.0021439 Jy ! Component: 1050 - total flux cleaned = -0.00227527 Jy ! Component: 1100 - total flux cleaned = -0.00233941 Jy ! Component: 1150 - total flux cleaned = -0.00227563 Jy ! Component: 1200 - total flux cleaned = -0.00240195 Jy ! Component: 1250 - total flux cleaned = -0.00246379 Jy ! Component: 1300 - total flux cleaned = -0.0024636 Jy ! Component: 1350 - total flux cleaned = -0.00249401 Jy ! Component: 1400 - total flux cleaned = -0.00258253 Jy ! Component: 1450 - total flux cleaned = -0.0026113 Jy ! Component: 1500 - total flux cleaned = -0.00263955 Jy ! Component: 1550 - total flux cleaned = -0.00261133 Jy ! Component: 1600 - total flux cleaned = -0.00272475 Jy ! Component: 1650 - total flux cleaned = -0.00286416 Jy ! Component: 1700 - total flux cleaned = -0.00289198 Jy ! Component: 1750 - total flux cleaned = -0.00294697 Jy ! Component: 1800 - total flux cleaned = -0.00294696 Jy ! Component: 1850 - total flux cleaned = -0.00297391 Jy ! Component: 1900 - total flux cleaned = -0.0030269 Jy ! Component: 1950 - total flux cleaned = -0.00305289 Jy ! Component: 2000 - total flux cleaned = -0.00302659 Jy ! Total flux subtracted in 2048 components = -0.00310408 Jy ! Clean residual min=-0.001712 max=0.001495 Jy/beam ! Clean residual mean=0.000024 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.145707 Jy keep ! Adding 156 model components to the UV plane model. ! The established model now contains 221 components and 0.145707 Jy ![Exited script file: muppet] wmap "J2340-0053_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.214 x 8.421 at -7.328 degrees (North through East) ! Clean map min=-0.0026158 max=0.12955 Jy/beam ! Writing clean map to FITS file: J2340-0053_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.129553 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000542071 device "J2340-0053_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2340-0053_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.25525 1.25525 2.51049 5.02099 10.042 20.0839 40.1679 80.3358 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.129 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.214 x 8.421 at -7.328 degrees (North through East) ! Clean map min=-0.0026158 max=0.12955 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2340-0053_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2340-0053_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2340-0053_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:11:52 2006