! Started logfile: J0858-1950_X_1997_07_02_yyk_uvs.log on Mon Jan 8 04:17:55 2007 obs J0858-1950_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0858-1950_X_1997_07_02_yyk_uva.fits ! AN table 1: 141 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.81907 visibilities/baseline/integration-bin. ! Found source: J0858-1950 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 20788 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 J0858-1950_X_1997_07_02_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.444977 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.7422 mas, bmaj=2.053 mas, bpa=1.504 degrees ! Estimated noise=1195.04 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.333753 Jy ! Component: 100 - total flux cleaned = 0.382381 Jy ! Total flux subtracted in 100 components = 0.382381 Jy ! Clean residual min=-0.009429 max=0.012226 Jy/beam ! Clean residual mean=-0.000032 rms=0.002663 Jy/beam ! Combined flux in latest and established models = 0.382381 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.382381 Jy ! ! Correcting IF 1. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.213123Jy sigma=0.001309 ! Fit after self-cal, rms=0.213047Jy sigma=0.001309 ! Inverting map and beam ! Estimated beam: bmin=0.7422 mas, bmaj=2.053 mas, bpa=1.504 degrees ! Estimated noise=1195.04 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.9184 mas, bmaj=2.52 mas, bpa=-1.143 degrees ! Estimated noise=771.12 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.0206281 Jy ! Component: 100 - total flux cleaned = 0.0277326 Jy ! Component: 150 - total flux cleaned = 0.0309381 Jy ! Component: 200 - total flux cleaned = 0.0323773 Jy ! Total flux subtracted in 200 components = 0.0323773 Jy ! Clean residual min=-0.007281 max=0.008274 Jy/beam ! Clean residual mean=-0.000076 rms=0.002094 Jy/beam ! Combined flux in latest and established models = 0.414758 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 34 components and 0.414758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212113Jy sigma=0.001301 ! Fit after self-cal, rms=0.212104Jy sigma=0.001301 ! 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.9184 x 2.52 at -1.143 degrees (North through East) ! Clean map min=-0.0070752 max=0.38905 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00032 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.08 HN 0.99 KP 0.99 ! LA 1.01 MK 1.03 NL 1.02 OV 0.97 ! PT 0.94 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00079 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 0.99 KP 0.98 ! LA 0.99 MK 1.00 NL 1.01 OV 1.05 ! PT 0.89 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.993242 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.11 HN 1.00 KP 0.98 ! LA 0.99 MK 1.00 NL 1.00 OV 0.99 ! PT 0.93 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.991003 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.07 HN 1.01 KP 0.97 ! LA 0.97 MK 0.99 NL 1.02 OV 1.01 ! PT 0.95 SC 1.02 ! ! ! Fit before self-cal, rms=0.212104Jy sigma=0.001301 ! Fit after self-cal, rms=0.211681Jy sigma=0.001293 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.211681Jy sigma=0.001293 ! Fit after self-cal, rms=0.211682Jy sigma=0.001293 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9198 mas, bmaj=2.531 mas, bpa=-1.015 degrees ! Estimated noise=764.848 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.00330006 Jy ! Component: 100 - total flux cleaned = -0.00409207 Jy ! Component: 150 - total flux cleaned = -0.00426781 Jy ! Component: 200 - total flux cleaned = -0.00434624 Jy ! Total flux subtracted in 200 components = -0.00434624 Jy ! Clean residual min=-0.003816 max=0.004302 Jy/beam ! Clean residual mean=-0.000012 rms=0.001165 Jy/beam ! Combined flux in latest and established models = 0.410412 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.410412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211637Jy sigma=0.001293 ! Fit after self-cal, rms=0.211635Jy sigma=0.001293 ! 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.211635Jy sigma=0.001293 ! Fit after self-cal, rms=0.201238Jy sigma=0.001224 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.00500945 Jy ! Component: 100 - total flux cleaned = 0.0059279 Jy ! Component: 150 - total flux cleaned = 0.00604186 Jy ! Component: 200 - total flux cleaned = 0.00607024 Jy ! Total flux subtracted in 200 components = 0.00607024 Jy ! Clean residual min=-0.003560 max=0.003740 Jy/beam ! Clean residual mean=-0.000015 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.416482 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 53 components and 0.416482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201173Jy sigma=0.001224 ! Fit after self-cal, rms=0.199774Jy sigma=0.001215 ! 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.9198 x 2.531 at -1.015 degrees (North through East) ! Clean map min=-0.0034931 max=0.39387 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.199774Jy sigma=0.001215 ! Fit after self-cal, rms=0.199820Jy sigma=0.001213 ! 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.199820Jy sigma=0.001213 ! Fit after self-cal, rms=0.199483Jy sigma=0.001211 ! Inverting map and beam ! Estimated beam: bmin=0.923 mas, bmaj=2.53 mas, bpa=-0.9747 degrees ! Estimated noise=763.451 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.82865e-05 Jy ! Component: 100 - total flux cleaned = -5.69792e-05 Jy ! Component: 150 - total flux cleaned = -5.7048e-05 Jy ! Component: 200 - total flux cleaned = -7.3682e-05 Jy ! Total flux subtracted in 200 components = -7.3682e-05 Jy ! Clean residual min=-0.003021 max=0.002951 Jy/beam ! Clean residual mean=-0.000002 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.416409 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 58 components and 0.416409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199481Jy sigma=0.001211 ! Fit after self-cal, rms=0.199360Jy sigma=0.001210 ! 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.199360Jy sigma=0.001210 ! Fit after self-cal, rms=0.199298Jy sigma=0.001209 ! 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.199298Jy sigma=0.001209 ! Fit after self-cal, rms=0.199251Jy sigma=0.001208 ! Inverting map and beam ! Estimated beam: bmin=0.923 mas, bmaj=2.528 mas, bpa=-0.9173 degrees ! Estimated noise=763.518 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180927 Jy ! Component: 100 - total flux cleaned = 0.000180045 Jy ! Component: 150 - total flux cleaned = 0.000180305 Jy ! Component: 200 - total flux cleaned = 0.000164081 Jy ! Total flux subtracted in 200 components = 0.000164081 Jy ! Clean residual min=-0.003022 max=0.002949 Jy/beam ! Clean residual mean=-0.000001 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.416573 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 58 components and 0.416573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199249Jy sigma=0.001208 ! Fit after self-cal, rms=0.199225Jy sigma=0.001208 ! 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.247 mas, bmaj=4.892 mas, bpa=-1.044 degrees ! Estimated noise=963.603 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 = 5.17779e-05 Jy ! Component: 100 - total flux cleaned = 4.7346e-05 Jy ! Component: 150 - total flux cleaned = 8.73623e-05 Jy ! Component: 200 - total flux cleaned = 0.000122191 Jy ! Total flux subtracted in 200 components = 0.000122191 Jy ! Clean residual min=-0.003625 max=0.003613 Jy/beam ! Clean residual mean=-0.000005 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.416695 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.416695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199232Jy sigma=0.001208 ! Fit after self-cal, rms=0.199215Jy sigma=0.001208 ! 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.7426 mas, bmaj=2.055 mas, bpa=1.618 degrees ! Estimated noise=1192.2 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.337983 Jy ! Component: 100 - total flux cleaned = 0.386995 Jy ! Component: 150 - total flux cleaned = 0.403184 Jy ! Component: 200 - total flux cleaned = 0.410501 Jy ! Total flux subtracted in 200 components = 0.410501 Jy ! Clean residual min=-0.005024 max=0.005093 Jy/beam ! Clean residual mean=0.000007 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.410501 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.410501 Jy ! Inverting map and beam ! Estimated beam: bmin=0.923 mas, bmaj=2.528 mas, bpa=-0.9173 degrees ! Estimated noise=763.518 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.00454836 Jy ! Component: 100 - total flux cleaned = 0.00589682 Jy ! Component: 150 - total flux cleaned = 0.00603731 Jy ! Component: 200 - total flux cleaned = 0.00606595 Jy ! Total flux subtracted in 200 components = 0.00606595 Jy ! Clean residual min=-0.002921 max=0.003011 Jy/beam ! Clean residual mean=-0.000000 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.416567 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.416567 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.247 mas, bmaj=4.892 mas, bpa=-1.044 degrees ! Estimated noise=963.603 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.000125722 Jy ! Component: 100 - total flux cleaned = 0.000187738 Jy ! Component: 150 - total flux cleaned = 0.000210376 Jy ! Component: 200 - total flux cleaned = 0.00022588 Jy ! Total flux subtracted in 200 components = 0.00022588 Jy ! Clean residual min=-0.003636 max=0.003573 Jy/beam ! Clean residual mean=-0.000004 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.416793 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.416793 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.923 mas, bmaj=2.528 mas, bpa=-0.9173 degrees ! Estimated noise=763.518 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347378 Jy ! Component: 100 - total flux cleaned = 0.000279487 Jy ! Component: 150 - total flux cleaned = 0.000249952 Jy ! Component: 200 - total flux cleaned = 0.000226303 Jy ! Total flux subtracted in 200 components = 0.000226303 Jy ! Clean residual min=-0.002878 max=0.002911 Jy/beam ! Clean residual mean=0.000000 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.417019 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.417019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199219Jy sigma=0.001208 ! Fit after self-cal, rms=0.199213Jy sigma=0.001208 wmodel J0858-1950_X_1997_07_02_yyk\_map.mod ! Writing 56 model components to file: J0858-1950_X_1997_07_02_yyk_map.mod wobs J0858-1950_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0858-1950_X_1997_07_02_yyk_uvs.fits wwins J0858-1950_X_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J0858-1950_X_1997_07_02_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.000277946 Jy ! Component: 100 - total flux cleaned = 0.000231859 Jy ! Component: 150 - total flux cleaned = 0.000326178 Jy ! Component: 200 - total flux cleaned = 0.000326022 Jy ! Component: 250 - total flux cleaned = 0.000236784 Jy ! Component: 300 - total flux cleaned = 0.000322247 Jy ! Component: 350 - total flux cleaned = 0.000363471 Jy ! Component: 400 - total flux cleaned = 0.00052585 Jy ! Component: 450 - total flux cleaned = 0.000722182 Jy ! Component: 500 - total flux cleaned = 0.000760846 Jy ! Component: 550 - total flux cleaned = 0.000985641 Jy ! Component: 600 - total flux cleaned = 0.00116788 Jy ! Component: 650 - total flux cleaned = 0.00145419 Jy ! Component: 700 - total flux cleaned = 0.00155943 Jy ! Component: 750 - total flux cleaned = 0.00179892 Jy ! Component: 800 - total flux cleaned = 0.00189921 Jy ! Component: 850 - total flux cleaned = 0.00206381 Jy ! Component: 900 - total flux cleaned = 0.00219368 Jy ! Component: 950 - total flux cleaned = 0.00228914 Jy ! Component: 1000 - total flux cleaned = 0.00250849 Jy ! Component: 1050 - total flux cleaned = 0.00266308 Jy ! Component: 1100 - total flux cleaned = 0.00287503 Jy ! Component: 1150 - total flux cleaned = 0.00302434 Jy ! Component: 1200 - total flux cleaned = 0.00322954 Jy ! Component: 1250 - total flux cleaned = 0.00334448 Jy ! Component: 1300 - total flux cleaned = 0.00345869 Jy ! Component: 1350 - total flux cleaned = 0.00357145 Jy ! Component: 1400 - total flux cleaned = 0.00371028 Jy ! Component: 1450 - total flux cleaned = 0.00381964 Jy ! Component: 1500 - total flux cleaned = 0.00398086 Jy ! Component: 1550 - total flux cleaned = 0.00403361 Jy ! Component: 1600 - total flux cleaned = 0.00405997 Jy ! Component: 1650 - total flux cleaned = 0.00411197 Jy ! Component: 1700 - total flux cleaned = 0.00416318 Jy ! Component: 1750 - total flux cleaned = 0.00421349 Jy ! Component: 1800 - total flux cleaned = 0.0042137 Jy ! Component: 1850 - total flux cleaned = 0.00428747 Jy ! Component: 1900 - total flux cleaned = 0.00426294 Jy ! Component: 1950 - total flux cleaned = 0.00414289 Jy ! Component: 2000 - total flux cleaned = 0.00409533 Jy ! Total flux subtracted in 2048 components = 0.00404842 Jy ! Clean residual min=-0.001341 max=0.001232 Jy/beam ! Clean residual mean=0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.421068 Jy keep ! Adding 153 model components to the UV plane model. ! The established model now contains 209 components and 0.421068 Jy ![Exited script file: muppet] wmap "J0858-1950_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.923 x 2.528 at -0.9173 degrees (North through East) ! Clean map min=-0.0019771 max=0.39337 Jy/beam ! Writing clean map to FITS file: J0858-1950_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.393368 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000457243 device "J0858-1950_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0858-1950_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.348715 0.348715 0.697429 1.39486 2.78972 5.57943 11.1589 22.3177 44.6355 89.2709 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.393 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.923 x 2.528 at -0.9173 degrees (North through East) ! Clean map min=-0.0019771 max=0.39337 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0858-1950_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0858-1950_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0858-1950_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 04:18:05 2007