! Started logfile: J0938-0708_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:14:57 2006 obs J0938-0708_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0938-0708_S_2005_07_20_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.811111 visibilities/baseline/integration-bin. ! Found source: J0938-0708 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1526 lines of history. ! ! Reading 1752 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 J0938-0708_S_2005_07_20_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.190137 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.513 mas, bmaj=6.45 mas, bpa=-4.222 degrees ! Estimated noise=1.4083 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.145526 Jy ! Component: 100 - total flux cleaned = 0.175569 Jy ! Total flux subtracted in 100 components = 0.175569 Jy ! Clean residual min=-0.007759 max=0.008953 Jy/beam ! Clean residual mean=-0.000033 rms=0.002044 Jy/beam ! Combined flux in latest and established models = 0.175569 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.175569 Jy ! ! Correcting IF 1. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 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.070634Jy sigma=1.426667 ! Fit after self-cal, rms=0.070810Jy sigma=1.352480 ! Inverting map and beam ! Estimated beam: bmin=2.514 mas, bmaj=6.452 mas, bpa=-4.218 degrees ! Estimated noise=1.41022 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.284 mas, bmaj=8.422 mas, bpa=-5.619 degrees ! Estimated noise=0.991849 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.0235318 Jy ! Component: 100 - total flux cleaned = 0.0300927 Jy ! Component: 150 - total flux cleaned = 0.0297278 Jy ! Component: 200 - total flux cleaned = 0.0295777 Jy ! Total flux subtracted in 200 components = 0.0295777 Jy ! Clean residual min=-0.016208 max=0.014930 Jy/beam ! Clean residual mean=-0.000016 rms=0.007193 Jy/beam ! Combined flux in latest and established models = 0.205147 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.205147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070061Jy sigma=1.266888 ! Fit after self-cal, rms=0.070059Jy sigma=1.266826 ! 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.284 x 8.422 at -5.619 degrees (North through East) ! Clean map min=-0.015771 max=0.1808 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: 0.986189 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.06 HN 1.07 KP 1.01 ! LA 1.10 MK 0.92 NL 1.01 OV 1.07 ! PT 1.15 SC 0.84 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.963918 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 1.04 KP 1.09 ! LA 1.07 MK 1.01 NL 1.03 OV 1.07 ! PT 1.06 SC 0.95 ! ! ! 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.070059Jy sigma=1.266826 ! Fit after self-cal, rms=0.068979Jy sigma=1.249192 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.068979Jy sigma=1.249192 ! Fit after self-cal, rms=0.068974Jy sigma=1.249167 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.195 mas, bmaj=8.06 mas, bpa=-4.657 degrees ! Estimated noise=0.992513 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.00688774 Jy ! Component: 100 - total flux cleaned = 0.00818802 Jy ! Component: 150 - total flux cleaned = 0.00808359 Jy ! Component: 200 - total flux cleaned = 0.00808471 Jy ! Total flux subtracted in 200 components = 0.00808471 Jy ! Clean residual min=-0.015871 max=0.014136 Jy/beam ! Clean residual mean=0.000019 rms=0.006653 Jy/beam ! Combined flux in latest and established models = 0.213231 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.213231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069646Jy sigma=1.239692 ! Fit after self-cal, rms=0.069632Jy sigma=1.239628 ! 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.069632Jy sigma=1.239628 ! Fit after self-cal, rms=0.066404Jy sigma=1.197956 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.000867846 Jy ! Component: 100 - total flux cleaned = 0.000781191 Jy ! Component: 150 - total flux cleaned = 0.000704418 Jy ! Component: 200 - total flux cleaned = 0.000710209 Jy ! Total flux subtracted in 200 components = 0.000710209 Jy ! Clean residual min=-0.014490 max=0.014029 Jy/beam ! Clean residual mean=0.000020 rms=0.006535 Jy/beam ! Combined flux in latest and established models = 0.213942 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.213942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066624Jy sigma=1.195496 ! Fit after self-cal, rms=0.066366Jy sigma=1.191844 ! 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.195 x 8.06 at -4.657 degrees (North through East) ! Clean map min=-0.014064 max=0.18062 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.066366Jy sigma=1.191844 ! Fit after self-cal, rms=0.067634Jy sigma=1.173657 ! 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.067634Jy sigma=1.173657 ! Fit after self-cal, rms=0.067617Jy sigma=1.172913 ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=7.909 mas, bpa=-3.99 degrees ! Estimated noise=1.02433 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00807421 Jy ! Component: 100 - total flux cleaned = 0.0110108 Jy ! Component: 150 - total flux cleaned = 0.0111038 Jy ! Component: 200 - total flux cleaned = 0.0111854 Jy ! Total flux subtracted in 200 components = 0.0111854 Jy ! Clean residual min=-0.014371 max=0.014387 Jy/beam ! Clean residual mean=0.000020 rms=0.006325 Jy/beam ! Combined flux in latest and established models = 0.225127 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.225127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068008Jy sigma=1.161211 ! Fit after self-cal, rms=0.068010Jy sigma=1.160881 ! 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.068010Jy sigma=1.160881 ! Fit after self-cal, rms=0.068377Jy sigma=1.143236 ! 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.068377Jy sigma=1.143236 ! Fit after self-cal, rms=0.068400Jy sigma=1.143006 ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=7.816 mas, bpa=-3.753 degrees ! Estimated noise=1.03696 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045978 Jy ! Component: 100 - total flux cleaned = 0.00521741 Jy ! Component: 150 - total flux cleaned = 0.00522121 Jy ! Component: 200 - total flux cleaned = 0.00529881 Jy ! Total flux subtracted in 200 components = 0.00529881 Jy ! Clean residual min=-0.013332 max=0.013905 Jy/beam ! Clean residual mean=0.000027 rms=0.006050 Jy/beam ! Combined flux in latest and established models = 0.230426 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 58 components and 0.230426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068749Jy sigma=1.138317 ! Fit after self-cal, rms=0.068754Jy sigma=1.138194 ! 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=6.795 mas, bmaj=12.76 mas, bpa=-2.087 degrees ! Estimated noise=1.34128 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.0076932 Jy ! Component: 100 - total flux cleaned = -0.00852229 Jy ! Component: 150 - total flux cleaned = -0.00914427 Jy ! Component: 200 - total flux cleaned = -0.00926844 Jy ! Total flux subtracted in 200 components = -0.00926844 Jy ! Clean residual min=-0.012495 max=0.013297 Jy/beam ! Clean residual mean=0.000044 rms=0.005184 Jy/beam ! Combined flux in latest and established models = 0.221157 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 61 components and 0.221157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070754Jy sigma=1.150533 ! Fit after self-cal, rms=0.070689Jy sigma=1.149611 ! 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.454 mas, bmaj=6.246 mas, bpa=-3.112 degrees ! Estimated noise=1.4372 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.150953 Jy ! Component: 100 - total flux cleaned = 0.186755 Jy ! Component: 150 - total flux cleaned = 0.203623 Jy ! Component: 200 - total flux cleaned = 0.212805 Jy ! Total flux subtracted in 200 components = 0.212805 Jy ! Clean residual min=-0.006992 max=0.006563 Jy/beam ! Clean residual mean=0.000000 rms=0.001789 Jy/beam ! Combined flux in latest and established models = 0.212804 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.212804 Jy ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=7.816 mas, bpa=-3.753 degrees ! Estimated noise=1.03696 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.0161778 Jy ! Component: 100 - total flux cleaned = 0.0194408 Jy ! Component: 150 - total flux cleaned = 0.0192773 Jy ! Component: 200 - total flux cleaned = 0.0189628 Jy ! Total flux subtracted in 200 components = 0.0189628 Jy ! Clean residual min=-0.014694 max=0.014725 Jy/beam ! Clean residual mean=0.000031 rms=0.006561 Jy/beam ! Combined flux in latest and established models = 0.231767 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 48 components and 0.231767 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=6.795 mas, bmaj=12.76 mas, bpa=-2.087 degrees ! Estimated noise=1.34128 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.00845586 Jy ! Component: 100 - total flux cleaned = -0.00949052 Jy ! Component: 150 - total flux cleaned = -0.00969684 Jy ! Component: 200 - total flux cleaned = -0.0100485 Jy ! Total flux subtracted in 200 components = -0.0100485 Jy ! Clean residual min=-0.012965 max=0.013915 Jy/beam ! Clean residual mean=0.000049 rms=0.005510 Jy/beam ! Combined flux in latest and established models = 0.221719 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.221719 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=7.816 mas, bpa=-3.753 degrees ! Estimated noise=1.03696 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00649619 Jy ! Component: 100 - total flux cleaned = 0.0067604 Jy ! Component: 150 - total flux cleaned = 0.00694748 Jy ! Component: 200 - total flux cleaned = 0.00708093 Jy ! Total flux subtracted in 200 components = 0.00708093 Jy ! Clean residual min=-0.013184 max=0.013541 Jy/beam ! Clean residual mean=0.000030 rms=0.006008 Jy/beam ! Combined flux in latest and established models = 0.2288 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.2288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068950Jy sigma=1.139133 ! Fit after self-cal, rms=0.068954Jy sigma=1.138987 wmodel J0938-0708_S_2005_07_20_yyk\_map.mod ! Writing 67 model components to file: J0938-0708_S_2005_07_20_yyk_map.mod wobs J0938-0708_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0938-0708_S_2005_07_20_yyk_uvs.fits wwins J0938-0708_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J0938-0708_S_2005_07_20_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.000798107 Jy ! Component: 100 - total flux cleaned = -8.45182e-05 Jy ! Component: 150 - total flux cleaned = -0.000102618 Jy ! Component: 200 - total flux cleaned = -0.000673126 Jy ! Component: 250 - total flux cleaned = -0.000505249 Jy ! Component: 300 - total flux cleaned = -0.000671306 Jy ! Component: 350 - total flux cleaned = -0.000359308 Jy ! Component: 400 - total flux cleaned = -0.000499679 Jy ! Component: 450 - total flux cleaned = -0.000770716 Jy ! Component: 500 - total flux cleaned = -0.00115724 Jy ! Component: 550 - total flux cleaned = -0.00140353 Jy ! Component: 600 - total flux cleaned = -0.00129119 Jy ! Component: 650 - total flux cleaned = -0.000402496 Jy ! Component: 700 - total flux cleaned = 0.000337297 Jy ! Component: 750 - total flux cleaned = 0.00124766 Jy ! Component: 800 - total flux cleaned = 0.00192765 Jy ! Component: 850 - total flux cleaned = 0.00193079 Jy ! Component: 900 - total flux cleaned = 0.00246819 Jy ! Component: 950 - total flux cleaned = 0.00281235 Jy ! Component: 1000 - total flux cleaned = 0.00281387 Jy ! Component: 1050 - total flux cleaned = 0.00305608 Jy ! Component: 1100 - total flux cleaned = 0.00313346 Jy ! Component: 1150 - total flux cleaned = 0.00305726 Jy ! Component: 1200 - total flux cleaned = 0.00320718 Jy ! Component: 1250 - total flux cleaned = 0.00342422 Jy ! Component: 1300 - total flux cleaned = 0.00342561 Jy ! Component: 1350 - total flux cleaned = 0.00349545 Jy ! Component: 1400 - total flux cleaned = 0.00356399 Jy ! Component: 1450 - total flux cleaned = 0.00356447 Jy ! Component: 1500 - total flux cleaned = 0.00395388 Jy ! Component: 1550 - total flux cleaned = 0.00408089 Jy ! Component: 1600 - total flux cleaned = 0.00420478 Jy ! Component: 1650 - total flux cleaned = 0.00457167 Jy ! Component: 1700 - total flux cleaned = 0.00475139 Jy ! Component: 1750 - total flux cleaned = 0.00475154 Jy ! Component: 1800 - total flux cleaned = 0.00504066 Jy ! Component: 1850 - total flux cleaned = 0.00492648 Jy ! Component: 1900 - total flux cleaned = 0.00515054 Jy ! Component: 1950 - total flux cleaned = 0.0049286 Jy ! Component: 2000 - total flux cleaned = 0.00492843 Jy ! Total flux subtracted in 2048 components = 0.00492832 Jy ! Clean residual min=-0.003749 max=0.003491 Jy/beam ! Clean residual mean=0.000019 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.233728 Jy keep ! Adding 225 model components to the UV plane model. ! The established model now contains 291 components and 0.233728 Jy ![Exited script file: muppet] wmap "J0938-0708_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.12 x 7.816 at -3.753 degrees (North through East) ! Clean map min=-0.0052539 max=0.18398 Jy/beam ! Writing clean map to FITS file: J0938-0708_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.183977 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000875438 device "J0938-0708_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0938-0708_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.42753 1.42753 2.85505 5.7101 11.4202 22.8404 45.6808 91.3617 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.183 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.12 x 7.816 at -3.753 degrees (North through East) ! Clean map min=-0.0052539 max=0.18398 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0938-0708_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0938-0708_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0938-0708_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:15:01 2006