! Started logfile: J0600-0005_S_2005_07_09_yyk_uvs.log on Fri Jan 20 09:59:49 2006 obs J0600-0005_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0600-0005_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0600-0005 ! ! 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 1602 lines of history. ! ! Reading 1800 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 J0600-0005_S_2005_07_09_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.147855 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.203 mas, bmaj=7.292 mas, bpa=3.007 degrees ! Estimated noise=1.72346 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.0925459 Jy ! Component: 100 - total flux cleaned = 0.12822 Jy ! Total flux subtracted in 100 components = 0.12822 Jy ! Clean residual min=-0.008598 max=0.012375 Jy/beam ! Clean residual mean=-0.000004 rms=0.002583 Jy/beam ! Combined flux in latest and established models = 0.12822 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.12822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.080748Jy sigma=1.159774 ! Fit after self-cal, rms=0.080262Jy sigma=1.149362 ! Inverting map and beam ! Estimated beam: bmin=3.203 mas, bmaj=7.292 mas, bpa=3.007 degrees ! Estimated noise=1.72346 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=4.647 mas, bmaj=10.12 mas, bpa=1.066 degrees ! Estimated noise=1.08845 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.0228093 Jy ! Component: 100 - total flux cleaned = 0.0309259 Jy ! Component: 150 - total flux cleaned = 0.0345709 Jy ! Component: 200 - total flux cleaned = 0.035879 Jy ! Total flux subtracted in 200 components = 0.035879 Jy ! Clean residual min=-0.004212 max=0.005232 Jy/beam ! Clean residual mean=-0.000011 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.164099 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 58 model components to the UV plane model. ! The established model now contains 70 components and 0.164099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075862Jy sigma=1.055427 ! Fit after self-cal, rms=0.075832Jy sigma=1.055265 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.647 x 10.12 at 1.066 degrees (North through East) ! Clean map min=-0.0041193 max=0.1194 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: 0.98807 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.01 KP 1.04 ! LA 1.03 MK 1.00* NL 0.95 OV 1.01 ! PT 1.05 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.075832Jy sigma=1.055265 ! Fit after self-cal, rms=0.075740Jy sigma=1.053833 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.075740Jy sigma=1.053833 ! Fit after self-cal, rms=0.075740Jy sigma=1.053831 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.636 mas, bmaj=10.1 mas, bpa=1.064 degrees ! Estimated noise=1.09068 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.00124319 Jy ! Component: 100 - total flux cleaned = 0.0015922 Jy ! Component: 150 - total flux cleaned = 0.00189869 Jy ! Component: 200 - total flux cleaned = 0.00220937 Jy ! Total flux subtracted in 200 components = 0.00220937 Jy ! Clean residual min=-0.004121 max=0.005102 Jy/beam ! Clean residual mean=-0.000007 rms=0.001224 Jy/beam ! Combined flux in latest and established models = 0.166309 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.166309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075660Jy sigma=1.052569 ! Fit after self-cal, rms=0.075651Jy sigma=1.052515 ! 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.075651Jy sigma=1.052515 ! Fit after self-cal, rms=0.071876Jy sigma=1.001559 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.00177175 Jy ! Component: 100 - total flux cleaned = 0.00187282 Jy ! Component: 150 - total flux cleaned = 0.00192188 Jy ! Component: 200 - total flux cleaned = 0.00194361 Jy ! Total flux subtracted in 200 components = 0.00194361 Jy ! Clean residual min=-0.004111 max=0.004894 Jy/beam ! Clean residual mean=-0.000008 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.168252 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 87 components and 0.168252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071830Jy sigma=1.000814 ! Fit after self-cal, rms=0.071508Jy sigma=0.996757 ! 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: 4.636 x 10.1 at 1.064 degrees (North through East) ! Clean map min=-0.0040805 max=0.12016 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.071508Jy sigma=0.996757 ! Fit after self-cal, rms=0.071644Jy sigma=0.995258 ! 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.071644Jy sigma=0.995258 ! Fit after self-cal, rms=0.071603Jy sigma=0.994814 ! Inverting map and beam ! Estimated beam: bmin=4.605 mas, bmaj=10.07 mas, bpa=0.9979 degrees ! Estimated noise=1.09554 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138093 Jy ! Component: 100 - total flux cleaned = 0.00165536 Jy ! Component: 150 - total flux cleaned = 0.00173127 Jy ! Component: 200 - total flux cleaned = 0.00176451 Jy ! Total flux subtracted in 200 components = 0.00176451 Jy ! Clean residual min=-0.004396 max=0.004816 Jy/beam ! Clean residual mean=-0.000007 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.170017 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 99 components and 0.170017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071548Jy sigma=0.994375 ! Fit after self-cal, rms=0.071537Jy sigma=0.994267 ! 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.071537Jy sigma=0.994267 ! Fit after self-cal, rms=0.070793Jy sigma=0.986298 ! 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.070793Jy sigma=0.986298 ! Fit after self-cal, rms=0.070786Jy sigma=0.986170 ! Inverting map and beam ! Estimated beam: bmin=4.544 mas, bmaj=9.876 mas, bpa=1.61 degrees ! Estimated noise=1.09144 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106017 Jy ! Component: 100 - total flux cleaned = 0.00132425 Jy ! Component: 150 - total flux cleaned = 0.00145828 Jy ! Component: 200 - total flux cleaned = 0.0015588 Jy ! Total flux subtracted in 200 components = 0.0015588 Jy ! Clean residual min=-0.003773 max=0.004229 Jy/beam ! Clean residual mean=0.000031 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.171576 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 106 components and 0.171576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070771Jy sigma=0.985868 ! Fit after self-cal, rms=0.070774Jy sigma=0.985834 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.252 mas, bmaj=13.27 mas, bpa=1.108 degrees ! Estimated noise=1.24425 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.000594083 Jy ! Component: 100 - total flux cleaned = 0.000612458 Jy ! Component: 150 - total flux cleaned = 0.000612559 Jy ! Component: 200 - total flux cleaned = 0.000627194 Jy ! Total flux subtracted in 200 components = 0.000627194 Jy ! Clean residual min=-0.004152 max=0.004501 Jy/beam ! Clean residual mean=0.000047 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.172203 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 112 components and 0.172203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070776Jy sigma=0.985877 ! Fit after self-cal, rms=0.070773Jy sigma=0.985818 ! 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=3.181 mas, bmaj=7.24 mas, bpa=3.121 degrees ! Estimated noise=1.69821 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0950489 Jy ! Component: 100 - total flux cleaned = 0.130089 Jy ! Component: 150 - total flux cleaned = 0.146945 Jy ! Component: 200 - total flux cleaned = 0.156525 Jy ! Total flux subtracted in 200 components = 0.156525 Jy ! Clean residual min=-0.005431 max=0.005543 Jy/beam ! Clean residual mean=0.000009 rms=0.001596 Jy/beam ! Combined flux in latest and established models = 0.156525 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.156525 Jy ! Inverting map and beam ! Estimated beam: bmin=4.544 mas, bmaj=9.876 mas, bpa=1.61 degrees ! Estimated noise=1.09144 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.00773196 Jy ! Component: 100 - total flux cleaned = 0.0113039 Jy ! Component: 150 - total flux cleaned = 0.0129581 Jy ! Component: 200 - total flux cleaned = 0.0133228 Jy ! Total flux subtracted in 200 components = 0.0133228 Jy ! Clean residual min=-0.003937 max=0.003977 Jy/beam ! Clean residual mean=0.000038 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.169847 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 81 components and 0.169847 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.252 mas, bmaj=13.27 mas, bpa=1.108 degrees ! Estimated noise=1.24425 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.0014659 Jy ! Component: 100 - total flux cleaned = 0.00166816 Jy ! Component: 150 - total flux cleaned = 0.00176249 Jy ! Component: 200 - total flux cleaned = 0.00184667 Jy ! Total flux subtracted in 200 components = 0.00184667 Jy ! Clean residual min=-0.004180 max=0.004460 Jy/beam ! Clean residual mean=0.000051 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.171694 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.171694 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.544 mas, bmaj=9.876 mas, bpa=1.61 degrees ! Estimated noise=1.09144 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000329767 Jy ! Component: 100 - total flux cleaned = -0.000271013 Jy ! Component: 150 - total flux cleaned = -0.0001252 Jy ! Component: 200 - total flux cleaned = -4.19346e-05 Jy ! Total flux subtracted in 200 components = -4.19346e-05 Jy ! Clean residual min=-0.003735 max=0.004259 Jy/beam ! Clean residual mean=0.000031 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.171652 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.171652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070755Jy sigma=0.985780 ! Fit after self-cal, rms=0.070760Jy sigma=0.985704 wmodel J0600-0005_S_2005_07_09_yyk\_map.mod ! Writing 88 model components to file: J0600-0005_S_2005_07_09_yyk_map.mod wobs J0600-0005_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0600-0005_S_2005_07_09_yyk_uvs.fits wwins J0600-0005_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0600-0005_S_2005_07_09_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.000778972 Jy ! Component: 100 - total flux cleaned = 0.000973339 Jy ! Component: 150 - total flux cleaned = 0.00128267 Jy ! Component: 200 - total flux cleaned = 0.00151607 Jy ! Component: 250 - total flux cleaned = 0.00157139 Jy ! Component: 300 - total flux cleaned = 0.00157285 Jy ! Component: 350 - total flux cleaned = 0.00141551 Jy ! Component: 400 - total flux cleaned = 0.00126198 Jy ! Component: 450 - total flux cleaned = 0.00116185 Jy ! Component: 500 - total flux cleaned = 0.000921298 Jy ! Component: 550 - total flux cleaned = 0.000828998 Jy ! Component: 600 - total flux cleaned = 0.000783811 Jy ! Component: 650 - total flux cleaned = 0.000738237 Jy ! Component: 700 - total flux cleaned = 0.000781053 Jy ! Component: 750 - total flux cleaned = 0.000780943 Jy ! Component: 800 - total flux cleaned = 0.00065684 Jy ! Component: 850 - total flux cleaned = 0.000616087 Jy ! Component: 900 - total flux cleaned = 0.000536037 Jy ! Component: 950 - total flux cleaned = 0.000457896 Jy ! Component: 1000 - total flux cleaned = 0.000496414 Jy ! Component: 1050 - total flux cleaned = 0.000459018 Jy ! Component: 1100 - total flux cleaned = 0.000422499 Jy ! Component: 1150 - total flux cleaned = 0.000422162 Jy ! Component: 1200 - total flux cleaned = 0.000421589 Jy ! Component: 1250 - total flux cleaned = 0.000421116 Jy ! Component: 1300 - total flux cleaned = 0.000352569 Jy ! Component: 1350 - total flux cleaned = 0.000386724 Jy ! Component: 1400 - total flux cleaned = 0.000353344 Jy ! Component: 1450 - total flux cleaned = 0.000353403 Jy ! Component: 1500 - total flux cleaned = 0.000223706 Jy ! Component: 1550 - total flux cleaned = 0.000160138 Jy ! Component: 1600 - total flux cleaned = 6.60346e-05 Jy ! Component: 1650 - total flux cleaned = 3.54351e-05 Jy ! Component: 1700 - total flux cleaned = 0.000158016 Jy ! Component: 1750 - total flux cleaned = 0.000158143 Jy ! Component: 1800 - total flux cleaned = 0.000158412 Jy ! Component: 1850 - total flux cleaned = 0.000247201 Jy ! Component: 1900 - total flux cleaned = 0.000276529 Jy ! Component: 1950 - total flux cleaned = 0.000305779 Jy ! Component: 2000 - total flux cleaned = 0.000419474 Jy ! Total flux subtracted in 2048 components = 0.000447532 Jy ! Clean residual min=-0.001551 max=0.001506 Jy/beam ! Clean residual mean=0.000020 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.1721 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 218 components and 0.1721 Jy ![Exited script file: muppet] wmap "J0600-0005_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.544 x 9.876 at 1.61 degrees (North through East) ! Clean map min=-0.0028707 max=0.11955 Jy/beam ! Writing clean map to FITS file: J0600-0005_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.119545 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000587505 device "J0600-0005_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0600-0005_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.47435 1.47435 2.9487 5.8974 11.7948 23.5896 47.1792 94.3584 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.119 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.544 x 9.876 at 1.61 degrees (North through East) ! Clean map min=-0.0028707 max=0.11955 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0600-0005_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0600-0005_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0600-0005_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 09:59:53 2006