! Started logfile: J1019+6320_S_2017_02_24_pus_uvs.log on Sat May 4 11:24:06 2019 obs J1019+6320_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1019+6320_S_2017_02_24_pus_uva.fits ! AN table 1: 191 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968703 visibilities/baseline/integration-bin. ! Found source: J1019+6320 ! ! 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 823 lines of history. ! ! Reading 33304 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 J1019+6320_S_2017_02_24_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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 613 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.864673Jy sigma=0.007870 ! Fit after self-cal, rms=0.858037Jy sigma=0.007815 ! 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=3.305 mas, bmaj=3.791 mas, bpa=4.639 degrees ! Estimated noise=704.228 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.111605 Jy ! Component: 100 - total flux cleaned = 0.135942 Jy ! Total flux subtracted in 100 components = 0.135942 Jy ! Clean residual min=-0.002978 max=0.006793 Jy/beam ! Clean residual mean=-0.000018 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.135942 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.135942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080469Jy sigma=0.000685 ! Fit after self-cal, rms=0.080465Jy sigma=0.000685 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00652173 Jy ! Component: 100 - total flux cleaned = 0.00983995 Jy ! Total flux subtracted in 100 components = 0.00983995 Jy ! Clean residual min=-0.002723 max=0.003194 Jy/beam ! Clean residual mean=-0.000009 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.145782 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.145782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079761Jy sigma=0.000679 ! Fit after self-cal, rms=0.079767Jy sigma=0.000679 ! 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=3.994 mas, bmaj=4.618 mas, bpa=1.507 degrees ! Estimated noise=464.052 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 (10.5, 12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00334957 Jy ! Component: 100 - total flux cleaned = 0.00554763 Jy ! Component: 150 - total flux cleaned = 0.00676085 Jy ! Component: 200 - total flux cleaned = 0.00744104 Jy ! Total flux subtracted in 200 components = 0.00744104 Jy ! Clean residual min=-0.002263 max=0.002609 Jy/beam ! Clean residual mean=-0.000005 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.153223 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.153223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079580Jy sigma=0.000677 ! Fit after self-cal, rms=0.079573Jy sigma=0.000677 ! 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.93 FD 1.00 HN 1.01 KP 0.96 ! LA 0.97 MK 1.06 NL 1.00 OV 1.02 ! PT 1.03 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 1.04 KP 0.94 ! LA 0.93 MK 1.04 NL 0.95 OV 1.06 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.02 KP 1.03 ! LA 1.03 MK 1.01 NL 1.06 OV 0.97 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.97 HN 0.97 KP 1.00* ! LA 1.07 MK 1.00 NL 1.00* OV 1.02 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.079573Jy sigma=0.000677 ! Fit after self-cal, rms=0.078374Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=4.628 mas, bpa=2.903 degrees ! Estimated noise=463.059 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 = -5.29569e-05 Jy ! Component: 100 - total flux cleaned = -9.09499e-05 Jy ! Component: 150 - total flux cleaned = -0.000123311 Jy ! Component: 200 - total flux cleaned = -0.000122442 Jy ! Total flux subtracted in 200 components = -0.000122442 Jy ! Clean residual min=-0.001922 max=0.002046 Jy/beam ! Clean residual mean=-0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.153101 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 48 components and 0.153101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078340Jy sigma=0.000673 ! Fit after self-cal, rms=0.078332Jy sigma=0.000673 ! 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.078332Jy sigma=0.000673 ! Fit after self-cal, rms=0.078540Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.005 mas, bmaj=4.624 mas, bpa=2.623 degrees ! Estimated noise=463.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134107 Jy ! Component: 100 - total flux cleaned = 4.07045e-05 Jy ! Component: 150 - total flux cleaned = 0.000166751 Jy ! Component: 200 - total flux cleaned = 0.000276847 Jy ! Total flux subtracted in 200 components = 0.000276847 Jy ! Clean residual min=-0.001077 max=0.001172 Jy/beam ! Clean residual mean=0.000002 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.153378 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.153378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078526Jy sigma=0.000667 ! Fit after self-cal, rms=0.078538Jy sigma=0.000667 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 = 5.01723e-05 Jy ! Component: 100 - total flux cleaned = 8.19972e-05 Jy ! Component: 150 - total flux cleaned = 9.64077e-05 Jy ! Component: 200 - total flux cleaned = 9.63528e-05 Jy ! Total flux subtracted in 200 components = 9.63528e-05 Jy ! Clean residual min=-0.001084 max=0.001170 Jy/beam ! Clean residual mean=0.000003 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.153474 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.153474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078532Jy sigma=0.000667 ! Fit after self-cal, rms=0.078532Jy sigma=0.000667 ! 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.078532Jy sigma=0.000667 ! Fit after self-cal, rms=0.078609Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.004 mas, bmaj=4.621 mas, bpa=2.81 degrees ! Estimated noise=463.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.12098e-05 Jy ! Component: 100 - total flux cleaned = 0.000168548 Jy ! Component: 150 - total flux cleaned = 0.000195054 Jy ! Component: 200 - total flux cleaned = 0.000195274 Jy ! Total flux subtracted in 200 components = 0.000195274 Jy ! Clean residual min=-0.001056 max=0.001176 Jy/beam ! Clean residual mean=0.000003 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.153669 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.153669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078604Jy sigma=0.000667 ! Fit after self-cal, rms=0.078605Jy sigma=0.000667 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 = 1.36375e-05 Jy ! Component: 100 - total flux cleaned = 1.88396e-06 Jy ! Component: 150 - total flux cleaned = -9.51336e-06 Jy ! Component: 200 - total flux cleaned = -1.9891e-05 Jy ! Total flux subtracted in 200 components = -1.9891e-05 Jy ! Clean residual min=-0.001057 max=0.001177 Jy/beam ! Clean residual mean=0.000003 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.153649 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.153649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078602Jy sigma=0.000667 ! Fit after self-cal, rms=0.078602Jy sigma=0.000667 ! 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.078602Jy sigma=0.000667 ! Fit after self-cal, rms=0.078677Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.247 mas, bmaj=8.814 mas, bpa=45.33 degrees ! Estimated noise=579.568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000435306 Jy ! Component: 100 - total flux cleaned = 0.000563157 Jy ! Component: 150 - total flux cleaned = 0.000639674 Jy ! Component: 200 - total flux cleaned = 0.000696366 Jy ! Total flux subtracted in 200 components = 0.000696366 Jy ! Clean residual min=-0.001219 max=0.001210 Jy/beam ! Clean residual mean=0.000007 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.154346 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.154346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078676Jy sigma=0.000667 ! Fit after self-cal, rms=0.078676Jy sigma=0.000667 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 = 5.88257e-05 Jy ! Component: 100 - total flux cleaned = 8.46056e-05 Jy ! Component: 150 - total flux cleaned = 0.00010164 Jy ! Component: 200 - total flux cleaned = 0.000116884 Jy ! Total flux subtracted in 200 components = 0.000116884 Jy ! Clean residual min=-0.001229 max=0.001202 Jy/beam ! Clean residual mean=0.000007 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.154463 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.154463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078676Jy sigma=0.000667 ! Fit after self-cal, rms=0.078676Jy sigma=0.000667 ! 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=4.003 mas, bmaj=4.621 mas, bpa=2.902 degrees ! Estimated noise=463.877 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.003 x 4.621 at 2.902 degrees (North through East) ! Clean map min=-0.0013246 max=0.14345 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=3.304 mas, bmaj=3.794 mas, bpa=7.29 degrees ! Estimated noise=704.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11165 Jy ! Component: 100 - total flux cleaned = 0.136026 Jy ! Component: 150 - total flux cleaned = 0.142287 Jy ! Component: 200 - total flux cleaned = 0.14553 Jy ! Total flux subtracted in 200 components = 0.14553 Jy ! Clean residual min=-0.002081 max=0.002251 Jy/beam ! Clean residual mean=-0.000006 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.14553 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.14553 Jy ! Inverting map and beam ! Estimated beam: bmin=4.003 mas, bmaj=4.621 mas, bpa=2.902 degrees ! Estimated noise=463.877 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.00277721 Jy ! Component: 100 - total flux cleaned = 0.00452559 Jy ! Component: 150 - total flux cleaned = 0.00561282 Jy ! Component: 200 - total flux cleaned = 0.0061875 Jy ! Total flux subtracted in 200 components = 0.0061875 Jy ! Clean residual min=-0.001094 max=0.001207 Jy/beam ! Clean residual mean=0.000001 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.151717 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 45 components and 0.151717 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=8.247 mas, bmaj=8.814 mas, bpa=45.33 degrees ! Estimated noise=579.568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118273 Jy ! Component: 100 - total flux cleaned = 0.00186901 Jy ! Component: 150 - total flux cleaned = 0.00216914 Jy ! Component: 200 - total flux cleaned = 0.00230058 Jy ! Total flux subtracted in 200 components = 0.00230058 Jy ! Clean residual min=-0.001224 max=0.001215 Jy/beam ! Clean residual mean=0.000006 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.154018 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 = 9.81637e-05 Jy ! Component: 100 - total flux cleaned = 0.000181622 Jy ! Component: 150 - total flux cleaned = 0.000244138 Jy ! Component: 200 - total flux cleaned = 0.000291015 Jy ! Total flux subtracted in 200 components = 0.000291015 Jy ! Clean residual min=-0.001232 max=0.001217 Jy/beam ! Clean residual mean=0.000007 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.154309 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.154309 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.003 mas, bmaj=4.621 mas, bpa=2.902 degrees ! Estimated noise=463.877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.19801e-05 Jy ! Component: 100 - total flux cleaned = -9.31923e-05 Jy ! Component: 150 - total flux cleaned = -7.48957e-05 Jy ! Component: 200 - total flux cleaned = -7.57617e-05 Jy ! Total flux subtracted in 200 components = -7.57617e-05 Jy ! Clean residual min=-0.001081 max=0.001202 Jy/beam ! Clean residual mean=0.000003 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.154233 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.154233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078685Jy sigma=0.000667 ! Fit after self-cal, rms=0.078682Jy sigma=0.000667 wmodel J1019+6320_S_2017_02_24_pus_map.mod ! Writing 72 model components to file: J1019+6320_S_2017_02_24_pus_map.mod wobs J1019+6320_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1019+6320_S_2017_02_24_pus_uvs.fits wwins J1019+6320_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1019+6320_S_2017_02_24_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 = 0.000289995 Jy ! Component: 100 - total flux cleaned = 0.000369831 Jy ! Component: 150 - total flux cleaned = 0.000485093 Jy ! Component: 200 - total flux cleaned = 0.000521992 Jy ! Component: 250 - total flux cleaned = 0.000539928 Jy ! Component: 300 - total flux cleaned = 0.00059299 Jy ! Component: 350 - total flux cleaned = 0.000610342 Jy ! Component: 400 - total flux cleaned = 0.000610457 Jy ! Component: 450 - total flux cleaned = 0.000694289 Jy ! Component: 500 - total flux cleaned = 0.000693814 Jy ! Component: 550 - total flux cleaned = 0.00074251 Jy ! Component: 600 - total flux cleaned = 0.000726513 Jy ! Component: 650 - total flux cleaned = 0.000774463 Jy ! Component: 700 - total flux cleaned = 0.000836848 Jy ! Component: 750 - total flux cleaned = 0.000867775 Jy ! Component: 800 - total flux cleaned = 0.000913867 Jy ! Component: 850 - total flux cleaned = 0.000959391 Jy ! Component: 900 - total flux cleaned = 0.00101924 Jy ! Component: 950 - total flux cleaned = 0.00106357 Jy ! Component: 1000 - total flux cleaned = 0.00113665 Jy ! Component: 1050 - total flux cleaned = 0.00118006 Jy ! Component: 1100 - total flux cleaned = 0.00123729 Jy ! Component: 1150 - total flux cleaned = 0.00127961 Jy ! Component: 1200 - total flux cleaned = 0.00126534 Jy ! Component: 1250 - total flux cleaned = 0.00130713 Jy ! Component: 1300 - total flux cleaned = 0.00132096 Jy ! Component: 1350 - total flux cleaned = 0.00141701 Jy ! Component: 1400 - total flux cleaned = 0.00140334 Jy ! Component: 1450 - total flux cleaned = 0.00144396 Jy ! Component: 1500 - total flux cleaned = 0.00145744 Jy ! Component: 1550 - total flux cleaned = 0.00155069 Jy ! Component: 1600 - total flux cleaned = 0.00152418 Jy ! Component: 1650 - total flux cleaned = 0.00160273 Jy ! Component: 1700 - total flux cleaned = 0.00160268 Jy ! Component: 1750 - total flux cleaned = 0.00157676 Jy ! Component: 1800 - total flux cleaned = 0.00161536 Jy ! Component: 1850 - total flux cleaned = 0.00161531 Jy ! Component: 1900 - total flux cleaned = 0.00156471 Jy ! Component: 1950 - total flux cleaned = 0.00161509 Jy ! Component: 2000 - total flux cleaned = 0.00162762 Jy ! Component: 2050 - total flux cleaned = 0.00165245 Jy ! Component: 2100 - total flux cleaned = 0.00166478 Jy ! Component: 2150 - total flux cleaned = 0.00166461 Jy ! Component: 2200 - total flux cleaned = 0.00165234 Jy ! Component: 2250 - total flux cleaned = 0.00171299 Jy ! Component: 2300 - total flux cleaned = 0.00171296 Jy ! Component: 2350 - total flux cleaned = 0.00174902 Jy ! Component: 2400 - total flux cleaned = 0.00176089 Jy ! Component: 2450 - total flux cleaned = 0.00180825 Jy ! Component: 2500 - total flux cleaned = 0.0018083 Jy ! Component: 2550 - total flux cleaned = 0.00183166 Jy ! Component: 2600 - total flux cleaned = 0.00182001 Jy ! Component: 2650 - total flux cleaned = 0.0018316 Jy ! Component: 2700 - total flux cleaned = 0.00185465 Jy ! Component: 2750 - total flux cleaned = 0.00186601 Jy ! Component: 2800 - total flux cleaned = 0.00192304 Jy ! Component: 2850 - total flux cleaned = 0.00192303 Jy ! Component: 2900 - total flux cleaned = 0.00197946 Jy ! Component: 2950 - total flux cleaned = 0.00197949 Jy ! Component: 3000 - total flux cleaned = 0.00199073 Jy ! Component: 3050 - total flux cleaned = 0.00201295 Jy ! Component: 3100 - total flux cleaned = 0.00202405 Jy ! Component: 3150 - total flux cleaned = 0.00205703 Jy ! Component: 3200 - total flux cleaned = 0.00206805 Jy ! Component: 3250 - total flux cleaned = 0.00211182 Jy ! Component: 3300 - total flux cleaned = 0.00213348 Jy ! Component: 3350 - total flux cleaned = 0.00216592 Jy ! Component: 3400 - total flux cleaned = 0.00214442 Jy ! Component: 3450 - total flux cleaned = 0.00215508 Jy ! Component: 3500 - total flux cleaned = 0.00219766 Jy ! Component: 3550 - total flux cleaned = 0.00222949 Jy ! Component: 3600 - total flux cleaned = 0.00226114 Jy ! Component: 3650 - total flux cleaned = 0.0022401 Jy ! Component: 3700 - total flux cleaned = 0.00230285 Jy ! Component: 3750 - total flux cleaned = 0.00229244 Jy ! Component: 3800 - total flux cleaned = 0.00232339 Jy ! Component: 3850 - total flux cleaned = 0.0023337 Jy ! Component: 3900 - total flux cleaned = 0.00234404 Jy ! Component: 3950 - total flux cleaned = 0.0023645 Jy ! Component: 4000 - total flux cleaned = 0.00246639 Jy ! Component: 4050 - total flux cleaned = 0.00239542 Jy ! Total flux subtracted in 4096 components = 0.00244594 Jy ! Clean residual min=-0.000849 max=0.000590 Jy/beam ! Clean residual mean=0.000001 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.156679 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 391 components and 0.156679 Jy ![Exited script file: muppet] wmap "J1019+6320_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.003 x 4.621 at 2.902 degrees (North through East) ! Clean map min=-0.0010399 max=0.14391 Jy/beam ! Writing clean map to FITS file: J1019+6320_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.143913 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184292 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.384174 0.384174 0.768348 1.5367 3.07339 6.14679 12.2936 24.5871 49.1743 98.3486 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.143 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.003 x 4.621 at 2.902 degrees (North through East) ! Clean map min=-0.0010399 max=0.14391 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 J1019+6320_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:24:12 2019