! Started logfile: J2247-0850_S_2005_07_09_yyk_uvs.log on Fri Jan 20 11:08:41 2006 obs J2247-0850_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2247-0850_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.98 visibilities/baseline/integration-bin. ! Found source: J2247-0850 ! ! 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 1601 lines of history. ! ! Reading 1764 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 J2247-0850_S_2005_07_09_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.170694 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.63 mas, bmaj=7.032 mas, bpa=-5.228 degrees ! Estimated noise=1.35871 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.124809 Jy ! Component: 100 - total flux cleaned = 0.151707 Jy ! Total flux subtracted in 100 components = 0.151707 Jy ! Clean residual min=-0.006230 max=0.008355 Jy/beam ! Clean residual mean=-0.000010 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.151707 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.151707 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.070787Jy sigma=1.155739 ! Fit after self-cal, rms=0.070390Jy sigma=1.149856 ! Inverting map and beam ! Estimated beam: bmin=2.627 mas, bmaj=7.033 mas, bpa=-5.284 degrees ! Estimated noise=1.35831 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.366 mas, bmaj=9.106 mas, bpa=-8.101 degrees ! Estimated noise=0.964127 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.0136312 Jy ! Component: 100 - total flux cleaned = 0.01947 Jy ! Component: 150 - total flux cleaned = 0.0221501 Jy ! Component: 200 - total flux cleaned = 0.0226128 Jy ! Total flux subtracted in 200 components = 0.0226128 Jy ! Clean residual min=-0.004874 max=0.004111 Jy/beam ! Clean residual mean=0.000007 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.17432 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.17432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067679Jy sigma=1.109897 ! Fit after self-cal, rms=0.067681Jy sigma=1.109773 ! 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.366 x 9.106 at -8.101 degrees (North through East) ! Clean map min=-0.0046705 max=0.14522 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.02675 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 HN 1.03 KP 0.93 ! LA 1.04 MK 0.90 NL 0.94 OV 1.01 ! PT 1.07 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.993161 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00 HN 0.99 KP 1.03 ! LA 1.02 MK 0.98 NL 0.99 OV 0.99 ! PT 1.07 SC 1.06 ! ! ! 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.067681Jy sigma=1.109773 ! Fit after self-cal, rms=0.067265Jy sigma=1.103234 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.067265Jy sigma=1.103234 ! Fit after self-cal, rms=0.067263Jy sigma=1.103226 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.312 mas, bmaj=8.946 mas, bpa=-8.268 degrees ! Estimated noise=0.965821 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.00324619 Jy ! Component: 100 - total flux cleaned = 0.00386738 Jy ! Component: 150 - total flux cleaned = 0.00439142 Jy ! Component: 200 - total flux cleaned = 0.00484215 Jy ! Total flux subtracted in 200 components = 0.00484215 Jy ! Clean residual min=-0.004742 max=0.004075 Jy/beam ! Clean residual mean=0.000075 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.179162 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.179162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066957Jy sigma=1.099326 ! Fit after self-cal, rms=0.066960Jy sigma=1.099272 ! 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.066960Jy sigma=1.099272 ! Fit after self-cal, rms=0.063461Jy sigma=1.051520 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.00165857 Jy ! Component: 100 - total flux cleaned = 0.00194863 Jy ! Component: 150 - total flux cleaned = 0.00212746 Jy ! Component: 200 - total flux cleaned = 0.00225535 Jy ! Total flux subtracted in 200 components = 0.00225535 Jy ! Clean residual min=-0.004756 max=0.003787 Jy/beam ! Clean residual mean=0.000066 rms=0.001136 Jy/beam ! Combined flux in latest and established models = 0.181417 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.181417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063360Jy sigma=1.050555 ! Fit after self-cal, rms=0.062449Jy sigma=1.043855 ! 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.312 x 8.946 at -8.268 degrees (North through East) ! Clean map min=-0.0045024 max=0.14413 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.062449Jy sigma=1.043855 ! Fit after self-cal, rms=0.061327Jy sigma=1.032586 ! 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.061327Jy sigma=1.032586 ! Fit after self-cal, rms=0.061004Jy sigma=1.030911 ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=8.798 mas, bpa=-8.412 degrees ! Estimated noise=0.954077 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000234334 Jy ! Component: 100 - total flux cleaned = 6.96658e-05 Jy ! Component: 150 - total flux cleaned = 0.000369605 Jy ! Component: 200 - total flux cleaned = 0.000625016 Jy ! Total flux subtracted in 200 components = 0.000625016 Jy ! Clean residual min=-0.003964 max=0.003489 Jy/beam ! Clean residual mean=0.000061 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.182042 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.182042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060980Jy sigma=1.029662 ! Fit after self-cal, rms=0.060848Jy sigma=1.029103 ! 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.060848Jy sigma=1.029103 ! Fit after self-cal, rms=0.061057Jy sigma=1.026416 ! 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.061057Jy sigma=1.026416 ! Fit after self-cal, rms=0.061002Jy sigma=1.026203 ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.785 mas, bpa=-8.726 degrees ! Estimated noise=0.951473 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000651725 Jy ! Component: 100 - total flux cleaned = 0.000924819 Jy ! Component: 150 - total flux cleaned = 0.0011611 Jy ! Component: 200 - total flux cleaned = 0.00131219 Jy ! Total flux subtracted in 200 components = 0.00131219 Jy ! Clean residual min=-0.003933 max=0.003688 Jy/beam ! Clean residual mean=0.000058 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.183354 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 51 components and 0.183354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060935Jy sigma=1.025479 ! Fit after self-cal, rms=0.060905Jy sigma=1.025381 ! 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.736 mas, bmaj=14.37 mas, bpa=5.738 degrees ! Estimated noise=1.18865 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.00130088 Jy ! Component: 100 - total flux cleaned = 0.00148001 Jy ! Component: 150 - total flux cleaned = 0.0016272 Jy ! Component: 200 - total flux cleaned = 0.00171932 Jy ! Total flux subtracted in 200 components = 0.00171932 Jy ! Clean residual min=-0.004423 max=0.004557 Jy/beam ! Clean residual mean=0.000102 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.185074 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 56 components and 0.185074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060966Jy sigma=1.025892 ! Fit after self-cal, rms=0.060910Jy sigma=1.025537 ! 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.593 mas, bmaj=6.949 mas, bpa=-5.675 degrees ! Estimated noise=1.3066 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.122067 Jy ! Component: 100 - total flux cleaned = 0.149854 Jy ! Component: 150 - total flux cleaned = 0.163251 Jy ! Component: 200 - total flux cleaned = 0.171142 Jy ! Total flux subtracted in 200 components = 0.171142 Jy ! Clean residual min=-0.004376 max=0.005337 Jy/beam ! Clean residual mean=0.000008 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.171142 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.171142 Jy ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.785 mas, bpa=-8.726 degrees ! Estimated noise=0.951473 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) ! Added new window around map position (-3, 8.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00776873 Jy ! Component: 100 - total flux cleaned = 0.0118696 Jy ! Component: 150 - total flux cleaned = 0.0131789 Jy ! Component: 200 - total flux cleaned = 0.0137596 Jy ! Total flux subtracted in 200 components = 0.0137596 Jy ! Clean residual min=-0.003601 max=0.003547 Jy/beam ! Clean residual mean=0.000048 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.184902 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 60 components and 0.184902 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.736 mas, bmaj=14.37 mas, bpa=5.738 degrees ! Estimated noise=1.18865 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.00142847 Jy ! Component: 100 - total flux cleaned = 0.00157965 Jy ! Component: 150 - total flux cleaned = 0.00167595 Jy ! Component: 200 - total flux cleaned = 0.00175942 Jy ! Total flux subtracted in 200 components = 0.00175942 Jy ! Clean residual min=-0.004179 max=0.004583 Jy/beam ! Clean residual mean=0.000080 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.186661 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.186661 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.785 mas, bpa=-8.726 degrees ! Estimated noise=0.951473 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000352334 Jy ! Component: 100 - total flux cleaned = -0.000299522 Jy ! Component: 150 - total flux cleaned = -0.000208784 Jy ! Component: 200 - total flux cleaned = -0.000206016 Jy ! Total flux subtracted in 200 components = -0.000206016 Jy ! Clean residual min=-0.003630 max=0.003652 Jy/beam ! Clean residual mean=0.000041 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.186455 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.186455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060596Jy sigma=1.019930 ! Fit after self-cal, rms=0.060534Jy sigma=1.019409 wmodel J2247-0850_S_2005_07_09_yyk\_map.mod ! Writing 97 model components to file: J2247-0850_S_2005_07_09_yyk_map.mod wobs J2247-0850_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2247-0850_S_2005_07_09_yyk_uvs.fits wwins J2247-0850_S_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J2247-0850_S_2005_07_09_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199743 Jy ! Component: 100 - total flux cleaned = -0.000425117 Jy ! Component: 150 - total flux cleaned = -0.000748136 Jy ! Component: 200 - total flux cleaned = -0.00085299 Jy ! Component: 250 - total flux cleaned = -0.000756517 Jy ! Component: 300 - total flux cleaned = -0.000710029 Jy ! Component: 350 - total flux cleaned = -0.000527785 Jy ! Component: 400 - total flux cleaned = -0.000394323 Jy ! Component: 450 - total flux cleaned = -5.29731e-05 Jy ! Component: 500 - total flux cleaned = 7.11393e-05 Jy ! Component: 550 - total flux cleaned = 0.000275274 Jy ! Component: 600 - total flux cleaned = 0.000394759 Jy ! Component: 650 - total flux cleaned = 0.000549918 Jy ! Component: 700 - total flux cleaned = 0.000549679 Jy ! Component: 750 - total flux cleaned = 0.000624539 Jy ! Component: 800 - total flux cleaned = 0.000807312 Jy ! Component: 850 - total flux cleaned = 0.000986627 Jy ! Component: 900 - total flux cleaned = 0.00116249 Jy ! Component: 950 - total flux cleaned = 0.00126615 Jy ! Component: 1000 - total flux cleaned = 0.00140206 Jy ! Component: 1050 - total flux cleaned = 0.00150251 Jy ! Component: 1100 - total flux cleaned = 0.00163286 Jy ! Component: 1150 - total flux cleaned = 0.00166519 Jy ! Component: 1200 - total flux cleaned = 0.00182376 Jy ! Component: 1250 - total flux cleaned = 0.00194856 Jy ! Component: 1300 - total flux cleaned = 0.00198021 Jy ! Component: 1350 - total flux cleaned = 0.00222216 Jy ! Component: 1400 - total flux cleaned = 0.00231094 Jy ! Component: 1450 - total flux cleaned = 0.00242743 Jy ! Component: 1500 - total flux cleaned = 0.00245627 Jy ! Component: 1550 - total flux cleaned = 0.00256991 Jy ! Component: 1600 - total flux cleaned = 0.00270931 Jy ! Component: 1650 - total flux cleaned = 0.00268165 Jy ! Component: 1700 - total flux cleaned = 0.00273624 Jy ! Component: 1750 - total flux cleaned = 0.00278998 Jy ! Component: 1800 - total flux cleaned = 0.00278998 Jy ! Component: 1850 - total flux cleaned = 0.00284232 Jy ! Component: 1900 - total flux cleaned = 0.00286845 Jy ! Component: 1950 - total flux cleaned = 0.00291982 Jy ! Component: 2000 - total flux cleaned = 0.00302096 Jy ! Total flux subtracted in 2048 components = 0.00299608 Jy ! Clean residual min=-0.001460 max=0.001365 Jy/beam ! Clean residual mean=0.000006 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.189451 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 236 components and 0.189451 Jy ![Exited script file: muppet] wmap "J2247-0850_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.239 x 8.785 at -8.726 degrees (North through East) ! Clean map min=-0.0029724 max=0.14212 Jy/beam ! Writing clean map to FITS file: J2247-0850_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.142118 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000521009 device "J2247-0850_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2247-0850_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.09981 1.09981 2.19962 4.39924 8.79848 17.597 35.1939 70.3878 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.142 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.239 x 8.785 at -8.726 degrees (North through East) ! Clean map min=-0.0029724 max=0.14212 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2247-0850_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2247-0850_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2247-0850_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:08:45 2006