! Started logfile: J0831-2224_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:22:57 2006 obs J0831-2224_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0831-2224_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.686667 visibilities/baseline/integration-bin. ! Found source: J0831-2224 ! ! 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 1236 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 J0831-2224_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 = 128x128 pixels with 2.00x2.00 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.15416 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=8.019 mas, bmaj=20.46 mas, bpa=-4.879 degrees ! Estimated noise=3.32099 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.106181 Jy ! Component: 100 - total flux cleaned = 0.12976 Jy ! Total flux subtracted in 100 components = 0.12976 Jy ! Clean residual min=-0.012940 max=0.019663 Jy/beam ! Clean residual mean=0.000097 rms=0.004839 Jy/beam ! Combined flux in latest and established models = 0.12976 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.12976 Jy ! ! Correcting IF 1. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.090532Jy sigma=1.145166 ! Fit after self-cal, rms=0.089843Jy sigma=1.136492 ! Inverting map and beam ! Estimated beam: bmin=8.019 mas, bmaj=20.46 mas, bpa=-4.879 degrees ! Estimated noise=3.32099 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=9.915 mas, bmaj=23.92 mas, bpa=0.04845 degrees ! Estimated noise=2.12784 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.0168156 Jy ! Component: 100 - total flux cleaned = 0.0236336 Jy ! Component: 150 - total flux cleaned = 0.0248614 Jy ! Component: 200 - total flux cleaned = 0.0254585 Jy ! Total flux subtracted in 200 components = 0.0254585 Jy ! Clean residual min=-0.007930 max=0.015029 Jy/beam ! Clean residual mean=0.000132 rms=0.003261 Jy/beam ! Combined flux in latest and established models = 0.155219 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.155219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089014Jy sigma=1.098458 ! Fit after self-cal, rms=0.089001Jy sigma=1.098091 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.915 x 23.92 at 0.04845 degrees (North through East) ! Clean map min=-0.0076571 max=0.12848 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: 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 3. ! Amplitude normalization factor in sub-array 1: 1.01046 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.87 HN 1.00* KP 1.05 ! LA 0.94 MK 1.00* NL 1.09 OV 0.96 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.089001Jy sigma=1.098091 ! Fit after self-cal, rms=0.088507Jy sigma=1.092879 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.088507Jy sigma=1.092879 ! Fit after self-cal, rms=0.088512Jy sigma=1.092835 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.13 mas, bmaj=24.2 mas, bpa=1.284 degrees ! Estimated noise=2.11477 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.00235844 Jy ! Component: 100 - total flux cleaned = -0.00226059 Jy ! Component: 150 - total flux cleaned = -0.00188608 Jy ! Component: 200 - total flux cleaned = -0.00162699 Jy ! Total flux subtracted in 200 components = -0.00162699 Jy ! Clean residual min=-0.007754 max=0.014319 Jy/beam ! Clean residual mean=0.000125 rms=0.003138 Jy/beam ! Combined flux in latest and established models = 0.153592 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 0.153592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088193Jy sigma=1.089413 ! Fit after self-cal, rms=0.088195Jy sigma=1.089311 ! 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.088195Jy sigma=1.089311 ! Fit after self-cal, rms=0.080935Jy sigma=1.003240 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) ! Added new window around map position (14, 2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131669 Jy ! Component: 100 - total flux cleaned = 0.0167261 Jy ! Component: 150 - total flux cleaned = 0.0192831 Jy ! Component: 200 - total flux cleaned = 0.0203824 Jy ! Total flux subtracted in 200 components = 0.0203824 Jy ! Clean residual min=-0.005663 max=0.005549 Jy/beam ! Clean residual mean=-0.000085 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 0.173974 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.173974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078996Jy sigma=0.970731 ! Fit after self-cal, rms=0.078271Jy sigma=0.960257 ! 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: 10.13 x 24.2 at 1.284 degrees (North through East) ! Clean map min=-0.0053652 max=0.13239 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.078271Jy sigma=0.960257 ! Fit after self-cal, rms=0.076572Jy sigma=0.947213 ! 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.076572Jy sigma=0.947213 ! Fit after self-cal, rms=0.076633Jy sigma=0.946118 ! Inverting map and beam ! Estimated beam: bmin=10.04 mas, bmaj=24.09 mas, bpa=0.07743 degrees ! Estimated noise=2.06593 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124576 Jy ! Component: 100 - total flux cleaned = 0.00126446 Jy ! Component: 150 - total flux cleaned = 0.000697662 Jy ! Component: 200 - total flux cleaned = 0.000502617 Jy ! Total flux subtracted in 200 components = 0.000502618 Jy ! Clean residual min=-0.004884 max=0.003948 Jy/beam ! Clean residual mean=-0.000041 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.174477 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 63 components and 0.174477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076114Jy sigma=0.939389 ! Fit after self-cal, rms=0.076120Jy sigma=0.938561 ! 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.076120Jy sigma=0.938561 ! Fit after self-cal, rms=0.076418Jy sigma=0.933002 ! 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.076418Jy sigma=0.933002 ! Fit after self-cal, rms=0.076478Jy sigma=0.932824 ! Inverting map and beam ! Estimated beam: bmin=10.01 mas, bmaj=24.43 mas, bpa=-0.1063 degrees ! Estimated noise=2.04541 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049511 Jy ! Component: 100 - total flux cleaned = 0.000108389 Jy ! Component: 150 - total flux cleaned = -0.000418659 Jy ! Component: 200 - total flux cleaned = -0.000571447 Jy ! Total flux subtracted in 200 components = -0.000571447 Jy ! Clean residual min=-0.004638 max=0.003856 Jy/beam ! Clean residual mean=-0.000019 rms=0.001354 Jy/beam ! Combined flux in latest and established models = 0.173905 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 74 components and 0.173905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076202Jy sigma=0.929175 ! Fit after self-cal, rms=0.076203Jy sigma=0.928775 ! 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=11.37 mas, bmaj=25.79 mas, bpa=2.264 degrees ! Estimated noise=2.07727 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.000382918 Jy ! Component: 100 - total flux cleaned = -0.00059736 Jy ! Component: 150 - total flux cleaned = -0.000915422 Jy ! Component: 200 - total flux cleaned = -0.00113968 Jy ! Total flux subtracted in 200 components = -0.00113968 Jy ! Clean residual min=-0.004192 max=0.003850 Jy/beam ! Clean residual mean=-0.000014 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.172766 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 83 components and 0.172766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076100Jy sigma=0.927143 ! Fit after self-cal, rms=0.076102Jy sigma=0.926889 ! 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=8.03 mas, bmaj=20.66 mas, bpa=-4.725 degrees ! Estimated noise=3.20055 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.107542 Jy ! Component: 100 - total flux cleaned = 0.134992 Jy ! Component: 150 - total flux cleaned = 0.146435 Jy ! Component: 200 - total flux cleaned = 0.152741 Jy ! Total flux subtracted in 200 components = 0.152741 Jy ! Clean residual min=-0.008555 max=0.009388 Jy/beam ! Clean residual mean=0.000067 rms=0.003066 Jy/beam ! Combined flux in latest and established models = 0.152741 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.152741 Jy ! Inverting map and beam ! Estimated beam: bmin=10.01 mas, bmaj=24.43 mas, bpa=-0.1063 degrees ! Estimated noise=2.04541 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.0118878 Jy ! Component: 100 - total flux cleaned = 0.01647 Jy ! Component: 150 - total flux cleaned = 0.0175238 Jy ! Component: 200 - total flux cleaned = 0.0179606 Jy ! Total flux subtracted in 200 components = 0.0179606 Jy ! Clean residual min=-0.005039 max=0.004200 Jy/beam ! Clean residual mean=-0.000005 rms=0.001493 Jy/beam ! Combined flux in latest and established models = 0.170702 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 45 components and 0.170702 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=11.37 mas, bmaj=25.79 mas, bpa=2.264 degrees ! Estimated noise=2.07727 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 = 6.89106e-05 Jy ! Component: 100 - total flux cleaned = 0.000171382 Jy ! Component: 150 - total flux cleaned = 0.000524225 Jy ! Component: 200 - total flux cleaned = 0.000765861 Jy ! Total flux subtracted in 200 components = 0.000765861 Jy ! Clean residual min=-0.004124 max=0.004184 Jy/beam ! Clean residual mean=-0.000013 rms=0.001404 Jy/beam ! Combined flux in latest and established models = 0.171468 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 50 components and 0.171468 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.01 mas, bmaj=24.43 mas, bpa=-0.1063 degrees ! Estimated noise=2.04541 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000398515 Jy ! Component: 100 - total flux cleaned = 0.000976348 Jy ! Component: 150 - total flux cleaned = 0.00130354 Jy ! Component: 200 - total flux cleaned = 0.00142715 Jy ! Total flux subtracted in 200 components = 0.00142715 Jy ! Clean residual min=-0.004296 max=0.004067 Jy/beam ! Clean residual mean=-0.000024 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.172895 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 63 components and 0.172895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075723Jy sigma=0.925380 ! Fit after self-cal, rms=0.075691Jy sigma=0.924818 wmodel J0831-2224_S_2005_07_20_yyk\_map.mod ! Writing 63 model components to file: J0831-2224_S_2005_07_20_yyk_map.mod wobs J0831-2224_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0831-2224_S_2005_07_20_yyk_uvs.fits wwins J0831-2224_S_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J0831-2224_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=512 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00188653 Jy ! Component: 100 - total flux cleaned = -0.00275647 Jy ! Component: 150 - total flux cleaned = -0.00349247 Jy ! Component: 200 - total flux cleaned = -0.00370568 Jy ! Component: 250 - total flux cleaned = -0.00390473 Jy ! Component: 300 - total flux cleaned = -0.0036228 Jy ! Component: 350 - total flux cleaned = -0.00344375 Jy ! Component: 400 - total flux cleaned = -0.00352989 Jy ! Component: 450 - total flux cleaned = -0.00352886 Jy ! Component: 500 - total flux cleaned = -0.00352904 Jy ! Total flux subtracted in 512 components = -0.00360865 Jy ! Clean residual min=-0.003034 max=0.003665 Jy/beam ! Clean residual mean=-0.000023 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.169286 Jy keep ! Adding 19 model components to the UV plane model. ! The established model now contains 82 components and 0.169286 Jy ![Exited script file: muppet] wmap "J0831-2224_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.01 x 24.43 at -0.1063 degrees (North through East) ! Clean map min=-0.0059013 max=0.12987 Jy/beam ! Writing clean map to FITS file: J0831-2224_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.129867 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000937209 device "J0831-2224_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0831-2224_S_2005_07_20_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -2.16501 2.16501 4.33002 8.66004 17.3201 34.6402 69.2804 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.129 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.01 x 24.43 at -0.1063 degrees (North through East) ! Clean map min=-0.0059013 max=0.12987 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0831-2224_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0831-2224_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0831-2224_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:22:57 2006