! Started logfile: J1336-1852_X_2005_07_08_yyk_uvs.log on Fri Jan 20 10:31:15 2006 obs J1336-1852_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1336-1852_X_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J1336-1852 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1407 lines of history. ! ! Reading 1600 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 J1336-1852_X_2005_07_08_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.181456 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=0.6758 mas, bmaj=1.758 mas, bpa=-1.002 degrees ! Estimated noise=1.60764 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.125162 Jy ! Component: 100 - total flux cleaned = 0.155636 Jy ! Total flux subtracted in 100 components = 0.155636 Jy ! Clean residual min=-0.011085 max=0.011600 Jy/beam ! Clean residual mean=-0.000012 rms=0.002971 Jy/beam ! Combined flux in latest and established models = 0.155636 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.155636 Jy ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.098695Jy sigma=1.562833 ! Fit after self-cal, rms=0.084733Jy sigma=1.244754 ! Inverting map and beam ! Estimated beam: bmin=0.6759 mas, bmaj=1.757 mas, bpa=-0.9958 degrees ! Estimated noise=1.60907 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=0.8474 mas, bmaj=2.162 mas, bpa=-1.389 degrees ! Estimated noise=1.1018 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.0298111 Jy ! Component: 100 - total flux cleaned = 0.0396531 Jy ! Component: 150 - total flux cleaned = 0.0432432 Jy ! Component: 200 - total flux cleaned = 0.044082 Jy ! Total flux subtracted in 200 components = 0.044082 Jy ! Clean residual min=-0.005410 max=0.005238 Jy/beam ! Clean residual mean=0.000025 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.199718 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 35 components and 0.199718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079483Jy sigma=1.110929 ! Fit after self-cal, rms=0.079488Jy sigma=1.110715 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8474 x 2.162 at -1.389 degrees (North through East) ! Clean map min=-0.0049038 max=0.159 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.02396 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.97 HN 1.19 KP 0.90 ! LA 0.96 MK 0.97 NL 0.96 OV 0.93 ! PT 1.04 SC 0.91 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.02098 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.09 HN 1.11 KP 0.88 ! LA 1.00 MK 0.92 NL 0.93 OV 0.96 ! PT 1.06 SC 0.87 ! ! ! Correcting IF 4. ! 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* ! ! ! Fit before self-cal, rms=0.079488Jy sigma=1.110715 ! Fit after self-cal, rms=0.078661Jy sigma=1.089656 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.078661Jy sigma=1.089656 ! Fit after self-cal, rms=0.078662Jy sigma=1.089633 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.83 mas, bmaj=2.116 mas, bpa=-0.5891 degrees ! Estimated noise=1.08761 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.00110732 Jy ! Component: 100 - total flux cleaned = 0.00134885 Jy ! Component: 150 - total flux cleaned = 0.00139354 Jy ! Component: 200 - total flux cleaned = 0.00139433 Jy ! Total flux subtracted in 200 components = 0.00139433 Jy ! Clean residual min=-0.004465 max=0.004408 Jy/beam ! Clean residual mean=0.000002 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.201112 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.201112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078580Jy sigma=1.088268 ! Fit after self-cal, rms=0.078583Jy sigma=1.088235 ! 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.078583Jy sigma=1.088235 ! Fit after self-cal, rms=0.068783Jy sigma=0.954111 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.00138439 Jy ! Component: 100 - total flux cleaned = 0.00110727 Jy ! Component: 150 - total flux cleaned = 0.00091359 Jy ! Component: 200 - total flux cleaned = 0.000765432 Jy ! Total flux subtracted in 200 components = 0.000765432 Jy ! Clean residual min=-0.003781 max=0.003955 Jy/beam ! Clean residual mean=0.000002 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.201877 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 53 components and 0.201877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068679Jy sigma=0.951837 ! Fit after self-cal, rms=0.067797Jy sigma=0.943830 ! 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: 0.83 x 2.116 at -0.5891 degrees (North through East) ! Clean map min=-0.0035777 max=0.1607 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.067797Jy sigma=0.943830 ! Fit after self-cal, rms=0.066068Jy sigma=0.926256 ! 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.066068Jy sigma=0.926256 ! Fit after self-cal, rms=0.065927Jy sigma=0.925384 ! Inverting map and beam ! Estimated beam: bmin=0.8288 mas, bmaj=2.113 mas, bpa=0.09165 degrees ! Estimated noise=1.05725 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00394928 Jy ! Component: 100 - total flux cleaned = -0.00466492 Jy ! Component: 150 - total flux cleaned = -0.00479546 Jy ! Component: 200 - total flux cleaned = -0.00486767 Jy ! Total flux subtracted in 200 components = -0.00486767 Jy ! Clean residual min=-0.003495 max=0.003226 Jy/beam ! Clean residual mean=0.000008 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.19701 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 59 components and 0.19701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065766Jy sigma=0.921922 ! Fit after self-cal, rms=0.065713Jy sigma=0.921679 ! 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.065713Jy sigma=0.921679 ! Fit after self-cal, rms=0.064382Jy sigma=0.908200 ! 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.064382Jy sigma=0.908200 ! Fit after self-cal, rms=0.064372Jy sigma=0.908011 ! Inverting map and beam ! Estimated beam: bmin=0.8292 mas, bmaj=2.1 mas, bpa=0.3371 degrees ! Estimated noise=1.04287 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00211834 Jy ! Component: 100 - total flux cleaned = -0.00218673 Jy ! Component: 150 - total flux cleaned = -0.00223816 Jy ! Component: 200 - total flux cleaned = -0.00228106 Jy ! Total flux subtracted in 200 components = -0.00228106 Jy ! Clean residual min=-0.003382 max=0.003266 Jy/beam ! Clean residual mean=0.000002 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.194729 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.194729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064313Jy sigma=0.906766 ! Fit after self-cal, rms=0.064306Jy sigma=0.906716 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.407 mas, bmaj=5.258 mas, bpa=-1.221 degrees ! Estimated noise=1.36799 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.000575667 Jy ! Component: 100 - total flux cleaned = -0.00062325 Jy ! Component: 150 - total flux cleaned = -0.000664768 Jy ! Component: 200 - total flux cleaned = -0.000703886 Jy ! Total flux subtracted in 200 components = -0.000703886 Jy ! Clean residual min=-0.003810 max=0.003415 Jy/beam ! Clean residual mean=0.000002 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.194025 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 63 components and 0.194025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064338Jy sigma=0.906888 ! Fit after self-cal, rms=0.064333Jy sigma=0.906822 ! 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=0.671 mas, bmaj=1.729 mas, bpa=-0.08122 degrees ! Estimated noise=1.53084 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.131099 Jy ! Component: 100 - total flux cleaned = 0.16396 Jy ! Component: 150 - total flux cleaned = 0.178601 Jy ! Component: 200 - total flux cleaned = 0.186382 Jy ! Total flux subtracted in 200 components = 0.186382 Jy ! Clean residual min=-0.005437 max=0.005835 Jy/beam ! Clean residual mean=-0.000007 rms=0.001385 Jy/beam ! Combined flux in latest and established models = 0.186382 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.186382 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8292 mas, bmaj=2.1 mas, bpa=0.3371 degrees ! Estimated noise=1.04287 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.00576214 Jy ! Component: 100 - total flux cleaned = 0.00776681 Jy ! Component: 150 - total flux cleaned = 0.00820514 Jy ! Component: 200 - total flux cleaned = 0.00823078 Jy ! Total flux subtracted in 200 components = 0.00823078 Jy ! Clean residual min=-0.003367 max=0.003296 Jy/beam ! Clean residual mean=0.000002 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.194613 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 38 components and 0.194613 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.407 mas, bmaj=5.258 mas, bpa=-1.221 degrees ! Estimated noise=1.36799 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.000335385 Jy ! Component: 100 - total flux cleaned = -0.000356206 Jy ! Component: 150 - total flux cleaned = -0.000380567 Jy ! Component: 200 - total flux cleaned = -0.000424875 Jy ! Total flux subtracted in 200 components = -0.000424875 Jy ! Clean residual min=-0.003796 max=0.003475 Jy/beam ! Clean residual mean=0.000002 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.194188 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.194188 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8292 mas, bmaj=2.1 mas, bpa=0.3371 degrees ! Estimated noise=1.04287 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 5.57522e-05 Jy ! Component: 100 - total flux cleaned = 9.73346e-05 Jy ! Component: 150 - total flux cleaned = 9.75864e-05 Jy ! Component: 200 - total flux cleaned = 9.68487e-05 Jy ! Total flux subtracted in 200 components = 9.68487e-05 Jy ! Clean residual min=-0.003353 max=0.003259 Jy/beam ! Clean residual mean=0.000001 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.194285 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.194285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064284Jy sigma=0.906858 ! Fit after self-cal, rms=0.064281Jy sigma=0.906813 wmodel J1336-1852_X_2005_07_08_yyk\_map.mod ! Writing 51 model components to file: J1336-1852_X_2005_07_08_yyk_map.mod wobs J1336-1852_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1336-1852_X_2005_07_08_yyk_uvs.fits wwins J1336-1852_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1336-1852_X_2005_07_08_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.000503033 Jy ! Component: 100 - total flux cleaned = -0.00113104 Jy ! Component: 150 - total flux cleaned = -0.00193508 Jy ! Component: 200 - total flux cleaned = -0.00249682 Jy ! Component: 250 - total flux cleaned = -0.00288876 Jy ! Component: 300 - total flux cleaned = -0.0031257 Jy ! Component: 350 - total flux cleaned = -0.003218 Jy ! Component: 400 - total flux cleaned = -0.00326278 Jy ! Component: 450 - total flux cleaned = -0.0032625 Jy ! Component: 500 - total flux cleaned = -0.00330514 Jy ! Component: 550 - total flux cleaned = -0.00338865 Jy ! Component: 600 - total flux cleaned = -0.00351033 Jy ! Component: 650 - total flux cleaned = -0.0035098 Jy ! Component: 700 - total flux cleaned = -0.00362726 Jy ! Component: 750 - total flux cleaned = -0.00378013 Jy ! Component: 800 - total flux cleaned = -0.00374355 Jy ! Component: 850 - total flux cleaned = -0.00389209 Jy ! Component: 900 - total flux cleaned = -0.00389269 Jy ! Component: 950 - total flux cleaned = -0.00378482 Jy ! Component: 1000 - total flux cleaned = -0.00392518 Jy ! Component: 1050 - total flux cleaned = -0.00392457 Jy ! Component: 1100 - total flux cleaned = -0.00392524 Jy ! Component: 1150 - total flux cleaned = -0.00395942 Jy ! Component: 1200 - total flux cleaned = -0.00402628 Jy ! Component: 1250 - total flux cleaned = -0.0040595 Jy ! Component: 1300 - total flux cleaned = -0.00409196 Jy ! Component: 1350 - total flux cleaned = -0.00412374 Jy ! Component: 1400 - total flux cleaned = -0.00425064 Jy ! Component: 1450 - total flux cleaned = -0.00440678 Jy ! Component: 1500 - total flux cleaned = -0.00434415 Jy ! Component: 1550 - total flux cleaned = -0.00437495 Jy ! Component: 1600 - total flux cleaned = -0.00446561 Jy ! Component: 1650 - total flux cleaned = -0.00446546 Jy ! Component: 1700 - total flux cleaned = -0.0043766 Jy ! Component: 1750 - total flux cleaned = -0.0044937 Jy ! Component: 1800 - total flux cleaned = -0.00432018 Jy ! Component: 1850 - total flux cleaned = -0.00443495 Jy ! Component: 1900 - total flux cleaned = -0.00449114 Jy ! Component: 1950 - total flux cleaned = -0.00449151 Jy ! Component: 2000 - total flux cleaned = -0.00454668 Jy ! Total flux subtracted in 2048 components = -0.00462869 Jy ! Clean residual min=-0.001589 max=0.001895 Jy/beam ! Clean residual mean=-0.000004 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.189656 Jy keep ! Adding 153 model components to the UV plane model. ! The established model now contains 204 components and 0.189656 Jy ![Exited script file: muppet] wmap "J1336-1852_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8292 x 2.1 at 0.3371 degrees (North through East) ! Clean map min=-0.0025736 max=0.1558 Jy/beam ! Writing clean map to FITS file: J1336-1852_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.155804 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000516768 device "J1336-1852_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1336-1852_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.995034 0.995034 1.99007 3.98014 7.96027 15.9205 31.8411 63.6822 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.155 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8292 x 2.1 at 0.3371 degrees (North through East) ! Clean map min=-0.0025736 max=0.1558 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1336-1852_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1336-1852_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1336-1852_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:31:19 2006