! Started logfile: J0050-0929_X_2005_05_12_yyk_uvs.log on Sat Oct 8 16:47:00 2005 obs J0050-0929_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0050-0929_X_2005_05_12_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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 1439 lines of history. ! ! Reading 624 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 J0050-0929_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.506592 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.7475 mas, bmaj=1.835 mas, bpa=-1.184 degrees ! Estimated noise=2.73594 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.44103 Jy ! Component: 100 - total flux cleaned = 0.52035 Jy ! Total flux subtracted in 100 components = 0.52035 Jy ! Clean residual min=-0.020992 max=0.033471 Jy/beam ! Clean residual mean=-0.000048 rms=0.007126 Jy/beam ! Combined flux in latest and established models = 0.52035 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.52035 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.116799Jy sigma=1.530420 ! Fit after self-cal, rms=0.116190Jy sigma=1.522899 ! Inverting map and beam ! Estimated beam: bmin=0.7475 mas, bmaj=1.835 mas, bpa=-1.184 degrees ! Estimated noise=2.73594 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.908 mas, bmaj=2.261 mas, bpa=-4.6 degrees ! Estimated noise=2.06291 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.0350791 Jy ! Component: 100 - total flux cleaned = 0.0452538 Jy ! Component: 150 - total flux cleaned = 0.0454728 Jy ! Component: 200 - total flux cleaned = 0.0451425 Jy ! Total flux subtracted in 200 components = 0.0451425 Jy ! Clean residual min=-0.017210 max=0.022913 Jy/beam ! Clean residual mean=-0.000052 rms=0.005347 Jy/beam ! Combined flux in latest and established models = 0.565492 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 18 components and 0.565492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118213Jy sigma=1.392576 ! Fit after self-cal, rms=0.118208Jy sigma=1.392540 ! 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.908 x 2.261 at -4.6 degrees (North through East) ! Clean map min=-0.016213 max=0.53204 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: 0.961695 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 1.00* KP 0.96 ! LA 1.50 MK 1.00 NL 1.02 OV 0.99 ! PT 0.93 SC 1.09 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.969004 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.00* KP 0.87 ! LA 1.51 MK 1.00 NL 1.01 OV 0.99 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.950599 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.00* KP 0.84 ! LA 1.49 MK 1.02 NL 0.99 OV 1.02 ! PT 1.02 SC 1.09 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.946364 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.00* KP 0.98 ! LA 1.43 MK 1.01 NL 1.03 OV 1.02 ! PT 1.08 SC 1.03 ! ! ! Fit before self-cal, rms=0.118208Jy sigma=1.392540 ! Fit after self-cal, rms=0.101148Jy sigma=1.243041 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.101148Jy sigma=1.243041 ! Fit after self-cal, rms=0.101183Jy sigma=1.242992 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9225 mas, bmaj=2.296 mas, bpa=-5.183 degrees ! Estimated noise=1.88079 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.0381339 Jy ! Component: 100 - total flux cleaned = -0.0451955 Jy ! Component: 150 - total flux cleaned = -0.0461969 Jy ! Component: 200 - total flux cleaned = -0.0459067 Jy ! Total flux subtracted in 200 components = -0.0459067 Jy ! Clean residual min=-0.006094 max=0.005304 Jy/beam ! Clean residual mean=0.000010 rms=0.001598 Jy/beam ! Combined flux in latest and established models = 0.519586 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.519586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091438Jy sigma=0.995400 ! Fit after self-cal, rms=0.091439Jy sigma=0.995385 ! 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.091439Jy sigma=0.995385 ! Fit after self-cal, rms=0.089745Jy sigma=0.951941 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.000524842 Jy ! Component: 100 - total flux cleaned = 0.000697308 Jy ! Component: 150 - total flux cleaned = 0.000848975 Jy ! Component: 200 - total flux cleaned = 0.000982682 Jy ! Total flux subtracted in 200 components = 0.000982682 Jy ! Clean residual min=-0.005745 max=0.005159 Jy/beam ! Clean residual mean=0.000009 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.520568 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 24 components and 0.520568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089647Jy sigma=0.950804 ! Fit after self-cal, rms=0.089611Jy sigma=0.948879 ! 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.9225 x 2.296 at -5.183 degrees (North through East) ! Clean map min=-0.0054948 max=0.48813 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.089611Jy sigma=0.948879 ! Fit after self-cal, rms=0.090088Jy sigma=0.935957 ! 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.090088Jy sigma=0.935957 ! Fit after self-cal, rms=0.090094Jy sigma=0.935812 ! Inverting map and beam ! Estimated beam: bmin=0.9253 mas, bmaj=2.302 mas, bpa=-5.306 degrees ! Estimated noise=1.88096 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000147765 Jy ! Component: 100 - total flux cleaned = 0.000375137 Jy ! Component: 150 - total flux cleaned = 0.000528192 Jy ! Component: 200 - total flux cleaned = 0.000707734 Jy ! Total flux subtracted in 200 components = 0.000707734 Jy ! Clean residual min=-0.005544 max=0.005017 Jy/beam ! Clean residual mean=0.000006 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.521276 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 25 components and 0.521276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090000Jy sigma=0.934642 ! Fit after self-cal, rms=0.089993Jy sigma=0.934596 ! 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.089993Jy sigma=0.934596 ! Fit after self-cal, rms=0.087659Jy sigma=0.905287 ! 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.087659Jy sigma=0.905287 ! Fit after self-cal, rms=0.087663Jy sigma=0.905279 ! Inverting map and beam ! Estimated beam: bmin=0.9262 mas, bmaj=2.302 mas, bpa=-5.359 degrees ! Estimated noise=1.88137 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000932107 Jy ! Component: 100 - total flux cleaned = 0.00114137 Jy ! Component: 150 - total flux cleaned = 0.00132296 Jy ! Component: 200 - total flux cleaned = 0.00148197 Jy ! Total flux subtracted in 200 components = 0.00148197 Jy ! Clean residual min=-0.005653 max=0.004873 Jy/beam ! Clean residual mean=0.000006 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.522758 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 25 components and 0.522758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087583Jy sigma=0.904174 ! Fit after self-cal, rms=0.087573Jy sigma=0.904151 ! 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.371 mas, bmaj=4.371 mas, bpa=18.96 degrees ! Estimated noise=2.33035 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.000556223 Jy ! Component: 100 - total flux cleaned = -0.00051333 Jy ! Component: 150 - total flux cleaned = -0.000510203 Jy ! Component: 200 - total flux cleaned = -0.000548387 Jy ! Total flux subtracted in 200 components = -0.000548387 Jy ! Clean residual min=-0.005883 max=0.005613 Jy/beam ! Clean residual mean=0.000011 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 0.52221 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.52221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087658Jy sigma=0.904873 ! Fit after self-cal, rms=0.087618Jy sigma=0.904631 ! 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=0.7525 mas, bmaj=1.838 mas, bpa=-1.693 degrees ! Estimated noise=2.58125 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.415957 Jy ! Component: 100 - total flux cleaned = 0.487887 Jy ! Component: 150 - total flux cleaned = 0.507674 Jy ! Component: 200 - total flux cleaned = 0.516903 Jy ! Total flux subtracted in 200 components = 0.516903 Jy ! Clean residual min=-0.008197 max=0.006726 Jy/beam ! Clean residual mean=0.000005 rms=0.002119 Jy/beam ! Combined flux in latest and established models = 0.516903 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.516903 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9262 mas, bmaj=2.302 mas, bpa=-5.359 degrees ! Estimated noise=1.88137 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.00495457 Jy ! Component: 100 - total flux cleaned = 0.00629713 Jy ! Component: 150 - total flux cleaned = 0.00637858 Jy ! Component: 200 - total flux cleaned = 0.00641049 Jy ! Total flux subtracted in 200 components = 0.00641049 Jy ! Clean residual min=-0.005768 max=0.004851 Jy/beam ! Clean residual mean=0.000005 rms=0.001474 Jy/beam ! Combined flux in latest and established models = 0.523313 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.523314 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.371 mas, bmaj=4.371 mas, bpa=18.96 degrees ! Estimated noise=2.33035 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.000619236 Jy ! Component: 100 - total flux cleaned = -0.000616826 Jy ! Component: 150 - total flux cleaned = -0.000680901 Jy ! Component: 200 - total flux cleaned = -0.000765189 Jy ! Total flux subtracted in 200 components = -0.000765189 Jy ! Clean residual min=-0.005868 max=0.005509 Jy/beam ! Clean residual mean=0.000011 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 0.522548 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 38 components and 0.522548 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9262 mas, bmaj=2.302 mas, bpa=-5.359 degrees ! Estimated noise=1.88137 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619696 Jy ! Component: 100 - total flux cleaned = 0.00051087 Jy ! Component: 150 - total flux cleaned = 0.000567672 Jy ! Component: 200 - total flux cleaned = 0.000594189 Jy ! Total flux subtracted in 200 components = 0.000594189 Jy ! Clean residual min=-0.005817 max=0.004856 Jy/beam ! Clean residual mean=0.000006 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.523143 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.523143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087445Jy sigma=0.902774 ! Fit after self-cal, rms=0.087455Jy sigma=0.902738 wmodel J0050-0929_X_2005_05_12_yyk\_map.mod ! Writing 43 model components to file: J0050-0929_X_2005_05_12_yyk_map.mod wobs J0050-0929_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0050-0929_X_2005_05_12_yyk_uvs.fits wwins J0050-0929_X_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0050-0929_X_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.0018026 Jy ! Component: 100 - total flux cleaned = -0.00214497 Jy ! Component: 150 - total flux cleaned = -0.00175548 Jy ! Component: 200 - total flux cleaned = -0.00123661 Jy ! Component: 250 - total flux cleaned = -0.000674017 Jy ! Component: 300 - total flux cleaned = -0.000541569 Jy ! Component: 350 - total flux cleaned = -0.000352771 Jy ! Component: 400 - total flux cleaned = -0.000354079 Jy ! Component: 450 - total flux cleaned = -0.000411032 Jy ! Component: 500 - total flux cleaned = -0.000465903 Jy ! Component: 550 - total flux cleaned = -0.000302042 Jy ! Component: 600 - total flux cleaned = -0.000301718 Jy ! Component: 650 - total flux cleaned = -9.33797e-05 Jy ! Component: 700 - total flux cleaned = -4.25239e-05 Jy ! Component: 750 - total flux cleaned = 0.000203233 Jy ! Component: 800 - total flux cleaned = 0.000443114 Jy ! Component: 850 - total flux cleaned = 0.000678315 Jy ! Component: 900 - total flux cleaned = 0.000861557 Jy ! Component: 950 - total flux cleaned = 0.00108599 Jy ! Component: 1000 - total flux cleaned = 0.00134942 Jy ! Component: 1050 - total flux cleaned = 0.00156434 Jy ! Component: 1100 - total flux cleaned = 0.00169128 Jy ! Component: 1150 - total flux cleaned = 0.00177482 Jy ! Component: 1200 - total flux cleaned = 0.001734 Jy ! Component: 1250 - total flux cleaned = 0.00165387 Jy ! Component: 1300 - total flux cleaned = 0.00149556 Jy ! Component: 1350 - total flux cleaned = 0.0014173 Jy ! Component: 1400 - total flux cleaned = 0.00130133 Jy ! Component: 1450 - total flux cleaned = 0.00118636 Jy ! Component: 1500 - total flux cleaned = 0.00107274 Jy ! Component: 1550 - total flux cleaned = 0.000886343 Jy ! Component: 1600 - total flux cleaned = 0.000775988 Jy ! Component: 1650 - total flux cleaned = 0.000703338 Jy ! Component: 1700 - total flux cleaned = 0.00055934 Jy ! Component: 1750 - total flux cleaned = 0.000559545 Jy ! Component: 1800 - total flux cleaned = 0.000488833 Jy ! Component: 1850 - total flux cleaned = 0.000418995 Jy ! Component: 1900 - total flux cleaned = 0.00031588 Jy ! Component: 1950 - total flux cleaned = 0.000281592 Jy ! Component: 2000 - total flux cleaned = 0.000247661 Jy ! Total flux subtracted in 2048 components = 0.000214359 Jy ! Clean residual min=-0.002142 max=0.002132 Jy/beam ! Clean residual mean=0.000005 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.523357 Jy keep ! Adding 103 model components to the UV plane model. ! The established model now contains 146 components and 0.523357 Jy ![Exited script file: muppet] wmap "J0050-0929_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9262 x 2.302 at -5.359 degrees (North through East) ! Clean map min=-0.0038687 max=0.48626 Jy/beam ! Writing clean map to FITS file: J0050-0929_X_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.486256 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00060011 device "J0050-0929_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0050-0929_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.370243 0.370243 0.740487 1.48097 2.96195 5.9239 11.8478 23.6956 47.3912 94.7823 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.486 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.9262 x 2.302 at -5.359 degrees (North through East) ! Clean map min=-0.0038687 max=0.48626 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0050-0929_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0050-0929_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0050-0929_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:47:04 2005