! Started logfile: J1249+2817_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:48:36 2019 obs J1249+2817_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1249+2817_S_2017_05_31_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.840741 visibilities/baseline/integration-bin. ! Found source: J1249+2817 ! ! 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 703 lines of history. ! ! Reading 12712 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 J1249+2817_S_2017_05_31_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 501 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903664Jy sigma=0.008986 ! Fit after self-cal, rms=0.898896Jy sigma=0.008944 ! 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.211 mas, bmaj=5.815 mas, bpa=-2.809 degrees ! Estimated noise=945.175 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.0791445 Jy ! Component: 100 - total flux cleaned = 0.0977602 Jy ! Total flux subtracted in 100 components = 0.0977602 Jy ! Clean residual min=-0.004062 max=0.007104 Jy/beam ! Clean residual mean=-0.000005 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.0977602 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0977602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074804Jy sigma=0.000687 ! Fit after self-cal, rms=0.074804Jy sigma=0.000687 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00765502 Jy ! Component: 100 - total flux cleaned = 0.0114371 Jy ! Total flux subtracted in 100 components = 0.0114371 Jy ! Clean residual min=-0.003278 max=0.003226 Jy/beam ! Clean residual mean=-0.000001 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.109197 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.109197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073910Jy sigma=0.000677 ! Fit after self-cal, rms=0.073914Jy sigma=0.000677 ! 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.755 mas, bmaj=6.634 mas, bpa=-2.107 degrees ! Estimated noise=730.242 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.00308109 Jy ! Component: 100 - total flux cleaned = 0.00455294 Jy ! Component: 150 - total flux cleaned = 0.00535645 Jy ! Component: 200 - total flux cleaned = 0.00573917 Jy ! Total flux subtracted in 200 components = 0.00573917 Jy ! Clean residual min=-0.002322 max=0.002879 Jy/beam ! Clean residual mean=0.000000 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.114936 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.114936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073792Jy sigma=0.000676 ! Fit after self-cal, rms=0.073792Jy sigma=0.000676 ! 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 1.01 FD 0.98 HN 0.96 KP 0.99 ! LA 1.00 MK 1.03 NL 0.92 OV 1.01 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.99 HN 0.99 KP 1.02 ! LA 0.97 MK 1.00 NL 1.06 OV 1.06 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 0.97 KP 0.95 ! LA 0.98 MK 1.06 NL 1.02 OV 0.98 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.98 KP 1.00* ! LA 0.98 MK 1.12 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.073792Jy sigma=0.000676 ! Fit after self-cal, rms=0.073597Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.759 mas, bmaj=6.658 mas, bpa=-1.593 degrees ! Estimated noise=732.35 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.000503881 Jy ! Component: 100 - total flux cleaned = -0.000542251 Jy ! Component: 150 - total flux cleaned = -0.000541763 Jy ! Component: 200 - total flux cleaned = -0.000563398 Jy ! Total flux subtracted in 200 components = -0.000563398 Jy ! Clean residual min=-0.002348 max=0.002509 Jy/beam ! Clean residual mean=0.000001 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.114373 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 32 components and 0.114373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073588Jy sigma=0.000673 ! Fit after self-cal, rms=0.073604Jy 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.073604Jy sigma=0.000673 ! Fit after self-cal, rms=0.075274Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.764 mas, bmaj=6.634 mas, bpa=-1.916 degrees ! Estimated noise=731.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.94642e-05 Jy ! Component: 100 - total flux cleaned = -1.27714e-05 Jy ! Component: 150 - total flux cleaned = -1.04235e-07 Jy ! Component: 200 - total flux cleaned = -1.78805e-07 Jy ! Total flux subtracted in 200 components = -1.78805e-07 Jy ! Clean residual min=-0.002228 max=0.002139 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.114373 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.114373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075265Jy sigma=0.000670 ! Fit after self-cal, rms=0.075305Jy sigma=0.000670 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.000123741 Jy ! Component: 100 - total flux cleaned = -0.000132795 Jy ! Component: 150 - total flux cleaned = -0.000132994 Jy ! Component: 200 - total flux cleaned = -0.000126147 Jy ! Total flux subtracted in 200 components = -0.000126147 Jy ! Clean residual min=-0.002195 max=0.002136 Jy/beam ! Clean residual mean=0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.114247 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.114247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075302Jy sigma=0.000670 ! Fit after self-cal, rms=0.075300Jy sigma=0.000670 ! 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.075300Jy sigma=0.000670 ! Fit after self-cal, rms=0.075578Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.767 mas, bmaj=6.629 mas, bpa=-2.12 degrees ! Estimated noise=731.816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.26144e-05 Jy ! Component: 100 - total flux cleaned = -9.38717e-05 Jy ! Component: 150 - total flux cleaned = -0.00010212 Jy ! Component: 200 - total flux cleaned = -0.000102002 Jy ! Total flux subtracted in 200 components = -0.000102002 Jy ! Clean residual min=-0.002180 max=0.002101 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.114145 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.114145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075574Jy sigma=0.000670 ! Fit after self-cal, rms=0.075577Jy sigma=0.000670 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.12249e-05 Jy ! Component: 100 - total flux cleaned = -5.82679e-05 Jy ! Component: 150 - total flux cleaned = -6.3895e-05 Jy ! Component: 200 - total flux cleaned = -5.89534e-05 Jy ! Total flux subtracted in 200 components = -5.89534e-05 Jy ! Clean residual min=-0.002160 max=0.002101 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.114086 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.114086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075576Jy sigma=0.000670 ! Fit after self-cal, rms=0.075575Jy sigma=0.000670 ! 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.075575Jy sigma=0.000670 ! Fit after self-cal, rms=0.075676Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.404 mas, bmaj=10.21 mas, bpa=-7.177 degrees ! Estimated noise=879.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000142161 Jy ! Component: 100 - total flux cleaned = 0.000128531 Jy ! Component: 150 - total flux cleaned = 0.000106732 Jy ! Component: 200 - total flux cleaned = 9.84673e-05 Jy ! Total flux subtracted in 200 components = 9.84673e-05 Jy ! Clean residual min=-0.002436 max=0.001988 Jy/beam ! Clean residual mean=0.000002 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.114184 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.114184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075683Jy sigma=0.000670 ! Fit after self-cal, rms=0.075680Jy sigma=0.000670 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 = -4.21612e-06 Jy ! Component: 100 - total flux cleaned = -1.78307e-05 Jy ! Component: 150 - total flux cleaned = -1.76818e-05 Jy ! Component: 200 - total flux cleaned = -1.7754e-05 Jy ! Total flux subtracted in 200 components = -1.7754e-05 Jy ! Clean residual min=-0.002437 max=0.001966 Jy/beam ! Clean residual mean=0.000002 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.114167 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.114167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075687Jy sigma=0.000670 ! Fit after self-cal, rms=0.075683Jy sigma=0.000670 ! 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=3.769 mas, bmaj=6.627 mas, bpa=-2.255 degrees ! Estimated noise=731.694 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 6.627 at -2.255 degrees (North through East) ! Clean map min=-0.0020289 max=0.10286 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.22 mas, bmaj=5.807 mas, bpa=-2.967 degrees ! Estimated noise=951.613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0790353 Jy ! Component: 100 - total flux cleaned = 0.0978034 Jy ! Component: 150 - total flux cleaned = 0.105507 Jy ! Component: 200 - total flux cleaned = 0.109406 Jy ! Total flux subtracted in 200 components = 0.109406 Jy ! Clean residual min=-0.003057 max=0.002630 Jy/beam ! Clean residual mean=-0.000001 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.109406 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.109406 Jy ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=6.627 mas, bpa=-2.255 degrees ! Estimated noise=731.694 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) ! Added new window around map position (4, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281111 Jy ! Component: 100 - total flux cleaned = 0.00364849 Jy ! Component: 150 - total flux cleaned = 0.00425991 Jy ! Component: 200 - total flux cleaned = 0.00464196 Jy ! Total flux subtracted in 200 components = 0.00464196 Jy ! Clean residual min=-0.002105 max=0.001919 Jy/beam ! Clean residual mean=0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.114048 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 47 components and 0.114048 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.404 mas, bmaj=10.21 mas, bpa=-7.177 degrees ! Estimated noise=879.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000993945 Jy ! Component: 100 - total flux cleaned = 0.00113147 Jy ! Component: 150 - total flux cleaned = 0.00118462 Jy ! Component: 200 - total flux cleaned = 0.00119826 Jy ! Total flux subtracted in 200 components = 0.00119826 Jy ! Clean residual min=-0.002395 max=0.002011 Jy/beam ! Clean residual mean=0.000003 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.115246 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.83077e-07 Jy ! Component: 100 - total flux cleaned = -2.06379e-05 Jy ! Component: 150 - total flux cleaned = -3.02053e-05 Jy ! Component: 200 - total flux cleaned = -3.90349e-05 Jy ! Total flux subtracted in 200 components = -3.90349e-05 Jy ! Clean residual min=-0.002398 max=0.002023 Jy/beam ! Clean residual mean=0.000003 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.115207 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 94 components and 0.115207 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=6.627 mas, bpa=-2.255 degrees ! Estimated noise=731.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107687 Jy ! Component: 100 - total flux cleaned = -1.52871e-05 Jy ! Component: 150 - total flux cleaned = 2.07467e-06 Jy ! Component: 200 - total flux cleaned = 1.84591e-05 Jy ! Total flux subtracted in 200 components = 1.84591e-05 Jy ! Clean residual min=-0.001927 max=0.001905 Jy/beam ! Clean residual mean=0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.115226 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.115226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075637Jy sigma=0.000669 ! Fit after self-cal, rms=0.075627Jy sigma=0.000669 wmodel J1249+2817_S_2017_05_31_pus_map.mod ! Writing 109 model components to file: J1249+2817_S_2017_05_31_pus_map.mod wobs J1249+2817_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1249+2817_S_2017_05_31_pus_uvs.fits wwins J1249+2817_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J1249+2817_S_2017_05_31_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.000325923 Jy ! Component: 100 - total flux cleaned = -0.000798722 Jy ! Component: 150 - total flux cleaned = -0.00124773 Jy ! Component: 200 - total flux cleaned = -0.00168156 Jy ! Component: 250 - total flux cleaned = -0.00195167 Jy ! Component: 300 - total flux cleaned = -0.00209784 Jy ! Component: 350 - total flux cleaned = -0.00224062 Jy ! Component: 400 - total flux cleaned = -0.00235194 Jy ! Component: 450 - total flux cleaned = -0.00243365 Jy ! Component: 500 - total flux cleaned = -0.00246091 Jy ! Component: 550 - total flux cleaned = -0.00253985 Jy ! Component: 600 - total flux cleaned = -0.00264285 Jy ! Component: 650 - total flux cleaned = -0.00274376 Jy ! Component: 700 - total flux cleaned = -0.00281791 Jy ! Component: 750 - total flux cleaned = -0.00289113 Jy ! Component: 800 - total flux cleaned = -0.00296335 Jy ! Component: 850 - total flux cleaned = -0.00293956 Jy ! Component: 900 - total flux cleaned = -0.00305672 Jy ! Component: 950 - total flux cleaned = -0.00312587 Jy ! Component: 1000 - total flux cleaned = -0.00312541 Jy ! Component: 1050 - total flux cleaned = -0.00321557 Jy ! Component: 1100 - total flux cleaned = -0.00323766 Jy ! Component: 1150 - total flux cleaned = -0.00323757 Jy ! Component: 1200 - total flux cleaned = -0.00334647 Jy ! Component: 1250 - total flux cleaned = -0.00326089 Jy ! Component: 1300 - total flux cleaned = -0.00336718 Jy ! Component: 1350 - total flux cleaned = -0.00338822 Jy ! Component: 1400 - total flux cleaned = -0.00340906 Jy ! Component: 1450 - total flux cleaned = -0.00349116 Jy ! Component: 1500 - total flux cleaned = -0.00353145 Jy ! Component: 1550 - total flux cleaned = -0.00353127 Jy ! Component: 1600 - total flux cleaned = -0.00353127 Jy ! Component: 1650 - total flux cleaned = -0.00357065 Jy ! Component: 1700 - total flux cleaned = -0.00357066 Jy ! Component: 1750 - total flux cleaned = -0.00362811 Jy ! Component: 1800 - total flux cleaned = -0.00360921 Jy ! Component: 1850 - total flux cleaned = -0.00368456 Jy ! Component: 1900 - total flux cleaned = -0.00375872 Jy ! Component: 1950 - total flux cleaned = -0.00374036 Jy ! Component: 2000 - total flux cleaned = -0.00375883 Jy ! Component: 2050 - total flux cleaned = -0.00374053 Jy ! Component: 2100 - total flux cleaned = -0.00375839 Jy ! Component: 2150 - total flux cleaned = -0.00375838 Jy ! Component: 2200 - total flux cleaned = -0.0037935 Jy ! Component: 2250 - total flux cleaned = -0.0037937 Jy ! Component: 2300 - total flux cleaned = -0.00382811 Jy ! Component: 2350 - total flux cleaned = -0.00382818 Jy ! Component: 2400 - total flux cleaned = -0.00387902 Jy ! Component: 2450 - total flux cleaned = -0.00391263 Jy ! Component: 2500 - total flux cleaned = -0.00389604 Jy ! Component: 2550 - total flux cleaned = -0.00386289 Jy ! Component: 2600 - total flux cleaned = -0.00387939 Jy ! Component: 2650 - total flux cleaned = -0.00392804 Jy ! Component: 2700 - total flux cleaned = -0.00391171 Jy ! Component: 2750 - total flux cleaned = -0.00391169 Jy ! Component: 2800 - total flux cleaned = -0.00389577 Jy ! Component: 2850 - total flux cleaned = -0.00389559 Jy ! Component: 2900 - total flux cleaned = -0.00384849 Jy ! Component: 2950 - total flux cleaned = -0.00381742 Jy ! Component: 3000 - total flux cleaned = -0.00378664 Jy ! Component: 3050 - total flux cleaned = -0.00375613 Jy ! Component: 3100 - total flux cleaned = -0.00378663 Jy ! Component: 3150 - total flux cleaned = -0.00375632 Jy ! Component: 3200 - total flux cleaned = -0.00374122 Jy ! Component: 3250 - total flux cleaned = -0.00366664 Jy ! Component: 3300 - total flux cleaned = -0.00362243 Jy ! Component: 3350 - total flux cleaned = -0.00356384 Jy ! Component: 3400 - total flux cleaned = -0.00353494 Jy ! Component: 3450 - total flux cleaned = -0.00357827 Jy ! Component: 3500 - total flux cleaned = -0.00350649 Jy ! Component: 3550 - total flux cleaned = -0.00352078 Jy ! Component: 3600 - total flux cleaned = -0.00342155 Jy ! Component: 3650 - total flux cleaned = -0.00347805 Jy ! Component: 3700 - total flux cleaned = -0.00347808 Jy ! Component: 3750 - total flux cleaned = -0.00342236 Jy ! Component: 3800 - total flux cleaned = -0.00340857 Jy ! Component: 3850 - total flux cleaned = -0.0034635 Jy ! Component: 3900 - total flux cleaned = -0.00342241 Jy ! Component: 3950 - total flux cleaned = -0.00343599 Jy ! Component: 4000 - total flux cleaned = -0.00340877 Jy ! Component: 4050 - total flux cleaned = -0.00335498 Jy ! Total flux subtracted in 4096 components = -0.00332822 Jy ! Clean residual min=-0.000826 max=0.000778 Jy/beam ! Clean residual mean=0.000001 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.111897 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 407 components and 0.111897 Jy ![Exited script file: muppet] wmap "J1249+2817_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 6.627 at -2.255 degrees (North through East) ! Clean map min=-0.0016027 max=0.10311 Jy/beam ! Writing clean map to FITS file: J1249+2817_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103115 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000248977 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.72437 0.72437 1.44874 2.89748 5.79496 11.5899 23.1798 46.3597 92.7193 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 6.627 at -2.255 degrees (North through East) ! Clean map min=-0.0016027 max=0.10311 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 J1249+2817_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:48:41 2019