! Started logfile: J1048-1909_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:19:28 2006 obs J1048-1909_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1048-1909_S_2005_07_09_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.924444 visibilities/baseline/integration-bin. ! Found source: J1048-1909 ! ! 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 832 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 J1048-1909_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.55818 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.604 mas, bmaj=7.003 mas, bpa=-0.9709 degrees ! Estimated noise=2.15559 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.4581 Jy ! Component: 100 - total flux cleaned = 0.544783 Jy ! Total flux subtracted in 100 components = 0.544783 Jy ! Clean residual min=-0.021975 max=0.047545 Jy/beam ! Clean residual mean=-0.000190 rms=0.007722 Jy/beam ! Combined flux in latest and established models = 0.544783 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.544783 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.119121Jy sigma=1.701996 ! Fit after self-cal, rms=0.118823Jy sigma=1.673702 ! Inverting map and beam ! Estimated beam: bmin=2.604 mas, bmaj=7.003 mas, bpa=-0.9709 degrees ! Estimated noise=2.15559 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.918 mas, bmaj=8.173 mas, bpa=-3.84 degrees ! Estimated noise=1.65177 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 (4, -5.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0519992 Jy ! Component: 100 - total flux cleaned = 0.0756223 Jy ! Component: 150 - total flux cleaned = 0.0834894 Jy ! Component: 200 - total flux cleaned = 0.0858526 Jy ! Total flux subtracted in 200 components = 0.0858526 Jy ! Clean residual min=-0.012808 max=0.012781 Jy/beam ! Clean residual mean=-0.000272 rms=0.003470 Jy/beam ! Combined flux in latest and established models = 0.630635 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 52 components and 0.630635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099857Jy sigma=1.364793 ! Fit after self-cal, rms=0.098712Jy sigma=1.351755 ! 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.918 x 8.173 at -3.84 degrees (North through East) ! Clean map min=-0.01207 max=0.51988 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: 1.01515 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.02 KP 0.95 ! LA 1.05 MK 0.90 NL 0.96 OV 0.94 ! PT 1.07 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.984358 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.08 KP 0.98 ! LA 1.08 MK 0.96 NL 0.98 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.979483 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.06 KP 0.97 ! LA 0.93 MK 1.12 NL 1.06 OV 1.01 ! PT 1.10 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02877 ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.99 HN 0.91 KP 0.88 ! LA 0.77 MK 1.06 NL 0.97 OV 0.88 ! PT 1.01 SC 1.10 ! ! ! Fit before self-cal, rms=0.098712Jy sigma=1.351755 ! Fit after self-cal, rms=0.077856Jy sigma=1.069327 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.077856Jy sigma=1.069327 ! Fit after self-cal, rms=0.077865Jy sigma=1.069212 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=8.264 mas, bpa=-3.72 degrees ! Estimated noise=1.65017 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.00222442 Jy ! Component: 100 - total flux cleaned = 0.00203963 Jy ! Component: 150 - total flux cleaned = 0.00188636 Jy ! Component: 200 - total flux cleaned = 0.00201306 Jy ! Total flux subtracted in 200 components = 0.00201306 Jy ! Clean residual min=-0.007116 max=0.005831 Jy/beam ! Clean residual mean=0.000037 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 0.632648 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.632649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077258Jy sigma=1.057686 ! Fit after self-cal, rms=0.076991Jy sigma=1.056264 ! 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.076991Jy sigma=1.056264 ! Fit after self-cal, rms=0.071383Jy sigma=0.976409 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.00147421 Jy ! Component: 100 - total flux cleaned = 0.0014703 Jy ! Component: 150 - total flux cleaned = 0.00156521 Jy ! Component: 200 - total flux cleaned = 0.00156854 Jy ! Total flux subtracted in 200 components = 0.00156854 Jy ! Clean residual min=-0.006095 max=0.004948 Jy/beam ! Clean residual mean=0.000036 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 0.634217 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 86 components and 0.634217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071105Jy sigma=0.972326 ! Fit after self-cal, rms=0.070585Jy sigma=0.965895 ! 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.957 x 8.264 at -3.72 degrees (North through East) ! Clean map min=-0.0057627 max=0.52238 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.070585Jy sigma=0.965895 ! Fit after self-cal, rms=0.066177Jy sigma=0.900059 ! 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.066177Jy sigma=0.900059 ! Fit after self-cal, rms=0.066134Jy sigma=0.899316 ! Inverting map and beam ! Estimated beam: bmin=2.949 mas, bmaj=8.247 mas, bpa=-3.778 degrees ! Estimated noise=1.64519 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151623 Jy ! Component: 100 - total flux cleaned = 0.00152669 Jy ! Component: 150 - total flux cleaned = 0.00152821 Jy ! Component: 200 - total flux cleaned = 0.00145336 Jy ! Total flux subtracted in 200 components = 0.00145336 Jy ! Clean residual min=-0.006307 max=0.004625 Jy/beam ! Clean residual mean=0.000014 rms=0.001437 Jy/beam ! Combined flux in latest and established models = 0.635671 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.63567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065913Jy sigma=0.895977 ! Fit after self-cal, rms=0.065880Jy sigma=0.895347 ! 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.065880Jy sigma=0.895347 ! Fit after self-cal, rms=0.065031Jy sigma=0.882904 ! 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.065031Jy sigma=0.882904 ! Fit after self-cal, rms=0.065034Jy sigma=0.882873 ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=8.238 mas, bpa=-3.796 degrees ! Estimated noise=1.64621 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198342 Jy ! Component: 100 - total flux cleaned = 0.00220874 Jy ! Component: 150 - total flux cleaned = 0.00220925 Jy ! Component: 200 - total flux cleaned = 0.00221066 Jy ! Total flux subtracted in 200 components = 0.00221066 Jy ! Clean residual min=-0.006119 max=0.004506 Jy/beam ! Clean residual mean=0.000020 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.637881 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 108 components and 0.637881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064871Jy sigma=0.880575 ! Fit after self-cal, rms=0.064856Jy sigma=0.880228 ! 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.976 mas, bmaj=17.66 mas, bpa=1.469 degrees ! Estimated noise=2.1425 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.00028084 Jy ! Component: 100 - total flux cleaned = 0.00052736 Jy ! Component: 150 - total flux cleaned = 0.000711797 Jy ! Component: 200 - total flux cleaned = 0.000790758 Jy ! Total flux subtracted in 200 components = 0.000790758 Jy ! Clean residual min=-0.005697 max=0.004816 Jy/beam ! Clean residual mean=0.000051 rms=0.001659 Jy/beam ! Combined flux in latest and established models = 0.638672 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 114 components and 0.638672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064788Jy sigma=0.879817 ! Fit after self-cal, rms=0.064764Jy sigma=0.879242 ! 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.615 mas, bmaj=7.046 mas, bpa=-1.2 degrees ! Estimated noise=2.13873 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.455072 Jy ! Component: 100 - total flux cleaned = 0.542581 Jy ! Component: 150 - total flux cleaned = 0.584413 Jy ! Component: 200 - total flux cleaned = 0.60765 Jy ! Total flux subtracted in 200 components = 0.60765 Jy ! Clean residual min=-0.009431 max=0.012443 Jy/beam ! Clean residual mean=0.000009 rms=0.002771 Jy/beam ! Combined flux in latest and established models = 0.60765 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.60765 Jy ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=8.238 mas, bpa=-3.796 degrees ! Estimated noise=1.64621 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) ! Added new window around map position (-32, 54). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0174407 Jy ! Component: 100 - total flux cleaned = 0.0268059 Jy ! Component: 150 - total flux cleaned = 0.0295361 Jy ! Component: 200 - total flux cleaned = 0.0304717 Jy ! Total flux subtracted in 200 components = 0.0304717 Jy ! Clean residual min=-0.006580 max=0.004558 Jy/beam ! Clean residual mean=0.000018 rms=0.001486 Jy/beam ! Combined flux in latest and established models = 0.638122 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 77 components and 0.638122 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.976 mas, bmaj=17.66 mas, bpa=1.469 degrees ! Estimated noise=2.1425 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.00113305 Jy ! Component: 100 - total flux cleaned = 0.00102414 Jy ! Component: 150 - total flux cleaned = 0.00112148 Jy ! Component: 200 - total flux cleaned = 0.00103449 Jy ! Total flux subtracted in 200 components = 0.00103449 Jy ! Clean residual min=-0.006429 max=0.004771 Jy/beam ! Clean residual mean=0.000046 rms=0.001681 Jy/beam ! Combined flux in latest and established models = 0.639156 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.639156 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=8.238 mas, bpa=-3.796 degrees ! Estimated noise=1.64621 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00118747 Jy ! Component: 100 - total flux cleaned = -0.00142217 Jy ! Component: 150 - total flux cleaned = -0.00142184 Jy ! Component: 200 - total flux cleaned = -0.00142306 Jy ! Total flux subtracted in 200 components = -0.00142306 Jy ! Clean residual min=-0.005949 max=0.004586 Jy/beam ! Clean residual mean=0.000023 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.637733 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 117 components and 0.637733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064658Jy sigma=0.876675 ! Fit after self-cal, rms=0.064598Jy sigma=0.874468 wmodel J1048-1909_S_2005_07_09_yyk\_map.mod ! Writing 117 model components to file: J1048-1909_S_2005_07_09_yyk_map.mod wobs J1048-1909_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1048-1909_S_2005_07_09_yyk_uvs.fits wwins J1048-1909_S_2005_07_09_yyk\_map.win ! wwins: Wrote 3 windows to J1048-1909_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.0020158 Jy ! Component: 100 - total flux cleaned = -0.00242663 Jy ! Component: 150 - total flux cleaned = -0.00297921 Jy ! Component: 200 - total flux cleaned = -0.00323578 Jy ! Component: 250 - total flux cleaned = -0.00329553 Jy ! Component: 300 - total flux cleaned = -0.00305735 Jy ! Component: 350 - total flux cleaned = -0.00276977 Jy ! Component: 400 - total flux cleaned = -0.00265928 Jy ! Component: 450 - total flux cleaned = -0.00260559 Jy ! Component: 500 - total flux cleaned = -0.00244827 Jy ! Component: 550 - total flux cleaned = -0.00239751 Jy ! Component: 600 - total flux cleaned = -0.00234788 Jy ! Component: 650 - total flux cleaned = -0.00220271 Jy ! Component: 700 - total flux cleaned = -0.0020604 Jy ! Component: 750 - total flux cleaned = -0.00192066 Jy ! Component: 800 - total flux cleaned = -0.00169378 Jy ! Component: 850 - total flux cleaned = -0.00151628 Jy ! Component: 900 - total flux cleaned = -0.00134299 Jy ! Component: 950 - total flux cleaned = -0.00125758 Jy ! Component: 1000 - total flux cleaned = -0.00100978 Jy ! Component: 1050 - total flux cleaned = -0.00101094 Jy ! Component: 1100 - total flux cleaned = -0.000931279 Jy ! Component: 1150 - total flux cleaned = -0.000813891 Jy ! Component: 1200 - total flux cleaned = -0.000737415 Jy ! Component: 1250 - total flux cleaned = -0.000624375 Jy ! Component: 1300 - total flux cleaned = -0.000587694 Jy ! Component: 1350 - total flux cleaned = -0.000515015 Jy ! Component: 1400 - total flux cleaned = -0.00055103 Jy ! Component: 1450 - total flux cleaned = -0.000621724 Jy ! Component: 1500 - total flux cleaned = -0.000656358 Jy ! Component: 1550 - total flux cleaned = -0.000724609 Jy ! Component: 1600 - total flux cleaned = -0.000691284 Jy ! Component: 1650 - total flux cleaned = -0.000724941 Jy ! Component: 1700 - total flux cleaned = -0.00082326 Jy ! Component: 1750 - total flux cleaned = -0.000790482 Jy ! Component: 1800 - total flux cleaned = -0.000790377 Jy ! Component: 1850 - total flux cleaned = -0.000821677 Jy ! Component: 1900 - total flux cleaned = -0.000852176 Jy ! Component: 1950 - total flux cleaned = -0.000821407 Jy ! Component: 2000 - total flux cleaned = -0.000882086 Jy ! Total flux subtracted in 2048 components = -0.000882145 Jy ! Clean residual min=-0.001876 max=0.001700 Jy/beam ! Clean residual mean=-0.000004 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.636851 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 252 components and 0.636851 Jy ![Exited script file: muppet] wmap "J1048-1909_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.944 x 8.238 at -3.796 degrees (North through East) ! Clean map min=-0.0043816 max=0.52043 Jy/beam ! Writing clean map to FITS file: J1048-1909_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.520428 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000596896 device "J1048-1909_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1048-1909_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.34408 0.34408 0.68816 1.37632 2.75264 5.50528 11.0106 22.0211 44.0422 88.0844 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.52 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.944 x 8.238 at -3.796 degrees (North through East) ! Clean map min=-0.0043816 max=0.52043 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1048-1909_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1048-1909_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1048-1909_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:19:32 2006