! Started logfile: J0854-2540_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:11:06 2005 obs J0854-2540_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0854-2540_S_2005_06_01_yyk_uve.fits ! AN table 1: 9 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.933333 visibilities/baseline/integration-bin. ! Found source: J0854-2540 ! ! 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 1802 lines of history. ! ! Reading 1512 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 J0854-2540_S_2005_06_01_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.292366 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.898 mas, bmaj=14.94 mas, bpa=-14.07 degrees ! Estimated noise=2.08119 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.197269 Jy ! Component: 100 - total flux cleaned = 0.265563 Jy ! Total flux subtracted in 100 components = 0.265563 Jy ! Clean residual min=-0.016766 max=0.024506 Jy/beam ! Clean residual mean=0.000305 rms=0.006185 Jy/beam ! Combined flux in latest and established models = 0.265563 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 39 components and 0.265563 Jy ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.116220Jy sigma=1.692715 ! Fit after self-cal, rms=0.113897Jy sigma=1.647262 ! Inverting map and beam ! Estimated beam: bmin=2.898 mas, bmaj=14.94 mas, bpa=-14.07 degrees ! Estimated noise=2.08119 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.741 mas, bmaj=15.68 mas, bpa=-12.86 degrees ! Estimated noise=1.36312 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.0509882 Jy ! Component: 100 - total flux cleaned = 0.0747674 Jy ! Component: 150 - total flux cleaned = 0.0864499 Jy ! Component: 200 - total flux cleaned = 0.0923867 Jy ! Total flux subtracted in 200 components = 0.0923867 Jy ! Clean residual min=-0.006107 max=0.007041 Jy/beam ! Clean residual mean=-0.000053 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.35795 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 61 model components to the UV plane model. ! The established model now contains 99 components and 0.35795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091887Jy sigma=1.284568 ! Fit after self-cal, rms=0.091861Jy sigma=1.284224 ! 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.741 x 15.68 at -12.86 degrees (North through East) ! Clean map min=-0.0059727 max=0.22369 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.01882 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.95 HN 1.00* KP 0.91 ! LA 1.12 MK 0.94 NL 0.99 OV 0.92 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.987987 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 1.00* KP 1.01 ! LA 1.09 MK 1.06 NL 0.99 OV 1.01 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.942602 ! Telescope amplitude corrections in sub-array 1: ! BR 1.40 FD 1.16 HN 1.00* KP 0.92 ! LA 0.91 MK 1.02 NL 1.15 OV 0.99 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.08524 ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 0.99 HN 1.00* KP 0.87 ! LA 0.75 MK 1.03 NL 0.98 OV 0.79 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.091861Jy sigma=1.284224 ! Fit after self-cal, rms=0.080625Jy sigma=1.156919 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.080625Jy sigma=1.156919 ! Fit after self-cal, rms=0.080616Jy sigma=1.156726 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=16.26 mas, bpa=-13.03 degrees ! Estimated noise=1.36263 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.000387438 Jy ! Component: 100 - total flux cleaned = -0.000583237 Jy ! Component: 150 - total flux cleaned = -0.00075061 Jy ! Component: 200 - total flux cleaned = -0.000825974 Jy ! Total flux subtracted in 200 components = -0.000825974 Jy ! Clean residual min=-0.004171 max=0.004264 Jy/beam ! Clean residual mean=0.000190 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.357124 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 115 components and 0.357124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080439Jy sigma=1.153782 ! Fit after self-cal, rms=0.080437Jy sigma=1.153643 ! 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.080437Jy sigma=1.153643 ! Fit after self-cal, rms=0.076478Jy sigma=1.093041 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.000601997 Jy ! Component: 100 - total flux cleaned = 0.000523334 Jy ! Component: 150 - total flux cleaned = 0.000524419 Jy ! Component: 200 - total flux cleaned = 0.000578269 Jy ! Total flux subtracted in 200 components = 0.000578269 Jy ! Clean residual min=-0.003900 max=0.004465 Jy/beam ! Clean residual mean=0.000188 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.357702 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 130 components and 0.357702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076317Jy sigma=1.091181 ! Fit after self-cal, rms=0.075916Jy sigma=1.085842 ! 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.801 x 16.26 at -13.03 degrees (North through East) ! Clean map min=-0.0038504 max=0.22562 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.075916Jy sigma=1.085842 ! Fit after self-cal, rms=0.068219Jy sigma=0.973695 ! 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.068219Jy sigma=0.973695 ! Fit after self-cal, rms=0.068194Jy sigma=0.972975 ! Inverting map and beam ! Estimated beam: bmin=3.798 mas, bmaj=16.27 mas, bpa=-13.04 degrees ! Estimated noise=1.35746 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -5.30899e-05 Jy ! Component: 100 - total flux cleaned = -5.79653e-05 Jy ! Component: 150 - total flux cleaned = -1.80131e-05 Jy ! Component: 200 - total flux cleaned = 2.07301e-05 Jy ! Total flux subtracted in 200 components = 2.07301e-05 Jy ! Clean residual min=-0.003529 max=0.004351 Jy/beam ! Clean residual mean=0.000164 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 0.357723 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 143 components and 0.357723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068150Jy sigma=0.972056 ! Fit after self-cal, rms=0.068169Jy sigma=0.971916 ! 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.068169Jy sigma=0.971916 ! Fit after self-cal, rms=0.067924Jy sigma=0.947563 ! 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.067924Jy sigma=0.947563 ! Fit after self-cal, rms=0.067937Jy sigma=0.947525 ! Inverting map and beam ! Estimated beam: bmin=3.817 mas, bmaj=16.31 mas, bpa=-12.93 degrees ! Estimated noise=1.359 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00016766 Jy ! Component: 100 - total flux cleaned = -0.000249154 Jy ! Component: 150 - total flux cleaned = -0.000250157 Jy ! Component: 200 - total flux cleaned = -0.000217702 Jy ! Total flux subtracted in 200 components = -0.000217702 Jy ! Clean residual min=-0.003473 max=0.004191 Jy/beam ! Clean residual mean=0.000166 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.357505 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 149 components and 0.357505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067902Jy sigma=0.946869 ! Fit after self-cal, rms=0.067914Jy sigma=0.946847 ! 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=9.294 mas, bmaj=24.13 mas, bpa=10.6 degrees ! Estimated noise=1.5734 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.000899319 Jy ! Component: 100 - total flux cleaned = 0.000964466 Jy ! Component: 150 - total flux cleaned = 0.00105011 Jy ! Component: 200 - total flux cleaned = 0.00110528 Jy ! Total flux subtracted in 200 components = 0.00110528 Jy ! Clean residual min=-0.003749 max=0.004608 Jy/beam ! Clean residual mean=0.000247 rms=0.001364 Jy/beam ! Combined flux in latest and established models = 0.35861 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 156 components and 0.358611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067897Jy sigma=0.946915 ! Fit after self-cal, rms=0.067896Jy sigma=0.946865 ! Inverting map uvtaper 0,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.931 mas, bmaj=15.01 mas, bpa=-14.1 degrees ! Estimated noise=2.07828 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.196905 Jy ! Component: 100 - total flux cleaned = 0.262031 Jy ! Component: 150 - total flux cleaned = 0.298701 Jy ! Component: 200 - total flux cleaned = 0.32114 Jy ! Total flux subtracted in 200 components = 0.32114 Jy ! Clean residual min=-0.009654 max=0.010917 Jy/beam ! Clean residual mean=0.000176 rms=0.002872 Jy/beam ! Combined flux in latest and established models = 0.32114 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.32114 Jy ! Inverting map and beam ! Estimated beam: bmin=3.817 mas, bmaj=16.31 mas, bpa=-12.93 degrees ! Estimated noise=1.359 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.01885 Jy ! Component: 100 - total flux cleaned = 0.0277483 Jy ! Component: 150 - total flux cleaned = 0.0323635 Jy ! Component: 200 - total flux cleaned = 0.0348998 Jy ! Total flux subtracted in 200 components = 0.0348998 Jy ! Clean residual min=-0.003590 max=0.003917 Jy/beam ! Clean residual mean=0.000179 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.35604 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 117 components and 0.35604 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=9.294 mas, bmaj=24.13 mas, bpa=10.6 degrees ! Estimated noise=1.5734 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.00210604 Jy ! Component: 100 - total flux cleaned = 0.00301586 Jy ! Component: 150 - total flux cleaned = 0.00313212 Jy ! Component: 200 - total flux cleaned = 0.00324139 Jy ! Total flux subtracted in 200 components = 0.00324139 Jy ! Clean residual min=-0.004032 max=0.004493 Jy/beam ! Clean residual mean=0.000239 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.359281 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 127 components and 0.359281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.817 mas, bmaj=16.31 mas, bpa=-12.93 degrees ! Estimated noise=1.359 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000446206 Jy ! Component: 100 - total flux cleaned = -0.000477284 Jy ! Component: 150 - total flux cleaned = -0.000503238 Jy ! Component: 200 - total flux cleaned = -0.000529332 Jy ! Total flux subtracted in 200 components = -0.000529332 Jy ! Clean residual min=-0.003493 max=0.004154 Jy/beam ! Clean residual mean=0.000156 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.358752 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 145 components and 0.358752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067858Jy sigma=0.946089 ! Fit after self-cal, rms=0.067851Jy sigma=0.945961 wmodel J0854-2540_S_2005_06_01_yyk\_map.mod ! Writing 145 model components to file: J0854-2540_S_2005_06_01_yyk_map.mod wobs J0854-2540_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0854-2540_S_2005_06_01_yyk_uvs.fits wwins J0854-2540_S_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J0854-2540_S_2005_06_01_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.00144698 Jy ! Component: 100 - total flux cleaned = 0.00207746 Jy ! Component: 150 - total flux cleaned = 0.00231365 Jy ! Component: 200 - total flux cleaned = 0.00259649 Jy ! Component: 250 - total flux cleaned = 0.00286766 Jy ! Component: 300 - total flux cleaned = 0.00302408 Jy ! Component: 350 - total flux cleaned = 0.00307372 Jy ! Component: 400 - total flux cleaned = 0.00317023 Jy ! Component: 450 - total flux cleaned = 0.00326271 Jy ! Component: 500 - total flux cleaned = 0.00326209 Jy ! Component: 550 - total flux cleaned = 0.00330597 Jy ! Component: 600 - total flux cleaned = 0.00334918 Jy ! Component: 650 - total flux cleaned = 0.00334896 Jy ! Component: 700 - total flux cleaned = 0.00330848 Jy ! Component: 750 - total flux cleaned = 0.00326952 Jy ! Component: 800 - total flux cleaned = 0.00334647 Jy ! Component: 850 - total flux cleaned = 0.00338356 Jy ! Component: 900 - total flux cleaned = 0.00342035 Jy ! Component: 950 - total flux cleaned = 0.00342055 Jy ! Component: 1000 - total flux cleaned = 0.00352565 Jy ! Component: 1050 - total flux cleaned = 0.00355899 Jy ! Component: 1100 - total flux cleaned = 0.003525 Jy ! Component: 1150 - total flux cleaned = 0.00359171 Jy ! Component: 1200 - total flux cleaned = 0.00368922 Jy ! Component: 1250 - total flux cleaned = 0.00375316 Jy ! Component: 1300 - total flux cleaned = 0.00387862 Jy ! Component: 1350 - total flux cleaned = 0.00394042 Jy ! Component: 1400 - total flux cleaned = 0.00406173 Jy ! Component: 1450 - total flux cleaned = 0.00412122 Jy ! Component: 1500 - total flux cleaned = 0.00415051 Jy ! Component: 1550 - total flux cleaned = 0.00420815 Jy ! Component: 1600 - total flux cleaned = 0.00423669 Jy ! Component: 1650 - total flux cleaned = 0.00429257 Jy ! Component: 1700 - total flux cleaned = 0.00431991 Jy ! Component: 1750 - total flux cleaned = 0.00440135 Jy ! Component: 1800 - total flux cleaned = 0.00448141 Jy ! Component: 1850 - total flux cleaned = 0.00453463 Jy ! Component: 1900 - total flux cleaned = 0.00461319 Jy ! Component: 1950 - total flux cleaned = 0.00471644 Jy ! Component: 2000 - total flux cleaned = 0.00484358 Jy ! Total flux subtracted in 2048 components = 0.00481823 Jy ! Clean residual min=-0.001473 max=0.001349 Jy/beam ! Clean residual mean=0.000086 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.36357 Jy keep ! Adding 119 model components to the UV plane model. ! The established model now contains 264 components and 0.36357 Jy ![Exited script file: muppet] wmap "J0854-2540_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.817 x 16.31 at -12.93 degrees (North through East) ! Clean map min=-0.0029248 max=0.22968 Jy/beam ! Writing clean map to FITS file: J0854-2540_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.22968 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000524139 device "J0854-2540_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0854-2540_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.684612 0.684612 1.36922 2.73845 5.4769 10.9538 21.9076 43.8152 87.6304 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.229 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.817 x 16.31 at -12.93 degrees (North through East) ! Clean map min=-0.0029248 max=0.22968 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0854-2540_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0854-2540_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0854-2540_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:11:10 2005