! Started logfile: J0138-2711_S_2005_07_20_yyk_uvs.log on Fri Jan 20 09:45:10 2006 obs J0138-2711_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0138-2711_S_2005_07_20_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911111 visibilities/baseline/integration-bin. ! Found source: J0138-2711 ! ! 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 1527 lines of history. ! ! Reading 1804 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 J0138-2711_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.306281 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.293 mas, bmaj=6.338 mas, bpa=2.274 degrees ! Estimated noise=1.86501 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.241838 Jy ! Component: 100 - total flux cleaned = 0.278942 Jy ! Total flux subtracted in 100 components = 0.278942 Jy ! Clean residual min=-0.011241 max=0.016563 Jy/beam ! Clean residual mean=-0.000078 rms=0.003304 Jy/beam ! Combined flux in latest and established models = 0.278943 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.278943 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.097877Jy sigma=1.189452 ! Fit after self-cal, rms=0.097698Jy sigma=1.185657 ! Inverting map and beam ! Estimated beam: bmin=2.293 mas, bmaj=6.338 mas, bpa=2.274 degrees ! Estimated noise=1.86501 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=2.932 mas, bmaj=8.015 mas, bpa=-1.067 degrees ! Estimated noise=1.21694 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.0242369 Jy ! Component: 100 - total flux cleaned = 0.033214 Jy ! Component: 150 - total flux cleaned = 0.0370682 Jy ! Component: 200 - total flux cleaned = 0.0376877 Jy ! Total flux subtracted in 200 components = 0.0376877 Jy ! Clean residual min=-0.007613 max=0.009962 Jy/beam ! Clean residual mean=0.000136 rms=0.002188 Jy/beam ! Combined flux in latest and established models = 0.31663 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 38 components and 0.31663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094149Jy sigma=1.119392 ! Fit after self-cal, rms=0.094136Jy sigma=1.119339 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 8.015 at -1.067 degrees (North through East) ! Clean map min=-0.0071329 max=0.28565 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.986004 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.19 KP 0.97 ! LA 1.07 MK 0.87 NL 1.12 OV 0.99 ! PT 1.07 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.973302 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.25 KP 1.01 ! LA 1.02 MK 0.98 NL 1.08 OV 0.99 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.966562 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.20 KP 0.96 ! LA 0.93 MK 1.11 NL 1.12 OV 1.01 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01435 ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.95 HN 1.13 KP 0.90 ! LA 0.78 MK 1.07 NL 1.00 OV 0.86 ! PT 0.95 SC 1.08 ! ! ! Fit before self-cal, rms=0.094136Jy sigma=1.119339 ! Fit after self-cal, rms=0.087642Jy sigma=1.020949 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.087642Jy sigma=1.020949 ! Fit after self-cal, rms=0.087649Jy sigma=1.020889 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=8.009 mas, bpa=-0.632 degrees ! Estimated noise=1.1777 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.00803723 Jy ! Component: 100 - total flux cleaned = -0.0101857 Jy ! Component: 150 - total flux cleaned = -0.010501 Jy ! Component: 200 - total flux cleaned = -0.0105758 Jy ! Total flux subtracted in 200 components = -0.0105758 Jy ! Clean residual min=-0.004463 max=0.006459 Jy/beam ! Clean residual mean=0.000178 rms=0.001458 Jy/beam ! Combined flux in latest and established models = 0.306054 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.306055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087175Jy sigma=1.011522 ! Fit after self-cal, rms=0.087167Jy sigma=1.011512 ! 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.087167Jy sigma=1.011512 ! Fit after self-cal, rms=0.084209Jy sigma=0.970738 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.000355642 Jy ! Component: 100 - total flux cleaned = 0.000321232 Jy ! Component: 150 - total flux cleaned = 0.000261477 Jy ! Component: 200 - total flux cleaned = 0.000202379 Jy ! Total flux subtracted in 200 components = 0.000202379 Jy ! Clean residual min=-0.004564 max=0.006283 Jy/beam ! Clean residual mean=0.000179 rms=0.001442 Jy/beam ! Combined flux in latest and established models = 0.306257 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 51 components and 0.306257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084220Jy sigma=0.970370 ! Fit after self-cal, rms=0.083964Jy sigma=0.967304 ! 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: 2.972 x 8.009 at -0.632 degrees (North through East) ! Clean map min=-0.0043001 max=0.28111 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.083964Jy sigma=0.967304 ! Fit after self-cal, rms=0.082628Jy sigma=0.933514 ! 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.082628Jy sigma=0.933514 ! Fit after self-cal, rms=0.082586Jy sigma=0.933105 ! Inverting map and beam ! Estimated beam: bmin=2.97 mas, bmaj=8.034 mas, bpa=-0.8005 degrees ! Estimated noise=1.17505 mJy/beam. ! Added new window around map position (37, -33). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00719552 Jy ! Component: 100 - total flux cleaned = 0.0090319 Jy ! Component: 150 - total flux cleaned = 0.00986592 Jy ! Component: 200 - total flux cleaned = 0.0102921 Jy ! Total flux subtracted in 200 components = 0.0102921 Jy ! Clean residual min=-0.003352 max=0.003464 Jy/beam ! Clean residual mean=0.000114 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.316549 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 78 components and 0.316549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082242Jy sigma=0.924352 ! Fit after self-cal, rms=0.082201Jy sigma=0.923773 ! 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.082201Jy sigma=0.923773 ! Fit after self-cal, rms=0.080581Jy sigma=0.906482 ! 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.080581Jy sigma=0.906482 ! Fit after self-cal, rms=0.080581Jy sigma=0.906449 ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=8.045 mas, bpa=-0.9547 degrees ! Estimated noise=1.17328 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160429 Jy ! Component: 100 - total flux cleaned = 0.00178291 Jy ! Component: 150 - total flux cleaned = 0.00183568 Jy ! Component: 200 - total flux cleaned = 0.0018365 Jy ! Total flux subtracted in 200 components = 0.0018365 Jy ! Clean residual min=-0.003160 max=0.003772 Jy/beam ! Clean residual mean=0.000095 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.318386 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 93 components and 0.318386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080532Jy sigma=0.905317 ! Fit after self-cal, rms=0.080529Jy sigma=0.905256 ! 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.535 mas, bmaj=22.55 mas, bpa=6.449 degrees ! Estimated noise=1.53398 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.00149002 Jy ! Component: 100 - total flux cleaned = 0.00139538 Jy ! Component: 150 - total flux cleaned = 0.00135345 Jy ! Component: 200 - total flux cleaned = 0.00131409 Jy ! Total flux subtracted in 200 components = 0.00131409 Jy ! Clean residual min=-0.002780 max=0.004222 Jy/beam ! Clean residual mean=0.000172 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.3197 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 106 components and 0.3197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080518Jy sigma=0.905324 ! Fit after self-cal, rms=0.080539Jy sigma=0.905274 ! 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.306 mas, bmaj=6.338 mas, bpa=2.639 degrees ! Estimated noise=1.85027 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.240737 Jy ! Component: 100 - total flux cleaned = 0.275864 Jy ! Component: 150 - total flux cleaned = 0.28923 Jy ! Component: 200 - total flux cleaned = 0.296975 Jy ! Total flux subtracted in 200 components = 0.296975 Jy ! Clean residual min=-0.006195 max=0.006003 Jy/beam ! Clean residual mean=0.000003 rms=0.001578 Jy/beam ! Combined flux in latest and established models = 0.296975 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.296975 Jy ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=8.045 mas, bpa=-0.9547 degrees ! Estimated noise=1.17328 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.00866886 Jy ! Component: 100 - total flux cleaned = 0.0130393 Jy ! Component: 150 - total flux cleaned = 0.0150214 Jy ! Component: 200 - total flux cleaned = 0.0166542 Jy ! Total flux subtracted in 200 components = 0.0166542 Jy ! Clean residual min=-0.003470 max=0.003634 Jy/beam ! Clean residual mean=0.000116 rms=0.001001 Jy/beam ! Combined flux in latest and established models = 0.31363 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 58 components and 0.31363 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.535 mas, bmaj=22.55 mas, bpa=6.449 degrees ! Estimated noise=1.53398 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.00309343 Jy ! Component: 100 - total flux cleaned = 0.00387421 Jy ! Component: 150 - total flux cleaned = 0.00438203 Jy ! Component: 200 - total flux cleaned = 0.00460836 Jy ! Total flux subtracted in 200 components = 0.00460836 Jy ! Clean residual min=-0.002808 max=0.004065 Jy/beam ! Clean residual mean=0.000185 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.318238 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.318238 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=8.045 mas, bpa=-0.9547 degrees ! Estimated noise=1.17328 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196828 Jy ! Component: 100 - total flux cleaned = -0.00024674 Jy ! Component: 150 - total flux cleaned = -0.000244962 Jy ! Component: 200 - total flux cleaned = -0.000246043 Jy ! Total flux subtracted in 200 components = -0.000246043 Jy ! Clean residual min=-0.003247 max=0.003819 Jy/beam ! Clean residual mean=0.000093 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.317992 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.317992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080588Jy sigma=0.905336 ! Fit after self-cal, rms=0.080585Jy sigma=0.905237 wmodel J0138-2711_S_2005_07_20_yyk\_map.mod ! Writing 95 model components to file: J0138-2711_S_2005_07_20_yyk_map.mod wobs J0138-2711_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0138-2711_S_2005_07_20_yyk_uvs.fits wwins J0138-2711_S_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J0138-2711_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.00107404 Jy ! Component: 100 - total flux cleaned = 0.00216786 Jy ! Component: 150 - total flux cleaned = 0.00325822 Jy ! Component: 200 - total flux cleaned = 0.00429739 Jy ! Component: 250 - total flux cleaned = 0.00514092 Jy ! Component: 300 - total flux cleaned = 0.00566489 Jy ! Component: 350 - total flux cleaned = 0.00594247 Jy ! Component: 400 - total flux cleaned = 0.00630014 Jy ! Component: 450 - total flux cleaned = 0.00638654 Jy ! Component: 500 - total flux cleaned = 0.00676866 Jy ! Component: 550 - total flux cleaned = 0.00689239 Jy ! Component: 600 - total flux cleaned = 0.00713754 Jy ! Component: 650 - total flux cleaned = 0.00733783 Jy ! Component: 700 - total flux cleaned = 0.00757295 Jy ! Component: 750 - total flux cleaned = 0.00761102 Jy ! Component: 800 - total flux cleaned = 0.00768753 Jy ! Component: 850 - total flux cleaned = 0.00791089 Jy ! Component: 900 - total flux cleaned = 0.00809335 Jy ! Component: 950 - total flux cleaned = 0.00827221 Jy ! Component: 1000 - total flux cleaned = 0.00841257 Jy ! Component: 1050 - total flux cleaned = 0.00855061 Jy ! Component: 1100 - total flux cleaned = 0.00865279 Jy ! Component: 1150 - total flux cleaned = 0.0087532 Jy ! Component: 1200 - total flux cleaned = 0.00888488 Jy ! Component: 1250 - total flux cleaned = 0.00904643 Jy ! Component: 1300 - total flux cleaned = 0.00911 Jy ! Component: 1350 - total flux cleaned = 0.00926736 Jy ! Component: 1400 - total flux cleaned = 0.00939119 Jy ! Component: 1450 - total flux cleaned = 0.00951385 Jy ! Component: 1500 - total flux cleaned = 0.00966536 Jy ! Component: 1550 - total flux cleaned = 0.00978511 Jy ! Component: 1600 - total flux cleaned = 0.00993268 Jy ! Component: 1650 - total flux cleaned = 0.010107 Jy ! Component: 1700 - total flux cleaned = 0.0101931 Jy ! Component: 1750 - total flux cleaned = 0.0103066 Jy ! Component: 1800 - total flux cleaned = 0.0104188 Jy ! Component: 1850 - total flux cleaned = 0.0104741 Jy ! Component: 1900 - total flux cleaned = 0.0105567 Jy ! Component: 1950 - total flux cleaned = 0.0107201 Jy ! Component: 2000 - total flux cleaned = 0.0108813 Jy ! Total flux subtracted in 2048 components = 0.0110415 Jy ! Clean residual min=-0.001451 max=0.001626 Jy/beam ! Clean residual mean=0.000052 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.329034 Jy keep ! Adding 133 model components to the UV plane model. ! The established model now contains 228 components and 0.329034 Jy ![Exited script file: muppet] wmap "J0138-2711_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.972 x 8.045 at -0.9547 degrees (North through East) ! Clean map min=-0.0033025 max=0.28336 Jy/beam ! Writing clean map to FITS file: J0138-2711_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.283361 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000541293 device "J0138-2711_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0138-2711_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.573077 0.573077 1.14615 2.29231 4.58462 9.16924 18.3385 36.6769 73.3539 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.283 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.972 x 8.045 at -0.9547 degrees (North through East) ! Clean map min=-0.0033025 max=0.28336 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0138-2711_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0138-2711_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0138-2711_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 09:45:14 2006