! Started logfile: J0050-0929_X_1996_06_07_yyk_uvs.log on Mon Jan 8 01:54:03 2007 obs J0050-0929_X_1996_06_07_yyk_uva.fits ! Reading UV FITS file: J0050-0929_X_1996_06_07_yyk_uva.fits ! AN table 1: 54 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.954321 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.15049e+09 8e+06 1 8e+06 ! 02 2 8.23424e+09 8e+06 1 8e+06 ! 03 3 8.41424e+09 8e+06 1 8e+06 ! 04 4 8.55424e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 689 lines of history. ! ! Reading 9276 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_1996_06_07_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)= 1.37718 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.6616 mas, bmaj=1.899 mas, bpa=-4.752 degrees ! Estimated noise=1624.24 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 = 1.16962 Jy ! Component: 100 - total flux cleaned = 1.32383 Jy ! Total flux subtracted in 100 components = 1.32383 Jy ! Clean residual min=-0.017999 max=0.028874 Jy/beam ! Clean residual mean=-0.000119 rms=0.005793 Jy/beam ! Combined flux in latest and established models = 1.32383 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 1.32383 Jy ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.234338Jy sigma=0.001552 ! Fit after self-cal, rms=0.233908Jy sigma=0.001548 ! Inverting map and beam ! Estimated beam: bmin=0.6616 mas, bmaj=1.899 mas, bpa=-4.752 degrees ! Estimated noise=1624.24 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.8845 mas, bmaj=2.249 mas, bpa=-4.629 degrees ! Estimated noise=1059.6 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.0479254 Jy ! Component: 100 - total flux cleaned = 0.064691 Jy ! Component: 150 - total flux cleaned = 0.0730107 Jy ! Component: 200 - total flux cleaned = 0.0773032 Jy ! Total flux subtracted in 200 components = 0.0773032 Jy ! Clean residual min=-0.018466 max=0.012902 Jy/beam ! Clean residual mean=-0.000115 rms=0.003612 Jy/beam ! Combined flux in latest and established models = 1.40113 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 39 components and 1.40113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229015Jy sigma=0.001502 ! Fit after self-cal, rms=0.229001Jy sigma=0.001502 ! 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.8845 x 2.249 at -4.629 degrees (North through East) ! Clean map min=-0.017468 max=1.3561 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.999052 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.00 KP 1.00 ! LA 1.03 MK 0.99 NL 1.02 OV 1.01 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.999844 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.01 KP 1.00 ! LA 1.00 MK 0.99 NL 1.00 OV 1.05 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.998481 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.01 KP 0.98 ! LA 1.01 MK 1.02 NL 1.01 OV 1.02 ! PT 0.93 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.993694 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.04 KP 0.98 ! LA 1.01 MK 1.00 NL 1.03 OV 1.02 ! PT 0.97 SC 1.01 ! ! ! Fit before self-cal, rms=0.229001Jy sigma=0.001502 ! Fit after self-cal, rms=0.225387Jy sigma=0.001474 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.225387Jy sigma=0.001474 ! Fit after self-cal, rms=0.225389Jy sigma=0.001474 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8861 mas, bmaj=2.256 mas, bpa=-4.596 degrees ! Estimated noise=1055.93 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.00559653 Jy ! Component: 100 - total flux cleaned = -0.00688995 Jy ! Component: 150 - total flux cleaned = -0.00712698 Jy ! Component: 200 - total flux cleaned = -0.00722566 Jy ! Total flux subtracted in 200 components = -0.00722566 Jy ! Clean residual min=-0.004774 max=0.005709 Jy/beam ! Clean residual mean=0.000000 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 1.39391 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 1.39391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.225299Jy sigma=0.001473 ! Fit after self-cal, rms=0.225296Jy sigma=0.001473 ! 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.225296Jy sigma=0.001473 ! Fit after self-cal, rms=0.203315Jy sigma=0.001317 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.00155051 Jy ! Component: 100 - total flux cleaned = 0.00136195 Jy ! Component: 150 - total flux cleaned = 0.00128784 Jy ! Component: 200 - total flux cleaned = 0.0011053 Jy ! Total flux subtracted in 200 components = 0.0011053 Jy ! Clean residual min=-0.004614 max=0.005160 Jy/beam ! Clean residual mean=0.000002 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 1.39501 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 52 components and 1.39501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203239Jy sigma=0.001317 ! Fit after self-cal, rms=0.198724Jy sigma=0.001285 ! 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.8861 x 2.256 at -4.596 degrees (North through East) ! Clean map min=-0.0043457 max=1.3569 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.198724Jy sigma=0.001285 ! Fit after self-cal, rms=0.198455Jy sigma=0.001284 ! 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.198455Jy sigma=0.001284 ! Fit after self-cal, rms=0.197134Jy sigma=0.001275 ! Inverting map and beam ! Estimated beam: bmin=0.8854 mas, bmaj=2.254 mas, bpa=-4.578 degrees ! Estimated noise=1055.05 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.63039e-06 Jy ! Component: 100 - total flux cleaned = -0.000219424 Jy ! Component: 150 - total flux cleaned = -0.0003734 Jy ! Component: 200 - total flux cleaned = -0.000507944 Jy ! Total flux subtracted in 200 components = -0.000507944 Jy ! Clean residual min=-0.004550 max=0.005119 Jy/beam ! Clean residual mean=-0.000004 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 1.39451 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 1.39451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197121Jy sigma=0.001275 ! Fit after self-cal, rms=0.196481Jy sigma=0.001271 ! 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.196481Jy sigma=0.001271 ! Fit after self-cal, rms=0.196231Jy sigma=0.001269 ! 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.196231Jy sigma=0.001269 ! Fit after self-cal, rms=0.195843Jy sigma=0.001267 ! Inverting map and beam ! Estimated beam: bmin=0.8854 mas, bmaj=2.254 mas, bpa=-4.598 degrees ! Estimated noise=1055.1 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000293449 Jy ! Component: 100 - total flux cleaned = 0.000156459 Jy ! Component: 150 - total flux cleaned = 3.75873e-05 Jy ! Component: 200 - total flux cleaned = -4.89754e-05 Jy ! Total flux subtracted in 200 components = -4.89754e-05 Jy ! Clean residual min=-0.004514 max=0.005114 Jy/beam ! Clean residual mean=-0.000003 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 1.39446 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 59 components and 1.39446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195833Jy sigma=0.001267 ! Fit after self-cal, rms=0.195537Jy sigma=0.001265 ! 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.284 mas, bmaj=4.194 mas, bpa=-4.932 degrees ! Estimated noise=1366.98 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.000328527 Jy ! Component: 100 - total flux cleaned = -0.00023463 Jy ! Component: 150 - total flux cleaned = -0.000144016 Jy ! Component: 200 - total flux cleaned = -0.000106623 Jy ! Total flux subtracted in 200 components = -0.000106623 Jy ! Clean residual min=-0.004936 max=0.005555 Jy/beam ! Clean residual mean=-0.000012 rms=0.001654 Jy/beam ! Combined flux in latest and established models = 1.39435 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 60 components and 1.39435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195545Jy sigma=0.001265 ! Fit after self-cal, rms=0.195302Jy sigma=0.001264 ! 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.6618 mas, bmaj=1.902 mas, bpa=-4.747 degrees ! Estimated noise=1620.64 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.17174 Jy ! Component: 100 - total flux cleaned = 1.32592 Jy ! Component: 150 - total flux cleaned = 1.36118 Jy ! Component: 200 - total flux cleaned = 1.3754 Jy ! Total flux subtracted in 200 components = 1.3754 Jy ! Clean residual min=-0.008644 max=0.007631 Jy/beam ! Clean residual mean=-0.000017 rms=0.002052 Jy/beam ! Combined flux in latest and established models = 1.3754 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 19 model components to the UV plane model. ! The established model now contains 19 components and 1.3754 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8854 mas, bmaj=2.254 mas, bpa=-4.598 degrees ! Estimated noise=1055.1 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.0109713 Jy ! Component: 100 - total flux cleaned = 0.0148549 Jy ! Component: 150 - total flux cleaned = 0.0166392 Jy ! Component: 200 - total flux cleaned = 0.0173099 Jy ! Total flux subtracted in 200 components = 0.0173099 Jy ! Clean residual min=-0.004663 max=0.004917 Jy/beam ! Clean residual mean=-0.000005 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 1.39271 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 1.39271 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.284 mas, bmaj=4.194 mas, bpa=-4.932 degrees ! Estimated noise=1366.98 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.000810085 Jy ! Component: 100 - total flux cleaned = 0.000948686 Jy ! Component: 150 - total flux cleaned = 0.00102879 Jy ! Component: 200 - total flux cleaned = 0.00111591 Jy ! Total flux subtracted in 200 components = 0.00111591 Jy ! Clean residual min=-0.004949 max=0.005506 Jy/beam ! Clean residual mean=-0.000015 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 1.39383 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 1.39383 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8854 mas, bmaj=2.254 mas, bpa=-4.598 degrees ! Estimated noise=1055.1 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000450766 Jy ! Component: 100 - total flux cleaned = -0.000602195 Jy ! Component: 150 - total flux cleaned = -0.000661467 Jy ! Component: 200 - total flux cleaned = -0.000687595 Jy ! Total flux subtracted in 200 components = -0.000687595 Jy ! Clean residual min=-0.004625 max=0.004936 Jy/beam ! Clean residual mean=-0.000005 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 1.39314 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 47 components and 1.39314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195294Jy sigma=0.001264 ! Fit after self-cal, rms=0.195104Jy sigma=0.001263 wmodel J0050-0929_X_1996_06_07_yyk\_map.mod ! Writing 47 model components to file: J0050-0929_X_1996_06_07_yyk_map.mod wobs J0050-0929_X_1996_06_07_yyk\_uvs.fits ! Writing UV FITS file: J0050-0929_X_1996_06_07_yyk_uvs.fits wwins J0050-0929_X_1996_06_07_yyk\_map.win ! wwins: Wrote 1 windows to J0050-0929_X_1996_06_07_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.000966301 Jy ! Component: 100 - total flux cleaned = 0.00119965 Jy ! Component: 150 - total flux cleaned = 0.00133832 Jy ! Component: 200 - total flux cleaned = 0.00160038 Jy ! Component: 250 - total flux cleaned = 0.00178867 Jy ! Component: 300 - total flux cleaned = 0.0019069 Jy ! Component: 350 - total flux cleaned = 0.00196393 Jy ! Component: 400 - total flux cleaned = 0.0020746 Jy ! Component: 450 - total flux cleaned = 0.00212619 Jy ! Component: 500 - total flux cleaned = 0.00227769 Jy ! Component: 550 - total flux cleaned = 0.00232504 Jy ! Component: 600 - total flux cleaned = 0.00223083 Jy ! Component: 650 - total flux cleaned = 0.00232382 Jy ! Component: 700 - total flux cleaned = 0.00227893 Jy ! Component: 750 - total flux cleaned = 0.00219238 Jy ! Component: 800 - total flux cleaned = 0.00210859 Jy ! Component: 850 - total flux cleaned = 0.00210754 Jy ! Component: 900 - total flux cleaned = 0.00202828 Jy ! Component: 950 - total flux cleaned = 0.00198947 Jy ! Component: 1000 - total flux cleaned = 0.00195265 Jy ! Component: 1050 - total flux cleaned = 0.00195369 Jy ! Component: 1100 - total flux cleaned = 0.00188272 Jy ! Component: 1150 - total flux cleaned = 0.00184833 Jy ! Component: 1200 - total flux cleaned = 0.00181389 Jy ! Component: 1250 - total flux cleaned = 0.00171224 Jy ! Component: 1300 - total flux cleaned = 0.00161337 Jy ! Component: 1350 - total flux cleaned = 0.00161389 Jy ! Component: 1400 - total flux cleaned = 0.00167726 Jy ! Component: 1450 - total flux cleaned = 0.00155168 Jy ! Component: 1500 - total flux cleaned = 0.00152118 Jy ! Component: 1550 - total flux cleaned = 0.00152152 Jy ! Component: 1600 - total flux cleaned = 0.0016105 Jy ! Component: 1650 - total flux cleaned = 0.00161036 Jy ! Component: 1700 - total flux cleaned = 0.00172535 Jy ! Component: 1750 - total flux cleaned = 0.00166826 Jy ! Component: 1800 - total flux cleaned = 0.00180858 Jy ! Component: 1850 - total flux cleaned = 0.00189093 Jy ! Component: 1900 - total flux cleaned = 0.00189092 Jy ! Component: 1950 - total flux cleaned = 0.00189091 Jy ! Component: 2000 - total flux cleaned = 0.00194435 Jy ! Total flux subtracted in 2048 components = 0.00191829 Jy ! Clean residual min=-0.001710 max=0.001302 Jy/beam ! Clean residual mean=-0.000001 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 1.39506 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 177 components and 1.39506 Jy ![Exited script file: muppet] wmap "J0050-0929_X_1996_06_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8854 x 2.254 at -4.598 degrees (North through East) ! Clean map min=-0.0033074 max=1.3583 Jy/beam ! Writing clean map to FITS file: J0050-0929_X_1996_06_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.35833 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000470545 device "J0050-0929_X_1996_06_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J0050-0929_X_1996_06_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.103925 0.103925 0.207849 0.415698 0.831396 1.66279 3.32559 6.65117 13.3023 26.6047 53.2094 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.358 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.8854 x 2.254 at -4.598 degrees (North through East) ! Clean map min=-0.0033074 max=1.3583 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0050-0929_X_1996_06_07_yyk\_map.gif/gif" ! Attempting to open device: 'J0050-0929_X_1996_06_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0050-0929_X_1996_06_07_yyk_uvs.log closed on Mon Jan 8 01:54:10 2007