! Started logfile: J0510-3142_S_2005_06_01_yyk_uvs.log on Sat Oct 8 16:57:49 2005 obs J0510-3142_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0510-3142_S_2005_06_01_yyk_uve.fits ! AN table 1: 22 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.886869 visibilities/baseline/integration-bin. ! Found source: J0510-3142 ! ! 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 3512 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 J0510-3142_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.200879 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.393 mas, bmaj=6.264 mas, bpa=-1.959 degrees ! Estimated noise=1.43497 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.150725 Jy ! Component: 100 - total flux cleaned = 0.17148 Jy ! Total flux subtracted in 100 components = 0.17148 Jy ! Clean residual min=-0.009312 max=0.011664 Jy/beam ! Clean residual mean=-0.000061 rms=0.002708 Jy/beam ! Combined flux in latest and established models = 0.17148 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.17148 Jy ! ! Correcting IF 1. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.094726Jy sigma=1.266895 ! Fit after self-cal, rms=0.090711Jy sigma=1.196054 ! Inverting map and beam ! Estimated beam: bmin=2.393 mas, bmaj=6.264 mas, bpa=-1.959 degrees ! Estimated noise=1.43497 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.033 mas, bmaj=7.982 mas, bpa=-2.774 degrees ! Estimated noise=0.890831 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.000232647 Jy ! Component: 100 - total flux cleaned = 0.000436238 Jy ! Component: 150 - total flux cleaned = 0.000698939 Jy ! Component: 200 - total flux cleaned = 0.000787839 Jy ! Total flux subtracted in 200 components = 0.000787839 Jy ! Clean residual min=-0.008780 max=0.009392 Jy/beam ! Clean residual mean=-0.000031 rms=0.002684 Jy/beam ! Combined flux in latest and established models = 0.172268 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.172268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090688Jy sigma=1.193681 ! Fit after self-cal, rms=0.090681Jy sigma=1.193618 ! 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.033 x 7.982 at -2.774 degrees (North through East) ! Clean map min=-0.0083998 max=0.16613 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.04122 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.92 HN 1.00* KP 0.94 ! LA 1.12 MK 0.91 NL 0.96 OV 0.90 ! PT 1.04 SC 0.88 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.997397 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.00* KP 0.94 ! LA 1.07 MK 0.97 NL 1.07 OV 0.96 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 3. ! 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 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.090681Jy sigma=1.193618 ! Fit after self-cal, rms=0.089922Jy sigma=1.184965 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.089922Jy sigma=1.184965 ! Fit after self-cal, rms=0.089913Jy sigma=1.184918 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.859 mas, bpa=-2.477 degrees ! Estimated noise=0.891284 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.00228946 Jy ! Component: 100 - total flux cleaned = 0.00281044 Jy ! Component: 150 - total flux cleaned = 0.00325623 Jy ! Component: 200 - total flux cleaned = 0.00349852 Jy ! Total flux subtracted in 200 components = 0.00349852 Jy ! Clean residual min=-0.007931 max=0.009639 Jy/beam ! Clean residual mean=0.000134 rms=0.002565 Jy/beam ! Combined flux in latest and established models = 0.175767 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.175767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089714Jy sigma=1.181886 ! Fit after self-cal, rms=0.089708Jy sigma=1.181843 ! 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.089708Jy sigma=1.181843 ! Fit after self-cal, rms=0.086054Jy sigma=1.130250 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.00153117 Jy ! Component: 100 - total flux cleaned = 0.00173809 Jy ! Component: 150 - total flux cleaned = 0.00186454 Jy ! Component: 200 - total flux cleaned = 0.0019826 Jy ! Total flux subtracted in 200 components = 0.0019826 Jy ! Clean residual min=-0.007929 max=0.009681 Jy/beam ! Clean residual mean=0.000140 rms=0.002545 Jy/beam ! Combined flux in latest and established models = 0.177749 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 23 components and 0.177749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085898Jy sigma=1.128708 ! Fit after self-cal, rms=0.085741Jy sigma=1.125627 ! 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.975 x 7.859 at -2.477 degrees (North through East) ! Clean map min=-0.0076792 max=0.16383 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.085741Jy sigma=1.125627 ! Fit after self-cal, rms=0.083441Jy sigma=1.107440 ! 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.083441Jy sigma=1.107440 ! Fit after self-cal, rms=0.083497Jy sigma=1.107043 ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=7.812 mas, bpa=-1.558 degrees ! Estimated noise=0.876222 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00149518 Jy ! Component: 100 - total flux cleaned = -0.00125074 Jy ! Component: 150 - total flux cleaned = -0.00104814 Jy ! Component: 200 - total flux cleaned = -0.000833693 Jy ! Total flux subtracted in 200 components = -0.000833693 Jy ! Clean residual min=-0.007009 max=0.008784 Jy/beam ! Clean residual mean=0.000130 rms=0.002322 Jy/beam ! Combined flux in latest and established models = 0.176915 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 23 components and 0.176915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083680Jy sigma=1.104620 ! Fit after self-cal, rms=0.083708Jy sigma=1.104572 ! 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.083708Jy sigma=1.104572 ! Fit after self-cal, rms=0.083123Jy sigma=1.095673 ! 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.083123Jy sigma=1.095673 ! Fit after self-cal, rms=0.083102Jy sigma=1.095590 ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.776 mas, bpa=-1.322 degrees ! Estimated noise=0.866992 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000838152 Jy ! Component: 100 - total flux cleaned = -0.000654072 Jy ! Component: 150 - total flux cleaned = -0.000400589 Jy ! Component: 200 - total flux cleaned = -0.000190234 Jy ! Total flux subtracted in 200 components = -0.000190234 Jy ! Clean residual min=-0.006927 max=0.008558 Jy/beam ! Clean residual mean=0.000122 rms=0.002235 Jy/beam ! Combined flux in latest and established models = 0.176725 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 26 components and 0.176725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083222Jy sigma=1.094232 ! Fit after self-cal, rms=0.083215Jy sigma=1.094223 ! 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.09 mas, bmaj=24.55 mas, bpa=5.919 degrees ! Estimated noise=1.14001 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.00204344 Jy ! Component: 100 - total flux cleaned = 0.00232331 Jy ! Component: 150 - total flux cleaned = 0.00245252 Jy ! Component: 200 - total flux cleaned = 0.0026928 Jy ! Total flux subtracted in 200 components = 0.0026928 Jy ! Clean residual min=-0.006446 max=0.009502 Jy/beam ! Clean residual mean=0.000257 rms=0.003043 Jy/beam ! Combined flux in latest and established models = 0.179418 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 30 components and 0.179418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083357Jy sigma=1.098879 ! Fit after self-cal, rms=0.083352Jy sigma=1.098757 ! 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.359 mas, bmaj=6.214 mas, bpa=-1.353 degrees ! Estimated noise=1.36335 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.14633 Jy ! Component: 100 - total flux cleaned = 0.166999 Jy ! Component: 150 - total flux cleaned = 0.174495 Jy ! Component: 200 - total flux cleaned = 0.178571 Jy ! Total flux subtracted in 200 components = 0.178571 Jy ! Clean residual min=-0.006483 max=0.007288 Jy/beam ! Clean residual mean=0.000020 rms=0.001712 Jy/beam ! Combined flux in latest and established models = 0.178571 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.178571 Jy ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.776 mas, bpa=-1.322 degrees ! Estimated noise=0.866992 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.00282378 Jy ! Component: 100 - total flux cleaned = -0.00272848 Jy ! Component: 150 - total flux cleaned = -0.00264463 Jy ! Component: 200 - total flux cleaned = -0.00256463 Jy ! Total flux subtracted in 200 components = -0.00256463 Jy ! Clean residual min=-0.007207 max=0.008946 Jy/beam ! Clean residual mean=0.000123 rms=0.002324 Jy/beam ! Combined flux in latest and established models = 0.176006 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.176006 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.09 mas, bmaj=24.55 mas, bpa=5.919 degrees ! Estimated noise=1.14001 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.00160963 Jy ! Component: 100 - total flux cleaned = 0.00196217 Jy ! Component: 150 - total flux cleaned = 0.00226776 Jy ! Component: 200 - total flux cleaned = 0.00254568 Jy ! Total flux subtracted in 200 components = 0.00254568 Jy ! Clean residual min=-0.006649 max=0.009985 Jy/beam ! Clean residual mean=0.000257 rms=0.003155 Jy/beam ! Combined flux in latest and established models = 0.178552 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 33 components and 0.178552 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.776 mas, bpa=-1.322 degrees ! Estimated noise=0.866992 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00198225 Jy ! Component: 100 - total flux cleaned = -0.00211233 Jy ! Component: 150 - total flux cleaned = -0.00203808 Jy ! Component: 200 - total flux cleaned = -0.0020433 Jy ! Total flux subtracted in 200 components = -0.00204329 Jy ! Clean residual min=-0.006872 max=0.008522 Jy/beam ! Clean residual mean=0.000122 rms=0.002239 Jy/beam ! Combined flux in latest and established models = 0.176509 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 45 components and 0.176509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083159Jy sigma=1.093719 ! Fit after self-cal, rms=0.083146Jy sigma=1.093681 wmodel J0510-3142_S_2005_06_01_yyk\_map.mod ! Writing 45 model components to file: J0510-3142_S_2005_06_01_yyk_map.mod wobs J0510-3142_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0510-3142_S_2005_06_01_yyk_uvs.fits wwins J0510-3142_S_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J0510-3142_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.00376928 Jy ! Component: 100 - total flux cleaned = 0.00519051 Jy ! Component: 150 - total flux cleaned = 0.00541848 Jy ! Component: 200 - total flux cleaned = 0.00605134 Jy ! Component: 250 - total flux cleaned = 0.0067403 Jy ! Component: 300 - total flux cleaned = 0.00720638 Jy ! Component: 350 - total flux cleaned = 0.00738788 Jy ! Component: 400 - total flux cleaned = 0.00755642 Jy ! Component: 450 - total flux cleaned = 0.00796409 Jy ! Component: 500 - total flux cleaned = 0.0081976 Jy ! Component: 550 - total flux cleaned = 0.0083478 Jy ! Component: 600 - total flux cleaned = 0.00842261 Jy ! Component: 650 - total flux cleaned = 0.00842315 Jy ! Component: 700 - total flux cleaned = 0.00842352 Jy ! Component: 750 - total flux cleaned = 0.00835692 Jy ! Component: 800 - total flux cleaned = 0.00842291 Jy ! Component: 850 - total flux cleaned = 0.00854949 Jy ! Component: 900 - total flux cleaned = 0.00873362 Jy ! Component: 950 - total flux cleaned = 0.00891223 Jy ! Component: 1000 - total flux cleaned = 0.00908624 Jy ! Component: 1050 - total flux cleaned = 0.00931172 Jy ! Component: 1100 - total flux cleaned = 0.00936617 Jy ! Component: 1150 - total flux cleaned = 0.00958128 Jy ! Component: 1200 - total flux cleaned = 0.009635 Jy ! Component: 1250 - total flux cleaned = 0.00994159 Jy ! Component: 1300 - total flux cleaned = 0.00999239 Jy ! Component: 1350 - total flux cleaned = 0.0101884 Jy ! Component: 1400 - total flux cleaned = 0.0103787 Jy ! Component: 1450 - total flux cleaned = 0.0105198 Jy ! Component: 1500 - total flux cleaned = 0.010794 Jy ! Component: 1550 - total flux cleaned = 0.0110152 Jy ! Component: 1600 - total flux cleaned = 0.0111011 Jy ! Component: 1650 - total flux cleaned = 0.011272 Jy ! Component: 1700 - total flux cleaned = 0.0114808 Jy ! Component: 1750 - total flux cleaned = 0.0116439 Jy ! Component: 1800 - total flux cleaned = 0.011884 Jy ! Component: 1850 - total flux cleaned = 0.0121198 Jy ! Component: 1900 - total flux cleaned = 0.0121978 Jy ! Component: 1950 - total flux cleaned = 0.0124259 Jy ! Component: 2000 - total flux cleaned = 0.0125752 Jy ! Total flux subtracted in 2048 components = 0.0128309 Jy ! Clean residual min=-0.002122 max=0.002102 Jy/beam ! Clean residual mean=0.000083 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.18934 Jy keep ! Adding 150 model components to the UV plane model. ! The established model now contains 195 components and 0.18934 Jy ![Exited script file: muppet] wmap "J0510-3142_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.925 x 7.776 at -1.322 degrees (North through East) ! Clean map min=-0.0050269 max=0.15868 Jy/beam ! Writing clean map to FITS file: J0510-3142_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.158678 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000791309 device "J0510-3142_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0510-3142_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.49607 1.49607 2.99213 5.98427 11.9685 23.9371 47.8741 95.7483 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.158 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.925 x 7.776 at -1.322 degrees (North through East) ! Clean map min=-0.0050269 max=0.15868 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0510-3142_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0510-3142_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0510-3142_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 16:57:53 2005