! Started logfile: J1110-1858_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:22:43 2017 obs J1110-1858_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1110-1858_S_2015_01_23_pus_uva.fits ! AN table 1: 81 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978052 visibilities/baseline/integration-bin. ! Found source: J1110-1858 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 338 lines of history. ! ! Reading 14260 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 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1110-1858_S_2015_01_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.727989Jy sigma=0.006405 ! Fit after self-cal, rms=0.625019Jy sigma=0.005529 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.514 mas, bmaj=6.594 mas, bpa=-4.843 degrees ! Estimated noise=1009.16 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.298904 Jy ! Component: 100 - total flux cleaned = 0.397054 Jy ! Total flux subtracted in 100 components = 0.397054 Jy ! Clean residual min=-0.024342 max=0.057710 Jy/beam ! Clean residual mean=-0.000032 rms=0.007362 Jy/beam ! Combined flux in latest and established models = 0.397054 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.397054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.287892Jy sigma=0.001650 ! Fit after self-cal, rms=0.287851Jy sigma=0.001650 ! Inverting map ! Added new window around map position (7.5, -14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.064858 Jy ! Component: 100 - total flux cleaned = 0.109984 Jy ! Total flux subtracted in 100 components = 0.109984 Jy ! Clean residual min=-0.018904 max=0.025115 Jy/beam ! Clean residual mean=-0.000009 rms=0.005048 Jy/beam ! Combined flux in latest and established models = 0.507038 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 35 components and 0.507038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263742Jy sigma=0.001313 ! Fit after self-cal, rms=0.263255Jy sigma=0.001310 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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=2.927 mas, bmaj=7.429 mas, bpa=-5.426 degrees ! Estimated noise=713.668 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0528672 Jy ! Component: 100 - total flux cleaned = 0.0870929 Jy ! Component: 150 - total flux cleaned = 0.111297 Jy ! Component: 200 - total flux cleaned = 0.128921 Jy ! Total flux subtracted in 200 components = 0.128921 Jy ! Clean residual min=-0.019769 max=0.024688 Jy/beam ! Clean residual mean=0.000045 rms=0.005514 Jy/beam ! Combined flux in latest and established models = 0.635959 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 71 components and 0.635959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249168Jy sigma=0.001127 ! Fit after self-cal, rms=0.248893Jy sigma=0.001124 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00 HN 1.02 KP 1.06 ! LA 0.96 MK 1.00 NL 1.19 OV 0.98 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 1.07 KP 0.99 ! LA 0.93 MK 1.01 NL 1.35 OV 1.02 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 1.27 HN 1.08 KP 0.86 ! LA 0.76 MK 1.03 NL 1.23 OV 0.95 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.18 HN 1.06 KP 0.81 ! LA 0.81 MK 1.04 NL 1.03 OV 1.01 ! PT 1.02 SC 1.01 ! ! ! Fit before self-cal, rms=0.248893Jy sigma=0.001124 ! Fit after self-cal, rms=0.248637Jy sigma=0.000937 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=7.476 mas, bpa=-5.125 degrees ! Estimated noise=715.073 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00880416 Jy ! Component: 100 - total flux cleaned = 0.0111301 Jy ! Component: 150 - total flux cleaned = 0.0129404 Jy ! Component: 200 - total flux cleaned = 0.013839 Jy ! Total flux subtracted in 200 components = 0.013839 Jy ! Clean residual min=-0.018163 max=0.012933 Jy/beam ! Clean residual mean=0.000067 rms=0.003478 Jy/beam ! Combined flux in latest and established models = 0.649798 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.649798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248097Jy sigma=0.000932 ! Fit after self-cal, rms=0.248198Jy sigma=0.000931 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248198Jy sigma=0.000931 ! Fit after self-cal, rms=0.247940Jy sigma=0.000837 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.963 mas, bmaj=7.472 mas, bpa=-5.19 degrees ! Estimated noise=721.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0063206 Jy ! Component: 100 - total flux cleaned = 0.00917519 Jy ! Component: 150 - total flux cleaned = 0.0102332 Jy ! Component: 200 - total flux cleaned = 0.0108362 Jy ! Total flux subtracted in 200 components = 0.0108362 Jy ! Clean residual min=-0.006702 max=0.006386 Jy/beam ! Clean residual mean=0.000007 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.660634 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.660634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247673Jy sigma=0.000834 ! Fit after self-cal, rms=0.247586Jy sigma=0.000834 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000279786 Jy ! Component: 100 - total flux cleaned = 0.000347617 Jy ! Component: 150 - total flux cleaned = 0.000283733 Jy ! Component: 200 - total flux cleaned = 0.000341877 Jy ! Total flux subtracted in 200 components = 0.000341877 Jy ! Clean residual min=-0.006750 max=0.006037 Jy/beam ! Clean residual mean=0.000007 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.660976 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.660976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247541Jy sigma=0.000833 ! Fit after self-cal, rms=0.247540Jy sigma=0.000833 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247540Jy sigma=0.000833 ! Fit after self-cal, rms=0.248522Jy sigma=0.000824 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.965 mas, bmaj=7.462 mas, bpa=-5.12 degrees ! Estimated noise=724.031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296098 Jy ! Component: 100 - total flux cleaned = 0.00430879 Jy ! Component: 150 - total flux cleaned = 0.00442379 Jy ! Component: 200 - total flux cleaned = 0.00452896 Jy ! Total flux subtracted in 200 components = 0.00452896 Jy ! Clean residual min=-0.004962 max=0.004849 Jy/beam ! Clean residual mean=-0.000001 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.665505 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.665505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248473Jy sigma=0.000823 ! Fit after self-cal, rms=0.248420Jy sigma=0.000823 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161053 Jy ! Component: 100 - total flux cleaned = 0.000253559 Jy ! Component: 150 - total flux cleaned = 0.000346782 Jy ! Component: 200 - total flux cleaned = 0.000430513 Jy ! Total flux subtracted in 200 components = 0.000430513 Jy ! Clean residual min=-0.005042 max=0.004697 Jy/beam ! Clean residual mean=-0.000002 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.665936 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 102 components and 0.665936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248408Jy sigma=0.000822 ! Fit after self-cal, rms=0.248407Jy sigma=0.000822 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248407Jy sigma=0.000822 ! Fit after self-cal, rms=0.249349Jy sigma=0.000822 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.315 mas, bmaj=15.18 mas, bpa=-2.304 degrees ! Estimated noise=991.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00300307 Jy ! Component: 100 - total flux cleaned = 0.00335769 Jy ! Component: 150 - total flux cleaned = 0.00364338 Jy ! Component: 200 - total flux cleaned = 0.00387646 Jy ! Total flux subtracted in 200 components = 0.00387646 Jy ! Clean residual min=-0.006240 max=0.005273 Jy/beam ! Clean residual mean=-0.000001 rms=0.001740 Jy/beam ! Combined flux in latest and established models = 0.669812 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 111 components and 0.669812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249331Jy sigma=0.000823 ! Fit after self-cal, rms=0.249313Jy sigma=0.000822 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000314315 Jy ! Component: 100 - total flux cleaned = -0.000322037 Jy ! Component: 150 - total flux cleaned = -0.000188245 Jy ! Component: 200 - total flux cleaned = -0.000188893 Jy ! Total flux subtracted in 200 components = -0.000188893 Jy ! Clean residual min=-0.006136 max=0.005181 Jy/beam ! Clean residual mean=-0.000001 rms=0.001714 Jy/beam ! Combined flux in latest and established models = 0.669623 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 115 components and 0.669623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249322Jy sigma=0.000823 ! Fit after self-cal, rms=0.249310Jy sigma=0.000823 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=7.458 mas, bpa=-5.095 degrees ! Estimated noise=727.457 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.966 x 7.458 at -5.095 degrees (North through East) ! Clean map min=-0.0048336 max=0.42154 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative 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.531 mas, bmaj=6.611 mas, bpa=-4.589 degrees ! Estimated noise=1044.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.308853 Jy ! Component: 100 - total flux cleaned = 0.410049 Jy ! Component: 150 - total flux cleaned = 0.476051 Jy ! Component: 200 - total flux cleaned = 0.522244 Jy ! Total flux subtracted in 200 components = 0.522244 Jy ! Clean residual min=-0.012293 max=0.025626 Jy/beam ! Clean residual mean=-0.000042 rms=0.003773 Jy/beam ! Combined flux in latest and established models = 0.522244 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.522244 Jy ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=7.458 mas, bpa=-5.095 degrees ! Estimated noise=727.457 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0487415 Jy ! Component: 100 - total flux cleaned = 0.0800914 Jy ! Component: 150 - total flux cleaned = 0.101121 Jy ! Component: 200 - total flux cleaned = 0.115454 Jy ! Total flux subtracted in 200 components = 0.115454 Jy ! Clean residual min=-0.005554 max=0.011473 Jy/beam ! Clean residual mean=-0.000012 rms=0.001706 Jy/beam ! Combined flux in latest and established models = 0.637697 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 71 components and 0.637697 Jy ! Inverting map ! Added new window around map position (4, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0110392 Jy ! Component: 100 - total flux cleaned = 0.01793 Jy ! Component: 150 - total flux cleaned = 0.0227755 Jy ! Component: 200 - total flux cleaned = 0.0251281 Jy ! Total flux subtracted in 200 components = 0.0251281 Jy ! Clean residual min=-0.003804 max=0.003927 Jy/beam ! Clean residual mean=-0.000004 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.662825 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 102 components and 0.662825 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.315 mas, bmaj=15.18 mas, bpa=-2.304 degrees ! Estimated noise=991.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00478879 Jy ! Component: 100 - total flux cleaned = 0.00539623 Jy ! Component: 150 - total flux cleaned = 0.00549623 Jy ! Component: 200 - total flux cleaned = 0.00549961 Jy ! Total flux subtracted in 200 components = 0.00549961 Jy ! Clean residual min=-0.005533 max=0.005406 Jy/beam ! Clean residual mean=-0.000001 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.668325 Jy flux_cutoff = imstat(rms) * dynam 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.11988e-06 Jy ! Component: 100 - total flux cleaned = -6.33143e-05 Jy ! Component: 150 - total flux cleaned = -0.000121569 Jy ! Component: 200 - total flux cleaned = -0.000174191 Jy ! Total flux subtracted in 200 components = -0.000174191 Jy ! Clean residual min=-0.005771 max=0.005069 Jy/beam ! Clean residual mean=0.000002 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.668151 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 133 components and 0.668151 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=7.458 mas, bpa=-5.095 degrees ! Estimated noise=727.457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0011223 Jy ! Component: 100 - total flux cleaned = -0.00127918 Jy ! Component: 150 - total flux cleaned = -0.0010804 Jy ! Component: 200 - total flux cleaned = -0.000848124 Jy ! Total flux subtracted in 200 components = -0.000848124 Jy ! Clean residual min=-0.003573 max=0.003459 Jy/beam ! Clean residual mean=0.000002 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.667303 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 154 components and 0.667303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249125Jy sigma=0.000821 ! Fit after self-cal, rms=0.249102Jy sigma=0.000821 wmodel J1110-1858_S_2015_01_23_pus_map.mod ! Writing 154 model components to file: J1110-1858_S_2015_01_23_pus_map.mod wobs J1110-1858_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1110-1858_S_2015_01_23_pus_uvs.fits wwins J1110-1858_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1110-1858_S_2015_01_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 1.07456e-05 Jy ! Component: 100 - total flux cleaned = -0.000170442 Jy ! Component: 150 - total flux cleaned = -0.00034299 Jy ! Component: 200 - total flux cleaned = -0.000668412 Jy ! Component: 250 - total flux cleaned = -0.000772616 Jy ! Component: 300 - total flux cleaned = -0.0010251 Jy ! Component: 350 - total flux cleaned = -0.00117085 Jy ! Component: 400 - total flux cleaned = -0.00121775 Jy ! Component: 450 - total flux cleaned = -0.00131046 Jy ! Component: 500 - total flux cleaned = -0.0014455 Jy ! Component: 550 - total flux cleaned = -0.00157734 Jy ! Component: 600 - total flux cleaned = -0.00166305 Jy ! Component: 650 - total flux cleaned = -0.00170495 Jy ! Component: 700 - total flux cleaned = -0.00170448 Jy ! Component: 750 - total flux cleaned = -0.00158381 Jy ! Component: 800 - total flux cleaned = -0.00154475 Jy ! Component: 850 - total flux cleaned = -0.00154449 Jy ! Component: 900 - total flux cleaned = -0.00142996 Jy ! Component: 950 - total flux cleaned = -0.00139233 Jy ! Component: 1000 - total flux cleaned = -0.00139248 Jy ! Component: 1050 - total flux cleaned = -0.00135622 Jy ! Component: 1100 - total flux cleaned = -0.00135685 Jy ! Component: 1150 - total flux cleaned = -0.00139147 Jy ! Component: 1200 - total flux cleaned = -0.00135663 Jy ! Component: 1250 - total flux cleaned = -0.00125454 Jy ! Component: 1300 - total flux cleaned = -0.00132127 Jy ! Component: 1350 - total flux cleaned = -0.0012554 Jy ! Component: 1400 - total flux cleaned = -0.00122321 Jy ! Component: 1450 - total flux cleaned = -0.00125531 Jy ! Component: 1500 - total flux cleaned = -0.00112901 Jy ! Component: 1550 - total flux cleaned = -0.00119154 Jy ! Component: 1600 - total flux cleaned = -0.0011599 Jy ! Component: 1650 - total flux cleaned = -0.000886097 Jy ! Component: 1700 - total flux cleaned = -0.000946226 Jy ! Component: 1750 - total flux cleaned = -0.00091603 Jy ! Component: 1800 - total flux cleaned = -0.000828049 Jy ! Component: 1850 - total flux cleaned = -0.000885965 Jy ! Component: 1900 - total flux cleaned = -0.00077137 Jy ! Component: 1950 - total flux cleaned = -0.000799311 Jy ! Component: 2000 - total flux cleaned = -0.000715285 Jy ! Component: 2050 - total flux cleaned = -0.000659483 Jy ! Component: 2100 - total flux cleaned = -0.000577005 Jy ! Component: 2150 - total flux cleaned = -0.000522789 Jy ! Component: 2200 - total flux cleaned = -0.000549802 Jy ! Component: 2250 - total flux cleaned = -0.000576273 Jy ! Component: 2300 - total flux cleaned = -0.000496878 Jy ! Component: 2350 - total flux cleaned = -0.000523027 Jy ! Component: 2400 - total flux cleaned = -0.000444874 Jy ! Component: 2450 - total flux cleaned = -0.000444794 Jy ! Component: 2500 - total flux cleaned = -0.000419083 Jy ! Component: 2550 - total flux cleaned = -0.000444156 Jy ! Component: 2600 - total flux cleaned = -0.00041846 Jy ! Component: 2650 - total flux cleaned = -0.000294254 Jy ! Component: 2700 - total flux cleaned = -0.000245295 Jy ! Component: 2750 - total flux cleaned = -0.000318623 Jy ! Component: 2800 - total flux cleaned = -0.000197747 Jy ! Component: 2850 - total flux cleaned = -0.000173758 Jy ! Component: 2900 - total flux cleaned = -0.000150003 Jy ! Component: 2950 - total flux cleaned = -0.000150116 Jy ! Component: 3000 - total flux cleaned = -0.000103538 Jy ! Component: 3050 - total flux cleaned = -0.000103654 Jy ! Component: 3100 - total flux cleaned = -0.000126838 Jy ! Component: 3150 - total flux cleaned = -0.000126655 Jy ! Component: 3200 - total flux cleaned = -0.000149428 Jy ! Component: 3250 - total flux cleaned = -0.000104145 Jy ! Component: 3300 - total flux cleaned = -0.00014893 Jy ! Component: 3350 - total flux cleaned = -0.000171103 Jy ! Component: 3400 - total flux cleaned = -0.000215081 Jy ! Component: 3450 - total flux cleaned = -0.000193268 Jy ! Component: 3500 - total flux cleaned = -0.000193287 Jy ! Component: 3550 - total flux cleaned = -0.00034422 Jy ! Component: 3600 - total flux cleaned = -0.000301272 Jy ! Component: 3650 - total flux cleaned = -0.000322488 Jy ! Component: 3700 - total flux cleaned = -0.000301306 Jy ! Component: 3750 - total flux cleaned = -0.000322465 Jy ! Component: 3800 - total flux cleaned = -0.000384918 Jy ! Component: 3850 - total flux cleaned = -0.000385066 Jy ! Component: 3900 - total flux cleaned = -0.00034417 Jy ! Component: 3950 - total flux cleaned = -0.000323991 Jy ! Component: 4000 - total flux cleaned = -0.000384664 Jy ! Component: 4050 - total flux cleaned = -0.000404787 Jy ! Total flux subtracted in 4096 components = -0.000344576 Jy ! Clean residual min=-0.001110 max=0.001155 Jy/beam ! Clean residual mean=0.000007 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.666958 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 475 components and 0.666959 Jy ![Exited script file: muppet] wmap "J1110-1858_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.966 x 7.458 at -5.095 degrees (North through East) ! Clean map min=-0.0037352 max=0.42442 Jy/beam ! Writing clean map to FITS file: J1110-1858_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.424425 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000381224 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.269464 0.269464 0.538927 1.07785 2.15571 4.31142 8.62284 17.2457 34.4914 68.9827 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.424 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.966 x 7.458 at -5.095 degrees (North through East) ! Clean map min=-0.0037352 max=0.42442 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1110-1858_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:22:49 2017