! Started logfile: J2016+3600_S_2017_06_15_pus_uvs.log on Tue May 7 15:27:42 2019 obs J2016+3600_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2016+3600_S_2017_06_15_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.561502 visibilities/baseline/integration-bin. ! Found source: J2016+3600 ! ! 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 603 lines of history. ! ! Reading 14352 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 J2016+3600_S_2017_06_15_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 442 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 350 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 350 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1165 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.944834Jy sigma=0.010115 ! Fit after self-cal, rms=0.932937Jy sigma=0.009991 ! 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.944 mas, bmaj=8.318 mas, bpa=-19.72 degrees ! Estimated noise=867.343 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.0476055 Jy ! Component: 100 - total flux cleaned = 0.0689447 Jy ! Total flux subtracted in 100 components = 0.0689447 Jy ! Clean residual min=-0.006547 max=0.011282 Jy/beam ! Clean residual mean=0.000047 rms=0.001960 Jy/beam ! Combined flux in latest and established models = 0.0689447 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 52 components and 0.0689447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074418Jy sigma=0.000779 ! Fit after self-cal, rms=0.074121Jy sigma=0.000776 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155053 Jy ! Component: 100 - total flux cleaned = 0.0270015 Jy ! Total flux subtracted in 100 components = 0.0270015 Jy ! Clean residual min=-0.004990 max=0.007803 Jy/beam ! Clean residual mean=0.000037 rms=0.001386 Jy/beam ! Combined flux in latest and established models = 0.0959462 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 91 components and 0.0959462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068688Jy sigma=0.000712 ! Fit after self-cal, rms=0.068594Jy sigma=0.000711 ! 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.879 mas, bmaj=9.074 mas, bpa=-18.56 degrees ! Estimated noise=649.733 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.0141498 Jy ! Component: 100 - total flux cleaned = 0.0234952 Jy ! Component: 150 - total flux cleaned = 0.0298472 Jy ! Component: 200 - total flux cleaned = 0.0342101 Jy ! Total flux subtracted in 200 components = 0.0342101 Jy ! Clean residual min=-0.004006 max=0.005700 Jy/beam ! Clean residual mean=0.000049 rms=0.001183 Jy/beam ! Combined flux in latest and established models = 0.130156 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 128 components and 0.130156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065211Jy sigma=0.000672 ! Fit after self-cal, rms=0.065064Jy sigma=0.000670 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 60 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.98 HN 1.01 KP 1.05 ! LA 0.90 MK 1.00* NL 1.12 OV 1.09 ! PT 0.91 SC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.02 KP 1.02 ! LA 0.87 MK 0.98 NL 1.19 OV 1.05 ! PT 0.87 SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 0.97 KP 0.98 ! LA 0.91 MK 1.11 NL 1.10 OV 0.97 ! PT 0.89 SC 1.00* ! ! ! Correcting IF 4. ! A total of 255 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.065064Jy sigma=0.000670 ! Fit after self-cal, rms=0.066685Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.927 mas, bmaj=9.245 mas, bpa=-18.19 degrees ! Estimated noise=668.729 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.000460203 Jy ! Component: 100 - total flux cleaned = 0.000689907 Jy ! Component: 150 - total flux cleaned = 0.000800243 Jy ! Component: 200 - total flux cleaned = 0.000848791 Jy ! Total flux subtracted in 200 components = 0.000848791 Jy ! Clean residual min=-0.002900 max=0.004447 Jy/beam ! Clean residual mean=0.000029 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.131005 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 145 components and 0.131005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066658Jy sigma=0.000664 ! Fit after self-cal, rms=0.066755Jy sigma=0.000664 ! 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.066755Jy sigma=0.000664 ! Fit after self-cal, rms=0.066011Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.935 mas, bmaj=9.069 mas, bpa=-17.95 degrees ! Estimated noise=662.302 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000146711 Jy ! Component: 100 - total flux cleaned = 0.000224198 Jy ! Component: 150 - total flux cleaned = 0.000266797 Jy ! Component: 200 - total flux cleaned = 0.000305734 Jy ! Total flux subtracted in 200 components = 0.000305734 Jy ! Clean residual min=-0.002864 max=0.003710 Jy/beam ! Clean residual mean=0.000023 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.131311 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 153 components and 0.131311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065995Jy sigma=0.000660 ! Fit after self-cal, rms=0.066029Jy sigma=0.000660 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) ! Added new window around map position (20, 126). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00401843 Jy ! Component: 100 - total flux cleaned = 0.00647515 Jy ! Component: 150 - total flux cleaned = 0.00811276 Jy ! Component: 200 - total flux cleaned = 0.00924616 Jy ! Total flux subtracted in 200 components = 0.00924616 Jy ! Clean residual min=-0.002491 max=0.002983 Jy/beam ! Clean residual mean=0.000018 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.140557 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 202 components and 0.140557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065781Jy sigma=0.000657 ! Fit after self-cal, rms=0.065740Jy sigma=0.000656 ! 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.065740Jy sigma=0.000656 ! Fit after self-cal, rms=0.064480Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.919 mas, bmaj=8.998 mas, bpa=-18.06 degrees ! Estimated noise=652.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211443 Jy ! Component: 100 - total flux cleaned = 0.00345033 Jy ! Component: 150 - total flux cleaned = 0.00419888 Jy ! Component: 200 - total flux cleaned = 0.00467616 Jy ! Total flux subtracted in 200 components = 0.00467616 Jy ! Clean residual min=-0.002247 max=0.002509 Jy/beam ! Clean residual mean=0.000018 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.145233 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 213 components and 0.145233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064408Jy sigma=0.000655 ! Fit after self-cal, rms=0.064384Jy sigma=0.000654 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.000796682 Jy ! Component: 100 - total flux cleaned = 0.00122088 Jy ! Component: 150 - total flux cleaned = 0.00153253 Jy ! Component: 200 - total flux cleaned = 0.00181772 Jy ! Total flux subtracted in 200 components = 0.00181772 Jy ! Clean residual min=-0.002310 max=0.002443 Jy/beam ! Clean residual mean=0.000017 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.147051 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 217 components and 0.147051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064366Jy sigma=0.000654 ! Fit after self-cal, rms=0.064358Jy sigma=0.000654 ! 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.064358Jy sigma=0.000654 ! Fit after self-cal, rms=0.063639Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.91 mas, bmaj=10.26 mas, bpa=-18.99 degrees ! Estimated noise=715.125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131258 Jy ! Component: 100 - total flux cleaned = 0.00208961 Jy ! Component: 150 - total flux cleaned = 0.00250371 Jy ! Component: 200 - total flux cleaned = 0.00272114 Jy ! Total flux subtracted in 200 components = 0.00272114 Jy ! Clean residual min=-0.002420 max=0.003003 Jy/beam ! Clean residual mean=0.000027 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.149772 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 229 components and 0.149772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063625Jy sigma=0.000654 ! Fit after self-cal, rms=0.063620Jy sigma=0.000654 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.000380128 Jy ! Component: 100 - total flux cleaned = 0.000557682 Jy ! Component: 150 - total flux cleaned = 0.000682049 Jy ! Component: 200 - total flux cleaned = 0.000781209 Jy ! Total flux subtracted in 200 components = 0.000781209 Jy ! Clean residual min=-0.002452 max=0.002882 Jy/beam ! Clean residual mean=0.000027 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.150553 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 233 components and 0.150553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063615Jy sigma=0.000653 ! Fit after self-cal, rms=0.063614Jy sigma=0.000653 ! 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.901 mas, bmaj=8.96 mas, bpa=-18.2 degrees ! Estimated noise=646.731 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.901 x 8.96 at -18.2 degrees (North through East) ! Clean map min=-0.0021796 max=0.057298 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.959 mas, bmaj=8.209 mas, bpa=-19.64 degrees ! Estimated noise=856.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.046746 Jy ! Component: 100 - total flux cleaned = 0.0701102 Jy ! Component: 150 - total flux cleaned = 0.0854463 Jy ! Component: 200 - total flux cleaned = 0.0966837 Jy ! Total flux subtracted in 200 components = 0.0966837 Jy ! Clean residual min=-0.004691 max=0.006922 Jy/beam ! Clean residual mean=0.000028 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.0966837 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.0966837 Jy ! Inverting map and beam ! Estimated beam: bmin=4.901 mas, bmaj=8.96 mas, bpa=-18.2 degrees ! Estimated noise=646.731 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.0118173 Jy ! Component: 100 - total flux cleaned = 0.0195953 Jy ! Component: 150 - total flux cleaned = 0.0256104 Jy ! Component: 200 - total flux cleaned = 0.0304531 Jy ! Total flux subtracted in 200 components = 0.0304531 Jy ! Clean residual min=-0.003022 max=0.003655 Jy/beam ! Clean residual mean=0.000032 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.127137 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 117 components and 0.127137 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.91 mas, bmaj=10.26 mas, bpa=-18.99 degrees ! Estimated noise=715.125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552116 Jy ! Component: 100 - total flux cleaned = 0.00955616 Jy ! Component: 150 - total flux cleaned = 0.0126284 Jy ! Component: 200 - total flux cleaned = 0.0149966 Jy ! Total flux subtracted in 200 components = 0.0149966 Jy ! Clean residual min=-0.002749 max=0.003143 Jy/beam ! Clean residual mean=0.000037 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.142133 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 = 0.00183882 Jy ! Component: 100 - total flux cleaned = 0.00327427 Jy ! Component: 150 - total flux cleaned = 0.00439986 Jy ! Component: 200 - total flux cleaned = 0.00529457 Jy ! Total flux subtracted in 200 components = 0.00529457 Jy ! Clean residual min=-0.002434 max=0.003186 Jy/beam ! Clean residual mean=0.000031 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.147428 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 191 components and 0.147428 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.901 mas, bmaj=8.96 mas, bpa=-18.2 degrees ! Estimated noise=646.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.86462e-05 Jy ! Component: 100 - total flux cleaned = 0.00028901 Jy ! Component: 150 - total flux cleaned = 0.00044139 Jy ! Component: 200 - total flux cleaned = 0.000554006 Jy ! Total flux subtracted in 200 components = 0.000554006 Jy ! Clean residual min=-0.002446 max=0.002462 Jy/beam ! Clean residual mean=0.000018 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.147982 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 200 components and 0.147982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063659Jy sigma=0.000654 ! Fit after self-cal, rms=0.063581Jy sigma=0.000654 wmodel J2016+3600_S_2017_06_15_pus_map.mod ! Writing 200 model components to file: J2016+3600_S_2017_06_15_pus_map.mod wobs J2016+3600_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2016+3600_S_2017_06_15_pus_uvs.fits wwins J2016+3600_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J2016+3600_S_2017_06_15_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 = 4.54579e-05 Jy ! Component: 100 - total flux cleaned = 5.72127e-06 Jy ! Component: 150 - total flux cleaned = 0.000293518 Jy ! Component: 200 - total flux cleaned = 0.000601142 Jy ! Component: 250 - total flux cleaned = 0.000861788 Jy ! Component: 300 - total flux cleaned = 0.00117333 Jy ! Component: 350 - total flux cleaned = 0.00147082 Jy ! Component: 400 - total flux cleaned = 0.00172794 Jy ! Component: 450 - total flux cleaned = 0.00197624 Jy ! Component: 500 - total flux cleaned = 0.00219038 Jy ! Component: 550 - total flux cleaned = 0.00234643 Jy ! Component: 600 - total flux cleaned = 0.0025237 Jy ! Component: 650 - total flux cleaned = 0.00264694 Jy ! Component: 700 - total flux cleaned = 0.00281449 Jy ! Component: 750 - total flux cleaned = 0.00290791 Jy ! Component: 800 - total flux cleaned = 0.00304448 Jy ! Component: 850 - total flux cleaned = 0.00317688 Jy ! Component: 900 - total flux cleaned = 0.00324184 Jy ! Component: 950 - total flux cleaned = 0.00343167 Jy ! Component: 1000 - total flux cleaned = 0.00351414 Jy ! Component: 1050 - total flux cleaned = 0.0036351 Jy ! Component: 1100 - total flux cleaned = 0.00377282 Jy ! Component: 1150 - total flux cleaned = 0.0039269 Jy ! Component: 1200 - total flux cleaned = 0.00407742 Jy ! Component: 1250 - total flux cleaned = 0.00413275 Jy ! Component: 1300 - total flux cleaned = 0.00426052 Jy ! Component: 1350 - total flux cleaned = 0.00438534 Jy ! Component: 1400 - total flux cleaned = 0.00449033 Jy ! Component: 1450 - total flux cleaned = 0.00466123 Jy ! Component: 1500 - total flux cleaned = 0.0047611 Jy ! Component: 1550 - total flux cleaned = 0.0048264 Jy ! Component: 1600 - total flux cleaned = 0.00487514 Jy ! Component: 1650 - total flux cleaned = 0.00497048 Jy ! Component: 1700 - total flux cleaned = 0.00504853 Jy ! Component: 1750 - total flux cleaned = 0.00504865 Jy ! Component: 1800 - total flux cleaned = 0.00512369 Jy ! Component: 1850 - total flux cleaned = 0.00513861 Jy ! Component: 1900 - total flux cleaned = 0.0051822 Jy ! Component: 1950 - total flux cleaned = 0.005211 Jy ! Component: 2000 - total flux cleaned = 0.00522535 Jy ! Component: 2050 - total flux cleaned = 0.00528149 Jy ! Component: 2100 - total flux cleaned = 0.00536418 Jy ! Component: 2150 - total flux cleaned = 0.00537785 Jy ! Component: 2200 - total flux cleaned = 0.00544498 Jy ! Component: 2250 - total flux cleaned = 0.00547163 Jy ! Component: 2300 - total flux cleaned = 0.00554999 Jy ! Component: 2350 - total flux cleaned = 0.00557582 Jy ! Component: 2400 - total flux cleaned = 0.00558845 Jy ! Component: 2450 - total flux cleaned = 0.00566422 Jy ! Component: 2500 - total flux cleaned = 0.00572636 Jy ! Component: 2550 - total flux cleaned = 0.00572637 Jy ! Component: 2600 - total flux cleaned = 0.00579933 Jy ! Component: 2650 - total flux cleaned = 0.00582296 Jy ! Component: 2700 - total flux cleaned = 0.0058348 Jy ! Component: 2750 - total flux cleaned = 0.00583495 Jy ! Component: 2800 - total flux cleaned = 0.00585836 Jy ! Component: 2850 - total flux cleaned = 0.00591586 Jy ! Component: 2900 - total flux cleaned = 0.00593862 Jy ! Component: 2950 - total flux cleaned = 0.0060061 Jy ! Component: 3000 - total flux cleaned = 0.00602834 Jy ! Component: 3050 - total flux cleaned = 0.00608348 Jy ! Component: 3100 - total flux cleaned = 0.00613806 Jy ! Component: 3150 - total flux cleaned = 0.00618133 Jy ! Component: 3200 - total flux cleaned = 0.0062457 Jy ! Component: 3250 - total flux cleaned = 0.00633065 Jy ! Component: 3300 - total flux cleaned = 0.00636215 Jy ! Component: 3350 - total flux cleaned = 0.00640385 Jy ! Component: 3400 - total flux cleaned = 0.00646586 Jy ! Component: 3450 - total flux cleaned = 0.00648647 Jy ! Component: 3500 - total flux cleaned = 0.00655768 Jy ! Component: 3550 - total flux cleaned = 0.00660808 Jy ! Component: 3600 - total flux cleaned = 0.00665811 Jy ! Component: 3650 - total flux cleaned = 0.00667794 Jy ! Component: 3700 - total flux cleaned = 0.00674686 Jy ! Component: 3750 - total flux cleaned = 0.00677614 Jy ! Component: 3800 - total flux cleaned = 0.00678591 Jy ! Component: 3850 - total flux cleaned = 0.0068339 Jy ! Component: 3900 - total flux cleaned = 0.00684343 Jy ! Component: 3950 - total flux cleaned = 0.00690035 Jy ! Component: 4000 - total flux cleaned = 0.00691918 Jy ! Component: 4050 - total flux cleaned = 0.00696585 Jy ! Total flux subtracted in 4096 components = 0.00700288 Jy ! Clean residual min=-0.000496 max=0.000666 Jy/beam ! Clean residual mean=0.000006 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.154985 Jy keep ! Adding 344 model components to the UV plane model. ! The established model now contains 544 components and 0.154985 Jy ![Exited script file: muppet] wmap "J2016+3600_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.901 x 8.96 at -18.2 degrees (North through East) ! Clean map min=-0.0016241 max=0.05703 Jy/beam ! Writing clean map to FITS file: J2016+3600_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0570296 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173854 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.914545 0.914545 1.82909 3.65818 7.31636 14.6327 29.2654 58.5309 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.901 x 8.96 at -18.2 degrees (North through East) ! Clean map min=-0.0016241 max=0.05703 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 J2016+3600_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:27:47 2019