! Started logfile: J0111-1317_S_2005_07_09_yyk_uvs.log on Fri Jan 20 09:43:52 2006 obs J0111-1317_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0111-1317_S_2005_07_09_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.92037 visibilities/baseline/integration-bin. ! Found source: J0111-1317 ! ! 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 1601 lines of history. ! ! Reading 1988 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 J0111-1317_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.162133 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.47 mas, bmaj=6.484 mas, bpa=-2.36 degrees ! Estimated noise=1.41694 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.121788 Jy ! Component: 100 - total flux cleaned = 0.141028 Jy ! Total flux subtracted in 100 components = 0.141028 Jy ! Clean residual min=-0.007060 max=0.007139 Jy/beam ! Clean residual mean=0.000011 rms=0.001806 Jy/beam ! Combined flux in latest and established models = 0.141028 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.141028 Jy ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 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 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.075322Jy sigma=1.086454 ! Fit after self-cal, rms=0.073583Jy sigma=1.080726 ! Inverting map and beam ! Estimated beam: bmin=2.471 mas, bmaj=6.493 mas, bpa=-2.434 degrees ! Estimated noise=1.38815 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.184 mas, bmaj=8.402 mas, bpa=-5.827 degrees ! Estimated noise=0.954508 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.00841653 Jy ! Component: 100 - total flux cleaned = 0.0113612 Jy ! Component: 150 - total flux cleaned = 0.0123842 Jy ! Component: 200 - total flux cleaned = 0.0124834 Jy ! Total flux subtracted in 200 components = 0.0124834 Jy ! Clean residual min=-0.004348 max=0.004401 Jy/beam ! Clean residual mean=-0.000023 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.153511 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.153511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072770Jy sigma=1.068281 ! Fit after self-cal, rms=0.072767Jy sigma=1.068140 ! 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.184 x 8.402 at -5.827 degrees (North through East) ! Clean map min=-0.0041272 max=0.14163 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.00426 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.06 HN 1.06 KP 1.00 ! LA 1.09 MK 0.88 NL 0.95 OV 0.95 ! PT 1.11 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00075 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.06 HN 1.00 KP 1.01 ! LA 1.13 MK 0.97 NL 0.89 OV 0.99 ! PT 1.03 SC 0.91 ! ! ! 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.072767Jy sigma=1.068140 ! Fit after self-cal, rms=0.072137Jy sigma=1.055875 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.072137Jy sigma=1.055875 ! Fit after self-cal, rms=0.072140Jy sigma=1.055846 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.091 mas, bmaj=8.158 mas, bpa=-5.657 degrees ! Estimated noise=0.957707 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.00364436 Jy ! Component: 100 - total flux cleaned = 0.00472435 Jy ! Component: 150 - total flux cleaned = 0.00493756 Jy ! Component: 200 - total flux cleaned = 0.00511419 Jy ! Total flux subtracted in 200 components = 0.00511419 Jy ! Clean residual min=-0.004006 max=0.004307 Jy/beam ! Clean residual mean=0.000060 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.158626 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 45 components and 0.158626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071948Jy sigma=1.053303 ! Fit after self-cal, rms=0.071948Jy sigma=1.053262 ! 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.071948Jy sigma=1.053262 ! Fit after self-cal, rms=0.067596Jy sigma=1.006254 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.00131184 Jy ! Component: 100 - total flux cleaned = 0.0017751 Jy ! Component: 150 - total flux cleaned = 0.00182936 Jy ! Component: 200 - total flux cleaned = 0.00185327 Jy ! Total flux subtracted in 200 components = 0.00185327 Jy ! Clean residual min=-0.003885 max=0.004137 Jy/beam ! Clean residual mean=0.000053 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.160479 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 53 components and 0.160479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067535Jy sigma=1.005905 ! Fit after self-cal, rms=0.067102Jy sigma=1.002847 ! 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.091 x 8.158 at -5.657 degrees (North through East) ! Clean map min=-0.0037711 max=0.14234 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.067102Jy sigma=1.002847 ! Fit after self-cal, rms=0.067237Jy sigma=0.993549 ! 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.067237Jy sigma=0.993549 ! Fit after self-cal, rms=0.067175Jy sigma=0.993219 ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=8.096 mas, bpa=-5.648 degrees ! Estimated noise=0.962563 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222973 Jy ! Component: 100 - total flux cleaned = 0.00318167 Jy ! Component: 150 - total flux cleaned = 0.00339825 Jy ! Component: 200 - total flux cleaned = 0.00348805 Jy ! Total flux subtracted in 200 components = 0.00348805 Jy ! Clean residual min=-0.003923 max=0.003975 Jy/beam ! Clean residual mean=0.000067 rms=0.001001 Jy/beam ! Combined flux in latest and established models = 0.163967 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.163967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067065Jy sigma=0.992216 ! Fit after self-cal, rms=0.067053Jy sigma=0.992163 ! 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.067053Jy sigma=0.992163 ! Fit after self-cal, rms=0.067010Jy sigma=0.990640 ! 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.067010Jy sigma=0.990640 ! Fit after self-cal, rms=0.067021Jy sigma=0.990591 ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=8.038 mas, bpa=-5.499 degrees ! Estimated noise=0.964792 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145368 Jy ! Component: 100 - total flux cleaned = 0.00172602 Jy ! Component: 150 - total flux cleaned = 0.00189628 Jy ! Component: 200 - total flux cleaned = 0.00202035 Jy ! Total flux subtracted in 200 components = 0.00202035 Jy ! Clean residual min=-0.003822 max=0.003873 Jy/beam ! Clean residual mean=0.000082 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.165987 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 66 components and 0.165987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066962Jy sigma=0.990073 ! Fit after self-cal, rms=0.066964Jy sigma=0.990061 ! 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=7.671 mas, bmaj=15.29 mas, bpa=3.214 degrees ! Estimated noise=1.26032 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.000571305 Jy ! Component: 100 - total flux cleaned = 0.000553283 Jy ! Component: 150 - total flux cleaned = 0.000518871 Jy ! Component: 200 - total flux cleaned = 0.000534059 Jy ! Total flux subtracted in 200 components = 0.000534059 Jy ! Clean residual min=-0.003478 max=0.004501 Jy/beam ! Clean residual mean=0.000178 rms=0.001297 Jy/beam ! Combined flux in latest and established models = 0.166521 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 75 components and 0.166521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066959Jy sigma=0.990215 ! Fit after self-cal, rms=0.066954Jy sigma=0.990128 ! 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.422 mas, bmaj=6.416 mas, bpa=-2.392 degrees ! Estimated noise=1.36569 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.121066 Jy ! Component: 100 - total flux cleaned = 0.143088 Jy ! Component: 150 - total flux cleaned = 0.153366 Jy ! Component: 200 - total flux cleaned = 0.15921 Jy ! Total flux subtracted in 200 components = 0.15921 Jy ! Clean residual min=-0.005846 max=0.006106 Jy/beam ! Clean residual mean=0.000044 rms=0.001496 Jy/beam ! Combined flux in latest and established models = 0.15921 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.15921 Jy ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=8.038 mas, bpa=-5.499 degrees ! Estimated noise=0.964792 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.00421428 Jy ! Component: 100 - total flux cleaned = 0.00577029 Jy ! Component: 150 - total flux cleaned = 0.00624627 Jy ! Component: 200 - total flux cleaned = 0.00634459 Jy ! Total flux subtracted in 200 components = 0.00634459 Jy ! Clean residual min=-0.003803 max=0.003845 Jy/beam ! Clean residual mean=0.000083 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.165555 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 61 components and 0.165555 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=7.671 mas, bmaj=15.29 mas, bpa=3.214 degrees ! Estimated noise=1.26032 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.000652991 Jy ! Component: 100 - total flux cleaned = 0.000728552 Jy ! Component: 150 - total flux cleaned = 0.000785744 Jy ! Component: 200 - total flux cleaned = 0.000832856 Jy ! Total flux subtracted in 200 components = 0.000832856 Jy ! Clean residual min=-0.003502 max=0.004477 Jy/beam ! Clean residual mean=0.000179 rms=0.001299 Jy/beam ! Combined flux in latest and established models = 0.166387 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.166387 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=8.038 mas, bpa=-5.499 degrees ! Estimated noise=0.964792 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000452565 Jy ! Component: 100 - total flux cleaned = -0.000426783 Jy ! Component: 150 - total flux cleaned = -0.000409221 Jy ! Component: 200 - total flux cleaned = -0.000380594 Jy ! Total flux subtracted in 200 components = -0.000380594 Jy ! Clean residual min=-0.003803 max=0.003874 Jy/beam ! Clean residual mean=0.000082 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.166007 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 74 components and 0.166007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066946Jy sigma=0.989880 ! Fit after self-cal, rms=0.066946Jy sigma=0.989866 wmodel J0111-1317_S_2005_07_09_yyk\_map.mod ! Writing 74 model components to file: J0111-1317_S_2005_07_09_yyk_map.mod wobs J0111-1317_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0111-1317_S_2005_07_09_yyk_uvs.fits wwins J0111-1317_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0111-1317_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.000293288 Jy ! Component: 100 - total flux cleaned = 0.000914968 Jy ! Component: 150 - total flux cleaned = 0.00162759 Jy ! Component: 200 - total flux cleaned = 0.00225318 Jy ! Component: 250 - total flux cleaned = 0.00301731 Jy ! Component: 300 - total flux cleaned = 0.00354318 Jy ! Component: 350 - total flux cleaned = 0.0042024 Jy ! Component: 400 - total flux cleaned = 0.00464357 Jy ! Component: 450 - total flux cleaned = 0.00516793 Jy ! Component: 500 - total flux cleaned = 0.00563164 Jy ! Component: 550 - total flux cleaned = 0.00599296 Jy ! Component: 600 - total flux cleaned = 0.00630193 Jy ! Component: 650 - total flux cleaned = 0.00660371 Jy ! Component: 700 - total flux cleaned = 0.00685755 Jy ! Component: 750 - total flux cleaned = 0.0071476 Jy ! Component: 800 - total flux cleaned = 0.00743209 Jy ! Component: 850 - total flux cleaned = 0.00775096 Jy ! Component: 900 - total flux cleaned = 0.00798573 Jy ! Component: 950 - total flux cleaned = 0.00825441 Jy ! Component: 1000 - total flux cleaned = 0.00848121 Jy ! Component: 1050 - total flux cleaned = 0.00874168 Jy ! Component: 1100 - total flux cleaned = 0.00896182 Jy ! Component: 1150 - total flux cleaned = 0.00917845 Jy ! Component: 1200 - total flux cleaned = 0.00939208 Jy ! Component: 1250 - total flux cleaned = 0.00960311 Jy ! Component: 1300 - total flux cleaned = 0.0098802 Jy ! Component: 1350 - total flux cleaned = 0.0100166 Jy ! Component: 1400 - total flux cleaned = 0.0101518 Jy ! Component: 1450 - total flux cleaned = 0.0103849 Jy ! Component: 1500 - total flux cleaned = 0.0106145 Jy ! Component: 1550 - total flux cleaned = 0.0107438 Jy ! Component: 1600 - total flux cleaned = 0.0109037 Jy ! Component: 1650 - total flux cleaned = 0.0110618 Jy ! Component: 1700 - total flux cleaned = 0.0111559 Jy ! Component: 1750 - total flux cleaned = 0.0112486 Jy ! Component: 1800 - total flux cleaned = 0.0113402 Jy ! Component: 1850 - total flux cleaned = 0.0114007 Jy ! Component: 1900 - total flux cleaned = 0.01158 Jy ! Component: 1950 - total flux cleaned = 0.0115795 Jy ! Component: 2000 - total flux cleaned = 0.0116963 Jy ! Total flux subtracted in 2048 components = 0.0117259 Jy ! Clean residual min=-0.002118 max=0.001785 Jy/beam ! Clean residual mean=0.000033 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.177733 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 205 components and 0.177733 Jy ![Exited script file: muppet] wmap "J0111-1317_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.026 x 8.038 at -5.499 degrees (North through East) ! Clean map min=-0.0030409 max=0.14229 Jy/beam ! Writing clean map to FITS file: J0111-1317_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.142287 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0006086 device "J0111-1317_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0111-1317_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.28318 1.28318 2.56636 5.13272 10.2654 20.5309 41.0618 82.1235 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.142 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.026 x 8.038 at -5.499 degrees (North through East) ! Clean map min=-0.0030409 max=0.14229 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0111-1317_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0111-1317_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0111-1317_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 09:43:56 2006