! Started logfile: J0803-0805_X_2005_07_08_yyk_uvs.log on Fri Jan 20 10:07:01 2006 obs J0803-0805_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0803-0805_X_2005_07_08_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.894444 visibilities/baseline/integration-bin. ! Found source: J0803-0805 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1407 lines of history. ! ! Reading 1932 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 J0803-0805_X_2005_07_08_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.128399 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.9044 mas, bmaj=2.65 mas, bpa=16.01 degrees ! Estimated noise=1.4412 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.081445 Jy ! Component: 100 - total flux cleaned = 0.108228 Jy ! Total flux subtracted in 100 components = 0.108228 Jy ! Clean residual min=-0.011282 max=0.012358 Jy/beam ! Clean residual mean=-0.000040 rms=0.002912 Jy/beam ! Combined flux in latest and established models = 0.108228 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.108228 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.078086Jy sigma=1.246946 ! Fit after self-cal, rms=0.075659Jy sigma=1.225378 ! Inverting map and beam ! Estimated beam: bmin=0.9044 mas, bmaj=2.65 mas, bpa=16.01 degrees ! Estimated noise=1.4412 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=1.225 mas, bmaj=3.11 mas, bpa=12.71 degrees ! Estimated noise=0.983813 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.0197569 Jy ! Component: 100 - total flux cleaned = 0.0267426 Jy ! Component: 150 - total flux cleaned = 0.0298105 Jy ! Component: 200 - total flux cleaned = 0.030119 Jy ! Total flux subtracted in 200 components = 0.030119 Jy ! Clean residual min=-0.005389 max=0.005852 Jy/beam ! Clean residual mean=0.000016 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.138347 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 40 model components to the UV plane model. ! The established model now contains 56 components and 0.138347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073593Jy sigma=1.153423 ! Fit after self-cal, rms=0.073484Jy sigma=1.150674 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.225 x 3.11 at 12.71 degrees (North through East) ! Clean map min=-0.0051038 max=0.10706 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 ! 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 2. ! 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 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.073484Jy sigma=1.150674 ! Fit after self-cal, rms=0.073484Jy sigma=1.150674 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.073484Jy sigma=1.150674 ! Fit after self-cal, rms=0.073460Jy sigma=1.150412 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.225 mas, bmaj=3.11 mas, bpa=12.71 degrees ! Estimated noise=0.983813 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.0002843 Jy ! Component: 100 - total flux cleaned = 0.000352584 Jy ! Component: 150 - total flux cleaned = 0.00046721 Jy ! Component: 200 - total flux cleaned = 0.000523567 Jy ! Total flux subtracted in 200 components = 0.000523567 Jy ! Clean residual min=-0.005223 max=0.005580 Jy/beam ! Clean residual mean=0.000018 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.138871 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.138871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073368Jy sigma=1.148904 ! Fit after self-cal, rms=0.073355Jy sigma=1.148500 ! 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.073355Jy sigma=1.148500 ! Fit after self-cal, rms=0.066015Jy sigma=1.050625 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.00220993 Jy ! Component: 100 - total flux cleaned = 0.00234805 Jy ! Component: 150 - total flux cleaned = 0.00240292 Jy ! Component: 200 - total flux cleaned = 0.00244932 Jy ! Total flux subtracted in 200 components = 0.00244932 Jy ! Clean residual min=-0.004902 max=0.005782 Jy/beam ! Clean residual mean=0.000018 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.14132 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 74 components and 0.14132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065940Jy sigma=1.047610 ! Fit after self-cal, rms=0.065165Jy sigma=1.038217 ! 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: 1.225 x 3.11 at 12.71 degrees (North through East) ! Clean map min=-0.0044681 max=0.11051 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.065165Jy sigma=1.038217 ! Fit after self-cal, rms=0.064510Jy sigma=1.034776 ! 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.064510Jy sigma=1.034776 ! Fit after self-cal, rms=0.064433Jy sigma=1.033817 ! Inverting map and beam ! Estimated beam: bmin=1.213 mas, bmaj=3.105 mas, bpa=13.13 degrees ! Estimated noise=0.970085 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000758128 Jy ! Component: 100 - total flux cleaned = -0.000795994 Jy ! Component: 150 - total flux cleaned = -0.000827452 Jy ! Component: 200 - total flux cleaned = -0.000856319 Jy ! Total flux subtracted in 200 components = -0.000856319 Jy ! Clean residual min=-0.004467 max=0.005235 Jy/beam ! Clean residual mean=0.000014 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.140464 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 80 components and 0.140464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064379Jy sigma=1.033185 ! Fit after self-cal, rms=0.064371Jy sigma=1.033051 ! 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.064371Jy sigma=1.033051 ! Fit after self-cal, rms=0.064465Jy sigma=1.033596 ! 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.064465Jy sigma=1.033596 ! Fit after self-cal, rms=0.064466Jy sigma=1.033565 ! Inverting map and beam ! Estimated beam: bmin=1.215 mas, bmaj=3.11 mas, bpa=13.01 degrees ! Estimated noise=0.970257 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000468719 Jy ! Component: 100 - total flux cleaned = -0.00049531 Jy ! Component: 150 - total flux cleaned = -0.000495704 Jy ! Component: 200 - total flux cleaned = -0.000520272 Jy ! Total flux subtracted in 200 components = -0.000520272 Jy ! Clean residual min=-0.004330 max=0.004790 Jy/beam ! Clean residual mean=0.000014 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.139944 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.139944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064436Jy sigma=1.033268 ! Fit after self-cal, rms=0.064435Jy sigma=1.033258 ! 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.459 mas, bmaj=4.117 mas, bpa=-0.4364 degrees ! Estimated noise=1.11895 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.000506667 Jy ! Component: 100 - total flux cleaned = 0.00060403 Jy ! Component: 150 - total flux cleaned = 0.000628561 Jy ! Component: 200 - total flux cleaned = 0.000649999 Jy ! Total flux subtracted in 200 components = 0.000649999 Jy ! Clean residual min=-0.003786 max=0.004861 Jy/beam ! Clean residual mean=0.000021 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.140594 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 84 components and 0.140594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064425Jy sigma=1.033297 ! Fit after self-cal, rms=0.064413Jy sigma=1.033166 ! 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.9026 mas, bmaj=2.658 mas, bpa=16.1 degrees ! Estimated noise=1.42102 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0858841 Jy ! Component: 100 - total flux cleaned = 0.112296 Jy ! Component: 150 - total flux cleaned = 0.124974 Jy ! Component: 200 - total flux cleaned = 0.131118 Jy ! Total flux subtracted in 200 components = 0.131118 Jy ! Clean residual min=-0.008558 max=0.008810 Jy/beam ! Clean residual mean=0.000006 rms=0.002098 Jy/beam ! Combined flux in latest and established models = 0.131118 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.131118 Jy ! Inverting map and beam ! Estimated beam: bmin=1.215 mas, bmaj=3.11 mas, bpa=13.01 degrees ! Estimated noise=0.970257 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.00607321 Jy ! Component: 100 - total flux cleaned = 0.00797981 Jy ! Component: 150 - total flux cleaned = 0.00839184 Jy ! Component: 200 - total flux cleaned = 0.00863328 Jy ! Total flux subtracted in 200 components = 0.00863328 Jy ! Clean residual min=-0.004585 max=0.004748 Jy/beam ! Clean residual mean=0.000014 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 0.139752 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 53 components and 0.139752 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.459 mas, bmaj=4.117 mas, bpa=-0.4364 degrees ! Estimated noise=1.11895 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.000608597 Jy ! Component: 100 - total flux cleaned = 0.000757553 Jy ! Component: 150 - total flux cleaned = 0.000816626 Jy ! Component: 200 - total flux cleaned = 0.000844692 Jy ! Total flux subtracted in 200 components = 0.000844692 Jy ! Clean residual min=-0.003888 max=0.004994 Jy/beam ! Clean residual mean=0.000021 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.140596 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.140596 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.215 mas, bmaj=3.11 mas, bpa=13.01 degrees ! Estimated noise=0.970257 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217333 Jy ! Component: 100 - total flux cleaned = -0.000388904 Jy ! Component: 150 - total flux cleaned = -0.000459198 Jy ! Component: 200 - total flux cleaned = -0.000488076 Jy ! Total flux subtracted in 200 components = -0.000488076 Jy ! Clean residual min=-0.004374 max=0.004666 Jy/beam ! Clean residual mean=0.000015 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.140108 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.140108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064486Jy sigma=1.033750 ! Fit after self-cal, rms=0.064477Jy sigma=1.033651 wmodel J0803-0805_X_2005_07_08_yyk\_map.mod ! Writing 71 model components to file: J0803-0805_X_2005_07_08_yyk_map.mod wobs J0803-0805_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0803-0805_X_2005_07_08_yyk_uvs.fits wwins J0803-0805_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0803-0805_X_2005_07_08_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.000947184 Jy ! Component: 100 - total flux cleaned = 0.000797747 Jy ! Component: 150 - total flux cleaned = 0.000798122 Jy ! Component: 200 - total flux cleaned = 0.000861982 Jy ! Component: 250 - total flux cleaned = 0.000924481 Jy ! Component: 300 - total flux cleaned = 0.000925331 Jy ! Component: 350 - total flux cleaned = 0.000747238 Jy ! Component: 400 - total flux cleaned = 0.000630654 Jy ! Component: 450 - total flux cleaned = 0.00062886 Jy ! Component: 500 - total flux cleaned = 0.000574665 Jy ! Component: 550 - total flux cleaned = 0.000790392 Jy ! Component: 600 - total flux cleaned = 0.000896794 Jy ! Component: 650 - total flux cleaned = 0.00105142 Jy ! Component: 700 - total flux cleaned = 0.00110181 Jy ! Component: 750 - total flux cleaned = 0.0010038 Jy ! Component: 800 - total flux cleaned = 0.000907901 Jy ! Component: 850 - total flux cleaned = 0.000812589 Jy ! Component: 900 - total flux cleaned = 0.000859096 Jy ! Component: 950 - total flux cleaned = 0.000583433 Jy ! Component: 1000 - total flux cleaned = 0.000539301 Jy ! Component: 1050 - total flux cleaned = 0.000451562 Jy ! Component: 1100 - total flux cleaned = 0.000363439 Jy ! Component: 1150 - total flux cleaned = 0.000362528 Jy ! Component: 1200 - total flux cleaned = 0.00010757 Jy ! Component: 1250 - total flux cleaned = 2.33395e-05 Jy ! Component: 1300 - total flux cleaned = -0.000305637 Jy ! Component: 1350 - total flux cleaned = -0.00038656 Jy ! Component: 1400 - total flux cleaned = -0.000466323 Jy ! Component: 1450 - total flux cleaned = -0.000506093 Jy ! Component: 1500 - total flux cleaned = -0.000662339 Jy ! Component: 1550 - total flux cleaned = -0.000586248 Jy ! Component: 1600 - total flux cleaned = -0.000775458 Jy ! Component: 1650 - total flux cleaned = -0.000850297 Jy ! Component: 1700 - total flux cleaned = -0.000850506 Jy ! Component: 1750 - total flux cleaned = -0.000886774 Jy ! Component: 1800 - total flux cleaned = -0.000922056 Jy ! Component: 1850 - total flux cleaned = -0.000850701 Jy ! Component: 1900 - total flux cleaned = -0.000850602 Jy ! Component: 1950 - total flux cleaned = -0.000816381 Jy ! Component: 2000 - total flux cleaned = -0.00088525 Jy ! Total flux subtracted in 2048 components = -0.000748284 Jy ! Clean residual min=-0.001798 max=0.001804 Jy/beam ! Clean residual mean=0.000020 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.13936 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 200 components and 0.13936 Jy ![Exited script file: muppet] wmap "J0803-0805_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.215 x 3.11 at 13.01 degrees (North through East) ! Clean map min=-0.0034308 max=0.10843 Jy/beam ! Writing clean map to FITS file: J0803-0805_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.108426 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000683479 device "J0803-0805_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0803-0805_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.8911 1.8911 3.7822 7.5644 15.1288 30.2576 60.5152 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.108 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.215 x 3.11 at 13.01 degrees (North through East) ! Clean map min=-0.0034308 max=0.10843 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0803-0805_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0803-0805_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0803-0805_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:07:05 2006