! Started logfile: J0948-2901_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:14:01 2005 obs J0948-2901_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0948-2901_S_2005_05_12_yyk_uve.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.665556 visibilities/baseline/integration-bin. ! Found source: J0948-2901 ! ! 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 1443 lines of history. ! ! Reading 2396 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 J0948-2901_S_2005_05_12_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.163853 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.862 mas, bmaj=14.6 mas, bpa=-14.03 degrees ! Estimated noise=1.7371 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.0913051 Jy ! Component: 100 - total flux cleaned = 0.121226 Jy ! Total flux subtracted in 100 components = 0.121226 Jy ! Clean residual min=-0.016319 max=0.014902 Jy/beam ! Clean residual mean=0.000066 rms=0.004666 Jy/beam ! Combined flux in latest and established models = 0.121226 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.121226 Jy ! ! Correcting IF 1. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.107954Jy sigma=1.655936 ! Fit after self-cal, rms=0.090817Jy sigma=1.338895 ! Inverting map and beam ! Estimated beam: bmin=2.862 mas, bmaj=14.6 mas, bpa=-14.03 degrees ! Estimated noise=1.7371 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.781 mas, bmaj=17.88 mas, bpa=-12.59 degrees ! Estimated noise=0.937164 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.038357 Jy ! Component: 100 - total flux cleaned = 0.0519666 Jy ! Component: 150 - total flux cleaned = 0.0584151 Jy ! Component: 200 - total flux cleaned = 0.0617115 Jy ! Total flux subtracted in 200 components = 0.0617115 Jy ! Clean residual min=-0.004738 max=0.006006 Jy/beam ! Clean residual mean=0.000034 rms=0.001812 Jy/beam ! Combined flux in latest and established models = 0.182937 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 68 model components to the UV plane model. ! The established model now contains 93 components and 0.182937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080143Jy sigma=1.122271 ! Fit after self-cal, rms=0.079882Jy sigma=1.118702 ! 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.781 x 17.88 at -12.59 degrees (North through East) ! Clean map min=-0.0045794 max=0.11885 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: 0.977197 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.10 KP 0.98 ! LA 0.95 MK 1.13 NL 1.03 OV 1.05 ! PT 0.97 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.965006 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.20 HN 1.00* KP 0.98 ! LA 0.89 MK 1.13 NL 1.08 OV 1.07 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0209 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.00* KP 0.93 ! LA 0.99 MK 0.95 NL 1.00 OV 0.94 ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.079882Jy sigma=1.118702 ! Fit after self-cal, rms=0.079328Jy sigma=1.105534 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.079328Jy sigma=1.105534 ! Fit after self-cal, rms=0.079147Jy sigma=1.102640 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=17.97 mas, bpa=-12.82 degrees ! Estimated noise=0.936159 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.000346193 Jy ! Component: 100 - total flux cleaned = -0.000395289 Jy ! Component: 150 - total flux cleaned = -0.000353827 Jy ! Component: 200 - total flux cleaned = -0.000281609 Jy ! Total flux subtracted in 200 components = -0.000281609 Jy ! Clean residual min=-0.004447 max=0.005946 Jy/beam ! Clean residual mean=-0.000117 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.182656 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 107 components and 0.182656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079106Jy sigma=1.101930 ! Fit after self-cal, rms=0.078905Jy sigma=1.099265 ! 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.078905Jy sigma=1.099265 ! Fit after self-cal, rms=0.072035Jy sigma=0.987159 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.00237517 Jy ! Component: 100 - total flux cleaned = 0.00199011 Jy ! Component: 150 - total flux cleaned = 0.00191606 Jy ! Component: 200 - total flux cleaned = 0.00185672 Jy ! Total flux subtracted in 200 components = 0.00185672 Jy ! Clean residual min=-0.003542 max=0.005472 Jy/beam ! Clean residual mean=-0.000126 rms=0.001274 Jy/beam ! Combined flux in latest and established models = 0.184512 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 113 components and 0.184512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071676Jy sigma=0.982711 ! Fit after self-cal, rms=0.071262Jy sigma=0.977930 ! 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.862 x 17.97 at -12.82 degrees (North through East) ! Clean map min=-0.003398 max=0.12596 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.071262Jy sigma=0.977930 ! Fit after self-cal, rms=0.070699Jy sigma=0.961956 ! 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.070699Jy sigma=0.961956 ! Fit after self-cal, rms=0.070645Jy sigma=0.961327 ! Inverting map and beam ! Estimated beam: bmin=3.822 mas, bmaj=17.89 mas, bpa=-12.9 degrees ! Estimated noise=0.934746 mJy/beam. ! Added new window around map position (-11.5, 6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00548478 Jy ! Component: 100 - total flux cleaned = 0.00786405 Jy ! Component: 150 - total flux cleaned = 0.00833944 Jy ! Component: 200 - total flux cleaned = 0.00840308 Jy ! Total flux subtracted in 200 components = 0.00840308 Jy ! Clean residual min=-0.003420 max=0.003029 Jy/beam ! Clean residual mean=-0.000098 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.192915 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 153 components and 0.192915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070288Jy sigma=0.954321 ! Fit after self-cal, rms=0.070262Jy sigma=0.953770 ! 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.070262Jy sigma=0.953770 ! Fit after self-cal, rms=0.069878Jy sigma=0.947456 ! 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.069878Jy sigma=0.947456 ! Fit after self-cal, rms=0.069868Jy sigma=0.947198 ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=17.89 mas, bpa=-12.92 degrees ! Estimated noise=0.931885 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00268716 Jy ! Component: 100 - total flux cleaned = 0.00319932 Jy ! Component: 150 - total flux cleaned = 0.00362331 Jy ! Component: 200 - total flux cleaned = 0.00385679 Jy ! Total flux subtracted in 200 components = 0.00385679 Jy ! Clean residual min=-0.002996 max=0.002571 Jy/beam ! Clean residual mean=-0.000067 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.196772 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 184 components and 0.196772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069757Jy sigma=0.944953 ! Fit after self-cal, rms=0.069737Jy sigma=0.944743 ! 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.43 mas, bmaj=27.48 mas, bpa=7.797 degrees ! Estimated noise=1.08142 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.00106941 Jy ! Component: 100 - total flux cleaned = 0.00113522 Jy ! Component: 150 - total flux cleaned = 0.00110677 Jy ! Component: 200 - total flux cleaned = 0.00105299 Jy ! Total flux subtracted in 200 components = 0.00105299 Jy ! Clean residual min=-0.002803 max=0.002064 Jy/beam ! Clean residual mean=-0.000117 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.197825 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 218 components and 0.197825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069720Jy sigma=0.944466 ! Fit after self-cal, rms=0.069716Jy sigma=0.944437 ! 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.86 mas, bmaj=14.64 mas, bpa=-14.21 degrees ! Estimated noise=1.72753 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.110273 Jy ! Component: 100 - total flux cleaned = 0.144338 Jy ! Component: 150 - total flux cleaned = 0.158909 Jy ! Component: 200 - total flux cleaned = 0.168185 Jy ! Total flux subtracted in 200 components = 0.168185 Jy ! Clean residual min=-0.006210 max=0.005633 Jy/beam ! Clean residual mean=-0.000063 rms=0.001739 Jy/beam ! Combined flux in latest and established models = 0.168185 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.168185 Jy ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=17.89 mas, bpa=-12.92 degrees ! Estimated noise=0.931885 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.0102635 Jy ! Component: 100 - total flux cleaned = 0.0164527 Jy ! Component: 150 - total flux cleaned = 0.02066 Jy ! Component: 200 - total flux cleaned = 0.0235989 Jy ! Total flux subtracted in 200 components = 0.0235989 Jy ! Clean residual min=-0.002804 max=0.002126 Jy/beam ! Clean residual mean=-0.000026 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.191784 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 133 components and 0.191784 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.43 mas, bmaj=27.48 mas, bpa=7.797 degrees ! Estimated noise=1.08142 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.00260864 Jy ! Component: 100 - total flux cleaned = 0.00383462 Jy ! Component: 150 - total flux cleaned = 0.00412676 Jy ! Component: 200 - total flux cleaned = 0.00432432 Jy ! Total flux subtracted in 200 components = 0.00432432 Jy ! Clean residual min=-0.002462 max=0.002278 Jy/beam ! Clean residual mean=-0.000092 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.196108 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 173 components and 0.196108 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=17.89 mas, bpa=-12.92 degrees ! Estimated noise=0.931885 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000121272 Jy ! Component: 100 - total flux cleaned = 0.000275704 Jy ! Component: 150 - total flux cleaned = 0.000407893 Jy ! Component: 200 - total flux cleaned = 0.000449249 Jy ! Total flux subtracted in 200 components = 0.000449249 Jy ! Clean residual min=-0.002838 max=0.002498 Jy/beam ! Clean residual mean=-0.000064 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.196557 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 200 components and 0.196557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069530Jy sigma=0.943300 ! Fit after self-cal, rms=0.069483Jy sigma=0.942972 wmodel J0948-2901_S_2005_05_12_yyk\_map.mod ! Writing 200 model components to file: J0948-2901_S_2005_05_12_yyk_map.mod wobs J0948-2901_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0948-2901_S_2005_05_12_yyk_uvs.fits wwins J0948-2901_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0948-2901_S_2005_05_12_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.000586716 Jy ! Component: 100 - total flux cleaned = -0.000153402 Jy ! Component: 150 - total flux cleaned = 0.000166546 Jy ! Component: 200 - total flux cleaned = 0.00029835 Jy ! Component: 250 - total flux cleaned = 0.000329481 Jy ! Component: 300 - total flux cleaned = 0.000418339 Jy ! Component: 350 - total flux cleaned = 0.000446037 Jy ! Component: 400 - total flux cleaned = 0.000418632 Jy ! Component: 450 - total flux cleaned = 0.000497427 Jy ! Component: 500 - total flux cleaned = 0.000522867 Jy ! Component: 550 - total flux cleaned = 0.000573463 Jy ! Component: 600 - total flux cleaned = 0.00064659 Jy ! Component: 650 - total flux cleaned = 0.000694038 Jy ! Component: 700 - total flux cleaned = 0.000647848 Jy ! Component: 750 - total flux cleaned = 0.000738363 Jy ! Component: 800 - total flux cleaned = 0.000693692 Jy ! Component: 850 - total flux cleaned = 0.000694073 Jy ! Component: 900 - total flux cleaned = 0.000737099 Jy ! Component: 950 - total flux cleaned = 0.000779246 Jy ! Component: 1000 - total flux cleaned = 0.000758278 Jy ! Component: 1050 - total flux cleaned = 0.000799446 Jy ! Component: 1100 - total flux cleaned = 0.000799585 Jy ! Component: 1150 - total flux cleaned = 0.000859087 Jy ! Component: 1200 - total flux cleaned = 0.000878744 Jy ! Component: 1250 - total flux cleaned = 0.000955874 Jy ! Component: 1300 - total flux cleaned = 0.000936766 Jy ! Component: 1350 - total flux cleaned = 0.000974624 Jy ! Component: 1400 - total flux cleaned = 0.00106747 Jy ! Component: 1450 - total flux cleaned = 0.00112251 Jy ! Component: 1500 - total flux cleaned = 0.00119537 Jy ! Component: 1550 - total flux cleaned = 0.00126731 Jy ! Component: 1600 - total flux cleaned = 0.00130283 Jy ! Component: 1650 - total flux cleaned = 0.00135575 Jy ! Component: 1700 - total flux cleaned = 0.00137324 Jy ! Component: 1750 - total flux cleaned = 0.001408 Jy ! Component: 1800 - total flux cleaned = 0.00147659 Jy ! Component: 1850 - total flux cleaned = 0.00151049 Jy ! Component: 1900 - total flux cleaned = 0.0015441 Jy ! Component: 1950 - total flux cleaned = 0.00154414 Jy ! Component: 2000 - total flux cleaned = 0.00157726 Jy ! Total flux subtracted in 2048 components = 0.00159377 Jy ! Clean residual min=-0.001001 max=0.000985 Jy/beam ! Clean residual mean=-0.000017 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.198151 Jy keep ! Adding 126 model components to the UV plane model. ! The established model now contains 326 components and 0.198151 Jy ![Exited script file: muppet] wmap "J0948-2901_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.829 x 17.89 at -12.92 degrees (North through East) ! Clean map min=-0.0021528 max=0.13289 Jy/beam ! Writing clean map to FITS file: J0948-2901_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.132893 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000335592 device "J0948-2901_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0948-2901_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.757581 0.757581 1.51516 3.03032 6.06065 12.1213 24.2426 48.4852 96.9704 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.132 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.829 x 17.89 at -12.92 degrees (North through East) ! Clean map min=-0.0021528 max=0.13289 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0948-2901_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0948-2901_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0948-2901_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:14:05 2005