! Started logfile: J1458+0416_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:15:33 2019 obs J1458+0416_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1458+0416_S_2017_01_16_pus_uva.fits ! AN table 1: 23 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.695652 visibilities/baseline/integration-bin. ! Found source: J1458+0416 ! ! 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 622 lines of history. ! ! Reading 2880 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 J1458+0416_S_2017_01_16_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.866920Jy sigma=0.006821 ! Fit after self-cal, rms=0.854013Jy sigma=0.006781 ! 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.611 mas, bmaj=9.186 mas, bpa=17.71 degrees ! Estimated noise=2197.57 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.120485 Jy ! Component: 100 - total flux cleaned = 0.149908 Jy ! Total flux subtracted in 100 components = 0.149908 Jy ! Clean residual min=-0.007291 max=0.011576 Jy/beam ! Clean residual mean=0.000018 rms=0.001959 Jy/beam ! Combined flux in latest and established models = 0.149908 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.149908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130388Jy sigma=0.000688 ! Fit after self-cal, rms=0.130287Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123571 Jy ! Component: 100 - total flux cleaned = 0.0194247 Jy ! Total flux subtracted in 100 components = 0.0194247 Jy ! Clean residual min=-0.006110 max=0.006346 Jy/beam ! Clean residual mean=0.000014 rms=0.001627 Jy/beam ! Combined flux in latest and established models = 0.169332 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.169332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129126Jy sigma=0.000673 ! Fit after self-cal, rms=0.129172Jy sigma=0.000672 ! 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=4.274 mas, bmaj=10.19 mas, bpa=18.74 degrees ! Estimated noise=1751.81 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.00467664 Jy ! Component: 100 - total flux cleaned = 0.00708375 Jy ! Component: 150 - total flux cleaned = 0.00814227 Jy ! Component: 200 - total flux cleaned = 0.00833438 Jy ! Total flux subtracted in 200 components = 0.00833438 Jy ! Clean residual min=-0.005243 max=0.004421 Jy/beam ! Clean residual mean=0.000025 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.177667 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.177667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129015Jy sigma=0.000670 ! Fit after self-cal, rms=0.129013Jy sigma=0.000670 ! 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.99 FD 0.94 HN 0.99 KP 1.04 ! LA 1.01 MK 1.00* NL 0.93 OV 1.01 ! PT 0.95 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.97 HN 1.01 KP 1.00 ! LA 0.99 MK 1.00* NL 1.11 OV 1.01 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 0.95 KP 1.02 ! LA 1.02 MK 1.00* NL 1.02 OV 0.99 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.07 HN 0.95 KP 1.29 ! LA 1.00 MK 1.00* NL 1.00* OV 1.04 ! PT 0.94 SC 1.11 ! ! ! Fit before self-cal, rms=0.129013Jy sigma=0.000670 ! Fit after self-cal, rms=0.151237Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.281 mas, bmaj=10.18 mas, bpa=18.54 degrees ! Estimated noise=1754.6 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.000635838 Jy ! Component: 100 - total flux cleaned = 0.000525304 Jy ! Component: 150 - total flux cleaned = 0.000429742 Jy ! Component: 200 - total flux cleaned = 0.000319315 Jy ! Total flux subtracted in 200 components = 0.000319315 Jy ! Clean residual min=-0.004741 max=0.004178 Jy/beam ! Clean residual mean=0.000017 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.177986 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.177986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151209Jy sigma=0.000666 ! Fit after self-cal, rms=0.151622Jy sigma=0.000666 ! 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.151622Jy sigma=0.000666 ! Fit after self-cal, rms=0.159591Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.287 mas, bmaj=10.15 mas, bpa=18.53 degrees ! Estimated noise=1759.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285559 Jy ! Component: 100 - total flux cleaned = 0.000410371 Jy ! Component: 150 - total flux cleaned = 0.000385064 Jy ! Component: 200 - total flux cleaned = 0.000361345 Jy ! Total flux subtracted in 200 components = 0.000361345 Jy ! Clean residual min=-0.004833 max=0.004493 Jy/beam ! Clean residual mean=0.000013 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.178347 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.178347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159571Jy sigma=0.000661 ! Fit after self-cal, rms=0.159612Jy sigma=0.000661 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 = -2.09522e-05 Jy ! Component: 100 - total flux cleaned = 1.29191e-06 Jy ! Component: 150 - total flux cleaned = 1.05503e-06 Jy ! Component: 200 - total flux cleaned = -1.84435e-05 Jy ! Total flux subtracted in 200 components = -1.84435e-05 Jy ! Clean residual min=-0.004796 max=0.004439 Jy/beam ! Clean residual mean=0.000013 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.178329 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.178329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159601Jy sigma=0.000661 ! Fit after self-cal, rms=0.159591Jy sigma=0.000661 ! 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.159591Jy sigma=0.000661 ! Fit after self-cal, rms=0.155549Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.29 mas, bmaj=10.14 mas, bpa=18.46 degrees ! Estimated noise=1761.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.85791e-05 Jy ! Component: 100 - total flux cleaned = 7.86815e-05 Jy ! Component: 150 - total flux cleaned = 7.87703e-05 Jy ! Component: 200 - total flux cleaned = 5.9917e-05 Jy ! Total flux subtracted in 200 components = 5.9917e-05 Jy ! Clean residual min=-0.004710 max=0.004542 Jy/beam ! Clean residual mean=0.000013 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.178389 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.178389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155535Jy sigma=0.000661 ! Fit after self-cal, rms=0.155431Jy sigma=0.000661 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 = -2.3104e-05 Jy ! Component: 100 - total flux cleaned = -2.2234e-05 Jy ! Component: 150 - total flux cleaned = -2.26594e-05 Jy ! Component: 200 - total flux cleaned = -2.25122e-05 Jy ! Total flux subtracted in 200 components = -2.25122e-05 Jy ! Clean residual min=-0.004664 max=0.004495 Jy/beam ! Clean residual mean=0.000013 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.178366 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.178366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155421Jy sigma=0.000661 ! Fit after self-cal, rms=0.155417Jy sigma=0.000661 ! 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.155417Jy sigma=0.000661 ! Fit after self-cal, rms=0.155590Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.211 mas, bmaj=12.29 mas, bpa=8.728 degrees ! Estimated noise=2013.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000177778 Jy ! Component: 100 - total flux cleaned = -9.49815e-05 Jy ! Component: 150 - total flux cleaned = -8.232e-05 Jy ! Component: 200 - total flux cleaned = -4.68695e-05 Jy ! Total flux subtracted in 200 components = -4.68695e-05 Jy ! Clean residual min=-0.004545 max=0.004262 Jy/beam ! Clean residual mean=0.000023 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.178319 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 66 components and 0.178319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155581Jy sigma=0.000661 ! Fit after self-cal, rms=0.155566Jy sigma=0.000661 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 = -2.38793e-05 Jy ! Component: 100 - total flux cleaned = 6.82598e-07 Jy ! Component: 150 - total flux cleaned = 2.23841e-05 Jy ! Component: 200 - total flux cleaned = 4.18952e-05 Jy ! Total flux subtracted in 200 components = 4.18952e-05 Jy ! Clean residual min=-0.004520 max=0.004244 Jy/beam ! Clean residual mean=0.000023 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 0.178361 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.178361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155562Jy sigma=0.000661 ! Fit after self-cal, rms=0.155558Jy sigma=0.000661 ! 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.293 mas, bmaj=10.14 mas, bpa=18.39 degrees ! Estimated noise=1763.86 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.293 x 10.14 at 18.39 degrees (North through East) ! Clean map min=-0.004462 max=0.15272 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.635 mas, bmaj=9.126 mas, bpa=17.28 degrees ! Estimated noise=2202.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12055 Jy ! Component: 100 - total flux cleaned = 0.149557 Jy ! Component: 150 - total flux cleaned = 0.161798 Jy ! Component: 200 - total flux cleaned = 0.168323 Jy ! Total flux subtracted in 200 components = 0.168323 Jy ! Clean residual min=-0.006154 max=0.005607 Jy/beam ! Clean residual mean=0.000006 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.168323 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.168323 Jy ! Inverting map and beam ! Estimated beam: bmin=4.293 mas, bmaj=10.14 mas, bpa=18.39 degrees ! Estimated noise=1763.86 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.00465685 Jy ! Component: 100 - total flux cleaned = 0.00714241 Jy ! Component: 150 - total flux cleaned = 0.00857403 Jy ! Component: 200 - total flux cleaned = 0.00898084 Jy ! Total flux subtracted in 200 components = 0.00898084 Jy ! Clean residual min=-0.004701 max=0.004454 Jy/beam ! Clean residual mean=0.000014 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.177304 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 42 components and 0.177304 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.211 mas, bmaj=12.29 mas, bpa=8.728 degrees ! Estimated noise=2013.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287564 Jy ! Component: 100 - total flux cleaned = 0.00041671 Jy ! Component: 150 - total flux cleaned = 0.000469846 Jy ! Component: 200 - total flux cleaned = 0.000502869 Jy ! Total flux subtracted in 200 components = 0.000502869 Jy ! Clean residual min=-0.004557 max=0.004227 Jy/beam ! Clean residual mean=0.000023 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.177807 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 = 4.51166e-05 Jy ! Component: 100 - total flux cleaned = 7.28456e-05 Jy ! Component: 150 - total flux cleaned = 9.86058e-05 Jy ! Component: 200 - total flux cleaned = 0.000122811 Jy ! Total flux subtracted in 200 components = 0.000122811 Jy ! Clean residual min=-0.004542 max=0.004240 Jy/beam ! Clean residual mean=0.000023 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.177929 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.177929 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.293 mas, bmaj=10.14 mas, bpa=18.39 degrees ! Estimated noise=1763.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.73254e-05 Jy ! Component: 100 - total flux cleaned = -0.000126942 Jy ! Component: 150 - total flux cleaned = -0.000125956 Jy ! Component: 200 - total flux cleaned = -0.000154276 Jy ! Total flux subtracted in 200 components = -0.000154276 Jy ! Clean residual min=-0.004599 max=0.004452 Jy/beam ! Clean residual mean=0.000014 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.177775 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.177775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155602Jy sigma=0.000661 ! Fit after self-cal, rms=0.155606Jy sigma=0.000661 wmodel J1458+0416_S_2017_01_16_pus_map.mod ! Writing 67 model components to file: J1458+0416_S_2017_01_16_pus_map.mod wobs J1458+0416_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1458+0416_S_2017_01_16_pus_uvs.fits wwins J1458+0416_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J1458+0416_S_2017_01_16_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.000208813 Jy ! Component: 100 - total flux cleaned = 0.000705882 Jy ! Component: 150 - total flux cleaned = 0.00111044 Jy ! Component: 200 - total flux cleaned = 0.00111096 Jy ! Component: 250 - total flux cleaned = 0.00111131 Jy ! Component: 300 - total flux cleaned = 0.00111222 Jy ! Component: 350 - total flux cleaned = 0.00111185 Jy ! Component: 400 - total flux cleaned = 0.00099753 Jy ! Component: 450 - total flux cleaned = 0.000942485 Jy ! Component: 500 - total flux cleaned = 0.00088836 Jy ! Component: 550 - total flux cleaned = 0.000567009 Jy ! Component: 600 - total flux cleaned = 0.00025354 Jy ! Component: 650 - total flux cleaned = -5.35969e-05 Jy ! Component: 700 - total flux cleaned = -0.000254306 Jy ! Component: 750 - total flux cleaned = -0.000402258 Jy ! Component: 800 - total flux cleaned = -0.000595723 Jy ! Component: 850 - total flux cleaned = -0.000595286 Jy ! Component: 900 - total flux cleaned = -0.000453874 Jy ! Component: 950 - total flux cleaned = -0.000407752 Jy ! Component: 1000 - total flux cleaned = -0.000454202 Jy ! Component: 1050 - total flux cleaned = -0.000363634 Jy ! Component: 1100 - total flux cleaned = -0.000320216 Jy ! Component: 1150 - total flux cleaned = -0.000320507 Jy ! Component: 1200 - total flux cleaned = -0.000450031 Jy ! Component: 1250 - total flux cleaned = -0.000364948 Jy ! Component: 1300 - total flux cleaned = -0.000534526 Jy ! Component: 1350 - total flux cleaned = -0.000618486 Jy ! Component: 1400 - total flux cleaned = -0.000742832 Jy ! Component: 1450 - total flux cleaned = -0.000865332 Jy ! Component: 1500 - total flux cleaned = -0.000986583 Jy ! Component: 1550 - total flux cleaned = -0.00114701 Jy ! Component: 1600 - total flux cleaned = -0.00118613 Jy ! Component: 1650 - total flux cleaned = -0.00126445 Jy ! Component: 1700 - total flux cleaned = -0.00138059 Jy ! Component: 1750 - total flux cleaned = -0.00141877 Jy ! Component: 1800 - total flux cleaned = -0.00149468 Jy ! Component: 1850 - total flux cleaned = -0.0016459 Jy ! Component: 1900 - total flux cleaned = -0.00160788 Jy ! Component: 1950 - total flux cleaned = -0.00164541 Jy ! Component: 2000 - total flux cleaned = -0.0017558 Jy ! Component: 2050 - total flux cleaned = -0.0019008 Jy ! Component: 2100 - total flux cleaned = -0.00179254 Jy ! Component: 2150 - total flux cleaned = -0.0018999 Jy ! Component: 2200 - total flux cleaned = -0.00197081 Jy ! Component: 2250 - total flux cleaned = -0.0021114 Jy ! Component: 2300 - total flux cleaned = -0.00200698 Jy ! Component: 2350 - total flux cleaned = -0.00204147 Jy ! Component: 2400 - total flux cleaned = -0.00200694 Jy ! Component: 2450 - total flux cleaned = -0.00204114 Jy ! Component: 2500 - total flux cleaned = -0.00214269 Jy ! Component: 2550 - total flux cleaned = -0.00200787 Jy ! Component: 2600 - total flux cleaned = -0.00204124 Jy ! Component: 2650 - total flux cleaned = -0.00197493 Jy ! Component: 2700 - total flux cleaned = -0.00200811 Jy ! Component: 2750 - total flux cleaned = -0.0020738 Jy ! Component: 2800 - total flux cleaned = -0.0022035 Jy ! Component: 2850 - total flux cleaned = -0.00217122 Jy ! Component: 2900 - total flux cleaned = -0.00226697 Jy ! Component: 2950 - total flux cleaned = -0.0022032 Jy ! Component: 3000 - total flux cleaned = -0.00229789 Jy ! Component: 3050 - total flux cleaned = -0.00232934 Jy ! Component: 3100 - total flux cleaned = -0.00232942 Jy ! Component: 3150 - total flux cleaned = -0.00229826 Jy ! Component: 3200 - total flux cleaned = -0.0023596 Jy ! Component: 3250 - total flux cleaned = -0.00232874 Jy ! Component: 3300 - total flux cleaned = -0.0025108 Jy ! Component: 3350 - total flux cleaned = -0.00232992 Jy ! Component: 3400 - total flux cleaned = -0.0023298 Jy ! Component: 3450 - total flux cleaned = -0.00235968 Jy ! Component: 3500 - total flux cleaned = -0.00232994 Jy ! Component: 3550 - total flux cleaned = -0.00221242 Jy ! Component: 3600 - total flux cleaned = -0.00232939 Jy ! Component: 3650 - total flux cleaned = -0.00224241 Jy ! Component: 3700 - total flux cleaned = -0.00227126 Jy ! Component: 3750 - total flux cleaned = -0.00209904 Jy ! Component: 3800 - total flux cleaned = -0.00212768 Jy ! Component: 3850 - total flux cleaned = -0.00204242 Jy ! Component: 3900 - total flux cleaned = -0.00201426 Jy ! Component: 3950 - total flux cleaned = -0.00204266 Jy ! Component: 4000 - total flux cleaned = -0.00198674 Jy ! Component: 4050 - total flux cleaned = -0.00187563 Jy ! Total flux subtracted in 4096 components = -0.00187578 Jy ! Clean residual min=-0.001696 max=0.001741 Jy/beam ! Clean residual mean=0.000005 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.175899 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 356 components and 0.175899 Jy ![Exited script file: muppet] wmap "J1458+0416_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.293 x 10.14 at 18.39 degrees (North through East) ! Clean map min=-0.002968 max=0.15328 Jy/beam ! Writing clean map to FITS file: J1458+0416_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.153281 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000543038 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06283 1.06283 2.12565 4.25131 8.50261 17.0052 34.0105 68.0209 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.153 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.293 x 10.14 at 18.39 degrees (North through East) ! Clean map min=-0.002968 max=0.15328 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 J1458+0416_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:15:37 2019