! Started logfile: J0605-3522_X_2002_05_14_yyk_uvs.log on Tue Jun 26 22:20:31 2007 obs J0605-3522_X_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0605-3522_X_2002_05_14_yyk_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.608983 visibilities/baseline/integration-bin. ! Found source: J0605-3522 ! ! 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.40947e+09 8e+06 1 8e+06 ! 02 2 8.47947e+09 8e+06 1 8e+06 ! 03 3 8.79447e+09 8e+06 1 8e+06 ! 04 4 8.89947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1080 lines of history. ! ! Reading 5152 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 J0605-3522_X_2002_05_14_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.331167 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.7725 mas, bmaj=5.257 mas, bpa=17.77 degrees ! Estimated noise=3412.79 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.124635 Jy ! Component: 100 - total flux cleaned = 0.165842 Jy ! Total flux subtracted in 100 components = 0.165842 Jy ! Clean residual min=-0.016238 max=0.024260 Jy/beam ! Clean residual mean=-0.000019 rms=0.005083 Jy/beam ! Combined flux in latest and established models = 0.165842 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.165842 Jy ! ! Correcting IF 1. ! A total of 166 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.295354Jy sigma=0.001479 ! Fit after self-cal, rms=0.292072Jy sigma=0.001473 ! Inverting map and beam ! Estimated beam: bmin=0.7725 mas, bmaj=5.258 mas, bpa=17.78 degrees ! Estimated noise=3419.35 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.026 mas, bmaj=6.025 mas, bpa=17.62 degrees ! Estimated noise=1533.26 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.0331971 Jy ! Component: 100 - total flux cleaned = 0.0452103 Jy ! Component: 150 - total flux cleaned = 0.0513025 Jy ! Component: 200 - total flux cleaned = 0.0534303 Jy ! Total flux subtracted in 200 components = 0.0534303 Jy ! Clean residual min=-0.009263 max=0.010286 Jy/beam ! Clean residual mean=0.000136 rms=0.003048 Jy/beam ! Combined flux in latest and established models = 0.219273 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 73 components and 0.219273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290192Jy sigma=0.001451 ! Fit after self-cal, rms=0.290024Jy sigma=0.001451 ! 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.026 x 6.025 at 17.62 degrees (North through East) ! Clean map min=-0.009445 max=0.11752 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. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.290024Jy sigma=0.001451 ! Fit after self-cal, rms=0.289115Jy sigma=0.001449 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.289115Jy sigma=0.001449 ! Fit after self-cal, rms=0.289077Jy sigma=0.001449 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.028 mas, bmaj=6.03 mas, bpa=17.61 degrees ! Estimated noise=1534.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.00140792 Jy ! Component: 100 - total flux cleaned = 0.00200021 Jy ! Component: 150 - total flux cleaned = 0.00220095 Jy ! Component: 200 - total flux cleaned = 0.00220231 Jy ! Total flux subtracted in 200 components = 0.00220231 Jy ! Clean residual min=-0.009737 max=0.009551 Jy/beam ! Clean residual mean=0.000145 rms=0.003074 Jy/beam ! Combined flux in latest and established models = 0.221475 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.221475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.288964Jy sigma=0.001449 ! Fit after self-cal, rms=0.288852Jy sigma=0.001449 ! 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.288852Jy sigma=0.001449 ! Fit after self-cal, rms=0.286134Jy sigma=0.001430 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.00233302 Jy ! Component: 100 - total flux cleaned = 0.0023116 Jy ! Component: 150 - total flux cleaned = 0.0023222 Jy ! Component: 200 - total flux cleaned = 0.00232397 Jy ! Total flux subtracted in 200 components = 0.00232397 Jy ! Clean residual min=-0.010581 max=0.009222 Jy/beam ! Clean residual mean=0.000121 rms=0.002886 Jy/beam ! Combined flux in latest and established models = 0.223799 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 89 components and 0.223799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286054Jy sigma=0.001429 ! Fit after self-cal, rms=0.285630Jy sigma=0.001426 ! 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.028 x 6.03 at 17.61 degrees (North through East) ! Clean map min=-0.0099884 max=0.1235 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.285630Jy sigma=0.001426 ! Fit after self-cal, rms=0.293718Jy sigma=0.001424 ! 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.293718Jy sigma=0.001424 ! Fit after self-cal, rms=0.293512Jy sigma=0.001422 ! Inverting map and beam ! Estimated beam: bmin=1.021 mas, bmaj=6.112 mas, bpa=17.76 degrees ! Estimated noise=1520.37 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00105166 Jy ! Component: 100 - total flux cleaned = -0.00143829 Jy ! Component: 150 - total flux cleaned = -0.00169909 Jy ! Component: 200 - total flux cleaned = -0.002023 Jy ! Total flux subtracted in 200 components = -0.002023 Jy ! Clean residual min=-0.009263 max=0.006816 Jy/beam ! Clean residual mean=0.000088 rms=0.002470 Jy/beam ! Combined flux in latest and established models = 0.221776 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 99 components and 0.221776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293462Jy sigma=0.001422 ! Fit after self-cal, rms=0.293285Jy sigma=0.001421 ! 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.293285Jy sigma=0.001421 ! Fit after self-cal, rms=0.284486Jy sigma=0.001422 ! 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.284486Jy sigma=0.001422 ! Fit after self-cal, rms=0.284328Jy sigma=0.001421 ! Inverting map and beam ! Estimated beam: bmin=0.9889 mas, bmaj=6.159 mas, bpa=18.08 degrees ! Estimated noise=1490.94 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000619003 Jy ! Component: 100 - total flux cleaned = -0.000723273 Jy ! Component: 150 - total flux cleaned = -0.00106514 Jy ! Component: 200 - total flux cleaned = -0.00142388 Jy ! Total flux subtracted in 200 components = -0.00142388 Jy ! Clean residual min=-0.008426 max=0.007142 Jy/beam ! Clean residual mean=0.000082 rms=0.002441 Jy/beam ! Combined flux in latest and established models = 0.220352 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.220352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.284261Jy sigma=0.001421 ! Fit after self-cal, rms=0.284225Jy sigma=0.001420 ! 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.509 mas, bmaj=9.451 mas, bpa=6.111 degrees ! Estimated noise=1781.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.00117012 Jy ! Component: 100 - total flux cleaned = -0.00112598 Jy ! Component: 150 - total flux cleaned = -0.00112253 Jy ! Component: 200 - total flux cleaned = -0.00118972 Jy ! Total flux subtracted in 200 components = -0.00118972 Jy ! Clean residual min=-0.009478 max=0.008262 Jy/beam ! Clean residual mean=0.000126 rms=0.003128 Jy/beam ! Combined flux in latest and established models = 0.219162 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 121 components and 0.219162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.284237Jy sigma=0.001420 ! Fit after self-cal, rms=0.284186Jy sigma=0.001420 ! 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.7673 mas, bmaj=5.303 mas, bpa=17.9 degrees ! Estimated noise=3520.32 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.129619 Jy ! Component: 100 - total flux cleaned = 0.17067 Jy ! Component: 150 - total flux cleaned = 0.193324 Jy ! Component: 200 - total flux cleaned = 0.206796 Jy ! Total flux subtracted in 200 components = 0.206796 Jy ! Clean residual min=-0.011821 max=0.012938 Jy/beam ! Clean residual mean=0.000042 rms=0.003608 Jy/beam ! Combined flux in latest and established models = 0.206796 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.206796 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9889 mas, bmaj=6.159 mas, bpa=18.08 degrees ! Estimated noise=1490.94 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.0106846 Jy ! Component: 100 - total flux cleaned = 0.012402 Jy ! Component: 150 - total flux cleaned = 0.0136071 Jy ! Component: 200 - total flux cleaned = 0.0137373 Jy ! Total flux subtracted in 200 components = 0.0137373 Jy ! Clean residual min=-0.008816 max=0.007059 Jy/beam ! Clean residual mean=0.000081 rms=0.002505 Jy/beam ! Combined flux in latest and established models = 0.220533 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 66 components and 0.220533 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.509 mas, bmaj=9.451 mas, bpa=6.111 degrees ! Estimated noise=1781.82 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.000200687 Jy ! Component: 100 - total flux cleaned = -0.000263842 Jy ! Component: 150 - total flux cleaned = -0.000378948 Jy ! Component: 200 - total flux cleaned = -0.000534208 Jy ! Total flux subtracted in 200 components = -0.000534208 Jy ! Clean residual min=-0.009556 max=0.008742 Jy/beam ! Clean residual mean=0.000130 rms=0.003142 Jy/beam ! Combined flux in latest and established models = 0.219999 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.219999 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9889 mas, bmaj=6.159 mas, bpa=18.08 degrees ! Estimated noise=1490.94 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000361786 Jy ! Component: 100 - total flux cleaned = -0.000545383 Jy ! Component: 150 - total flux cleaned = -0.000632345 Jy ! Component: 200 - total flux cleaned = -0.000635536 Jy ! Total flux subtracted in 200 components = -0.000635536 Jy ! Clean residual min=-0.008570 max=0.006965 Jy/beam ! Clean residual mean=0.000076 rms=0.002455 Jy/beam ! Combined flux in latest and established models = 0.219363 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.219363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.284163Jy sigma=0.001420 ! Fit after self-cal, rms=0.284169Jy sigma=0.001420 wmodel J0605-3522_X_2002_05_14_yyk\_map.mod ! Writing 85 model components to file: J0605-3522_X_2002_05_14_yyk_map.mod wobs J0605-3522_X_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0605-3522_X_2002_05_14_yyk_uvs.fits wwins J0605-3522_X_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J0605-3522_X_2002_05_14_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.00379117 Jy ! Component: 100 - total flux cleaned = -0.0058782 Jy ! Component: 150 - total flux cleaned = -0.00769549 Jy ! Component: 200 - total flux cleaned = -0.00964507 Jy ! Component: 250 - total flux cleaned = -0.0111652 Jy ! Component: 300 - total flux cleaned = -0.0118874 Jy ! Component: 350 - total flux cleaned = -0.0127752 Jy ! Component: 400 - total flux cleaned = -0.0131532 Jy ! Component: 450 - total flux cleaned = -0.0136074 Jy ! Component: 500 - total flux cleaned = -0.0138676 Jy ! Component: 550 - total flux cleaned = -0.014202 Jy ! Component: 600 - total flux cleaned = -0.014607 Jy ! Component: 650 - total flux cleaned = -0.0150794 Jy ! Component: 700 - total flux cleaned = -0.015612 Jy ! Component: 750 - total flux cleaned = -0.0162001 Jy ! Component: 800 - total flux cleaned = -0.0167697 Jy ! Component: 850 - total flux cleaned = -0.0172552 Jy ! Component: 900 - total flux cleaned = -0.0178613 Jy ! Component: 950 - total flux cleaned = -0.0182539 Jy ! Component: 1000 - total flux cleaned = -0.0185731 Jy ! Component: 1050 - total flux cleaned = -0.0186981 Jy ! Component: 1100 - total flux cleaned = -0.0190623 Jy ! Component: 1150 - total flux cleaned = -0.0191814 Jy ! Component: 1200 - total flux cleaned = -0.0192984 Jy ! Component: 1250 - total flux cleaned = -0.0195822 Jy ! Component: 1300 - total flux cleaned = -0.0196383 Jy ! Component: 1350 - total flux cleaned = -0.0198011 Jy ! Component: 1400 - total flux cleaned = -0.0195335 Jy ! Component: 1450 - total flux cleaned = -0.0194289 Jy ! Component: 1500 - total flux cleaned = -0.0191195 Jy ! Component: 1550 - total flux cleaned = -0.0191194 Jy ! Component: 1600 - total flux cleaned = -0.0187699 Jy ! Component: 1650 - total flux cleaned = -0.0187706 Jy ! Component: 1700 - total flux cleaned = -0.018674 Jy ! Component: 1750 - total flux cleaned = -0.0186744 Jy ! Component: 1800 - total flux cleaned = -0.0184833 Jy ! Component: 1850 - total flux cleaned = -0.0183884 Jy ! Component: 1900 - total flux cleaned = -0.0182487 Jy ! Component: 1950 - total flux cleaned = -0.0182025 Jy ! Component: 2000 - total flux cleaned = -0.0178344 Jy ! Total flux subtracted in 2048 components = -0.0176066 Jy ! Clean residual min=-0.002666 max=0.002514 Jy/beam ! Clean residual mean=0.000037 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.201756 Jy keep ! Adding 147 model components to the UV plane model. ! The established model now contains 232 components and 0.201756 Jy ![Exited script file: muppet] wmap "J0605-3522_X_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9889 x 6.159 at 18.08 degrees (North through East) ! Clean map min=-0.0055715 max=0.11506 Jy/beam ! Writing clean map to FITS file: J0605-3522_X_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.115058 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000936671 device "J0605-3522_X_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0605-3522_X_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.44226 2.44226 4.88451 9.76902 19.538 39.0761 78.1522 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.115 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.9889 x 6.159 at 18.08 degrees (North through East) ! Clean map min=-0.0055715 max=0.11506 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0605-3522_X_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0605-3522_X_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0605-3522_X_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:20:38 2007