! Started logfile: J0050-0929_S_1997_05_07_yyk_uvs.log on Sun Jan 7 15:29:12 2007 obs J0050-0929_S_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J0050-0929_S_1997_05_07_yyk_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783881 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 614 lines of history. ! ! Reading 20036 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 J0050-0929_S_1997_05_07_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)= 1.04235 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=3.011 mas, bmaj=7.627 mas, bpa=-0.9378 degrees ! Estimated noise=1483.68 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.846828 Jy ! Component: 100 - total flux cleaned = 0.948622 Jy ! Total flux subtracted in 100 components = 0.948622 Jy ! Clean residual min=-0.025496 max=0.039015 Jy/beam ! Clean residual mean=0.000909 rms=0.007464 Jy/beam ! Combined flux in latest and established models = 0.948622 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.948622 Jy ! ! Correcting IF 1. ! A total of 309 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 167 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 167 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.340492Jy sigma=0.001334 ! Fit after self-cal, rms=0.340314Jy sigma=0.001333 ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.627 mas, bpa=-0.9378 degrees ! Estimated noise=1483.68 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.736 mas, bmaj=9.382 mas, bpa=-4.117 degrees ! Estimated noise=1196.82 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.00157657 Jy ! Component: 100 - total flux cleaned = 0.000370912 Jy ! Component: 150 - total flux cleaned = 0.00156639 Jy ! Component: 200 - total flux cleaned = 0.00264546 Jy ! Total flux subtracted in 200 components = 0.00264546 Jy ! Clean residual min=-0.018518 max=0.029242 Jy/beam ! Clean residual mean=0.001694 rms=0.006509 Jy/beam ! Combined flux in latest and established models = 0.951268 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.951268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.337822Jy sigma=0.001326 ! Fit after self-cal, rms=0.337813Jy sigma=0.001326 ! 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.736 x 9.382 at -4.117 degrees (North through East) ! Clean map min=-0.017631 max=0.95215 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02813 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.06 HN 1.01 KP 0.90 ! LA 0.99 MK 1.00 NL 1.00* OV 1.09 ! PT 0.95 SC 0.79 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.975327 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.12 HN 1.12 KP 1.01 ! LA 1.08 MK 1.05 NL 1.02 OV 1.02 ! PT 0.93 SC 0.89 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.05588 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 0.95 KP 0.91 ! LA 0.81 MK 0.88 NL 0.95 OV 0.95 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.994617 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.09 HN 1.06 KP 0.96 ! LA 0.88 MK 1.05 NL 1.09 OV 1.09 ! PT 0.91 SC 0.96 ! ! ! Fit before self-cal, rms=0.337813Jy sigma=0.001326 ! Fit after self-cal, rms=0.316305Jy sigma=0.001267 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.316305Jy sigma=0.001267 ! Fit after self-cal, rms=0.316306Jy sigma=0.001267 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.705 mas, bmaj=9.073 mas, bpa=-2.783 degrees ! Estimated noise=1208.52 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.0178805 Jy ! Component: 100 - total flux cleaned = 0.0216463 Jy ! Component: 150 - total flux cleaned = 0.021879 Jy ! Component: 200 - total flux cleaned = 0.0220606 Jy ! Total flux subtracted in 200 components = 0.0220606 Jy ! Clean residual min=-0.005159 max=0.006896 Jy/beam ! Clean residual mean=0.000288 rms=0.001756 Jy/beam ! Combined flux in latest and established models = 0.973328 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.973328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315394Jy sigma=0.001264 ! Fit after self-cal, rms=0.315385Jy sigma=0.001264 ! 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.315385Jy sigma=0.001264 ! Fit after self-cal, rms=0.306985Jy sigma=0.001231 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.0021664 Jy ! Component: 100 - total flux cleaned = 0.00234743 Jy ! Component: 150 - total flux cleaned = 0.00235534 Jy ! Component: 200 - total flux cleaned = 0.00229724 Jy ! Total flux subtracted in 200 components = 0.00229724 Jy ! Clean residual min=-0.005279 max=0.006386 Jy/beam ! Clean residual mean=0.000264 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.975625 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 26 components and 0.975625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.306921Jy sigma=0.001231 ! Fit after self-cal, rms=0.305653Jy sigma=0.001226 ! 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.705 x 9.073 at -2.783 degrees (North through East) ! Clean map min=-0.0048781 max=0.97009 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.305653Jy sigma=0.001226 ! Fit after self-cal, rms=0.297791Jy sigma=0.001199 ! 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.297791Jy sigma=0.001199 ! Fit after self-cal, rms=0.297398Jy sigma=0.001197 ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=9.032 mas, bpa=-2.676 degrees ! Estimated noise=1205 mJy/beam. ! Added new window around map position (-6, 6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708387 Jy ! Component: 100 - total flux cleaned = 0.00810996 Jy ! Component: 150 - total flux cleaned = 0.00854911 Jy ! Component: 200 - total flux cleaned = 0.00891752 Jy ! Total flux subtracted in 200 components = 0.00891752 Jy ! Clean residual min=-0.004141 max=0.005296 Jy/beam ! Clean residual mean=0.000142 rms=0.001234 Jy/beam ! Combined flux in latest and established models = 0.984543 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 47 components and 0.984543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297241Jy sigma=0.001196 ! Fit after self-cal, rms=0.297075Jy sigma=0.001196 ! 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.297075Jy sigma=0.001196 ! Fit after self-cal, rms=0.296717Jy sigma=0.001194 ! 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.296717Jy sigma=0.001194 ! Fit after self-cal, rms=0.296653Jy sigma=0.001194 ! Inverting map and beam ! Estimated beam: bmin=3.687 mas, bmaj=9.025 mas, bpa=-2.74 degrees ! Estimated noise=1204.83 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244228 Jy ! Component: 100 - total flux cleaned = 0.00306716 Jy ! Component: 150 - total flux cleaned = 0.00340117 Jy ! Component: 200 - total flux cleaned = 0.00352327 Jy ! Total flux subtracted in 200 components = 0.00352327 Jy ! Clean residual min=-0.003729 max=0.004885 Jy/beam ! Clean residual mean=0.000123 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.988066 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 64 components and 0.988066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296618Jy sigma=0.001194 ! Fit after self-cal, rms=0.296584Jy sigma=0.001194 ! 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=8.098 mas, bmaj=15.12 mas, bpa=12.18 degrees ! Estimated noise=1458.03 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.000219299 Jy ! Component: 100 - total flux cleaned = 0.000262913 Jy ! Component: 150 - total flux cleaned = 0.000335164 Jy ! Component: 200 - total flux cleaned = 0.000368942 Jy ! Total flux subtracted in 200 components = 0.000368942 Jy ! Clean residual min=-0.003498 max=0.005517 Jy/beam ! Clean residual mean=0.000219 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.988435 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.988435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296585Jy sigma=0.001194 ! Fit after self-cal, rms=0.296567Jy sigma=0.001194 ! 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.983 mas, bmaj=7.504 mas, bpa=-0.1224 degrees ! Estimated noise=1480.23 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.84778 Jy ! Component: 100 - total flux cleaned = 0.957894 Jy ! Component: 150 - total flux cleaned = 0.973739 Jy ! Component: 200 - total flux cleaned = 0.976032 Jy ! Total flux subtracted in 200 components = 0.976032 Jy ! Clean residual min=-0.007913 max=0.007825 Jy/beam ! Clean residual mean=0.000191 rms=0.002113 Jy/beam ! Combined flux in latest and established models = 0.976032 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.976032 Jy ! Inverting map and beam ! Estimated beam: bmin=3.687 mas, bmaj=9.025 mas, bpa=-2.74 degrees ! Estimated noise=1204.83 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 (0, 12). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00777225 Jy ! Component: 100 - total flux cleaned = 0.00981709 Jy ! Component: 150 - total flux cleaned = 0.0108434 Jy ! Component: 200 - total flux cleaned = 0.0113011 Jy ! Total flux subtracted in 200 components = 0.0113011 Jy ! Clean residual min=-0.004092 max=0.004860 Jy/beam ! Clean residual mean=0.000142 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.987333 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.987333 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=8.098 mas, bmaj=15.12 mas, bpa=12.18 degrees ! Estimated noise=1458.03 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.000717491 Jy ! Component: 100 - total flux cleaned = 0.00130328 Jy ! Component: 150 - total flux cleaned = 0.00180976 Jy ! Component: 200 - total flux cleaned = 0.00223623 Jy ! Total flux subtracted in 200 components = 0.00223623 Jy ! Clean residual min=-0.002930 max=0.004764 Jy/beam ! Clean residual mean=0.000204 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.989569 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.989569 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.687 mas, bmaj=9.025 mas, bpa=-2.74 degrees ! Estimated noise=1204.83 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00092853 Jy ! Component: 100 - total flux cleaned = -0.000923772 Jy ! Component: 150 - total flux cleaned = -0.00091895 Jy ! Component: 200 - total flux cleaned = -0.000817978 Jy ! Total flux subtracted in 200 components = -0.000817978 Jy ! Clean residual min=-0.003688 max=0.004279 Jy/beam ! Clean residual mean=0.000124 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.988751 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 72 components and 0.988751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296626Jy sigma=0.001194 ! Fit after self-cal, rms=0.296610Jy sigma=0.001194 wmodel J0050-0929_S_1997_05_07_yyk\_map.mod ! Writing 72 model components to file: J0050-0929_S_1997_05_07_yyk_map.mod wobs J0050-0929_S_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J0050-0929_S_1997_05_07_yyk_uvs.fits wwins J0050-0929_S_1997_05_07_yyk\_map.win ! wwins: Wrote 3 windows to J0050-0929_S_1997_05_07_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.00181828 Jy ! Component: 100 - total flux cleaned = 0.00215382 Jy ! Component: 150 - total flux cleaned = 0.00246463 Jy ! Component: 200 - total flux cleaned = 0.00269739 Jy ! Component: 250 - total flux cleaned = 0.00291872 Jy ! Component: 300 - total flux cleaned = 0.00329249 Jy ! Component: 350 - total flux cleaned = 0.00360104 Jy ! Component: 400 - total flux cleaned = 0.00394885 Jy ! Component: 450 - total flux cleaned = 0.00433296 Jy ! Component: 500 - total flux cleaned = 0.00461324 Jy ! Component: 550 - total flux cleaned = 0.0050213 Jy ! Component: 600 - total flux cleaned = 0.00528622 Jy ! Component: 650 - total flux cleaned = 0.00554506 Jy ! Component: 700 - total flux cleaned = 0.00583912 Jy ! Component: 750 - total flux cleaned = 0.00604295 Jy ! Component: 800 - total flux cleaned = 0.00628392 Jy ! Component: 850 - total flux cleaned = 0.00644132 Jy ! Component: 900 - total flux cleaned = 0.00659554 Jy ! Component: 950 - total flux cleaned = 0.00678527 Jy ! Component: 1000 - total flux cleaned = 0.00700908 Jy ! Component: 1050 - total flux cleaned = 0.00715566 Jy ! Component: 1100 - total flux cleaned = 0.0074075 Jy ! Component: 1150 - total flux cleaned = 0.00744321 Jy ! Component: 1200 - total flux cleaned = 0.00768825 Jy ! Component: 1250 - total flux cleaned = 0.00789447 Jy ! Component: 1300 - total flux cleaned = 0.00792825 Jy ! Component: 1350 - total flux cleaned = 0.00816194 Jy ! Component: 1400 - total flux cleaned = 0.00829375 Jy ! Component: 1450 - total flux cleaned = 0.00842362 Jy ! Component: 1500 - total flux cleaned = 0.0086161 Jy ! Component: 1550 - total flux cleaned = 0.00880639 Jy ! Component: 1600 - total flux cleaned = 0.00899406 Jy ! Component: 1650 - total flux cleaned = 0.00917927 Jy ! Component: 1700 - total flux cleaned = 0.00942296 Jy ! Component: 1750 - total flux cleaned = 0.0096338 Jy ! Component: 1800 - total flux cleaned = 0.00975284 Jy ! Component: 1850 - total flux cleaned = 0.0099003 Jy ! Component: 1900 - total flux cleaned = 0.0100754 Jy ! Component: 1950 - total flux cleaned = 0.0101904 Jy ! Component: 2000 - total flux cleaned = 0.0103048 Jy ! Total flux subtracted in 2048 components = 0.0104465 Jy ! Clean residual min=-0.001621 max=0.001831 Jy/beam ! Clean residual mean=0.000082 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.999198 Jy keep ! Adding 126 model components to the UV plane model. ! The established model now contains 196 components and 0.999198 Jy ![Exited script file: muppet] wmap "J0050-0929_S_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.687 x 9.025 at -2.74 degrees (North through East) ! Clean map min=-0.0029676 max=0.97043 Jy/beam ! Writing clean map to FITS file: J0050-0929_S_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.970427 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000560692 device "J0050-0929_S_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J0050-0929_S_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.173334 0.173334 0.346667 0.693334 1.38667 2.77334 5.54668 11.0934 22.1867 44.3734 88.7468 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.97 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.687 x 9.025 at -2.74 degrees (North through East) ! Clean map min=-0.0029676 max=0.97043 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0050-0929_S_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J0050-0929_S_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0050-0929_S_1997_05_07_yyk_uvs.log closed on Sun Jan 7 15:29:19 2007