! Started logfile: J1716+6836_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:32:55 2016 obs J1716+6836_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1716+6836_S_2014_08_05_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.750097 visibilities/baseline/integration-bin. ! Found source: J1716+6836 ! ! 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 360 lines of history. ! ! Reading 7696 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 J1716+6836_S_2014_08_05_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.622585Jy sigma=0.006875 ! Fit after self-cal, rms=0.597054Jy sigma=0.006633 ! 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.642 mas, bmaj=6.909 mas, bpa=66.86 degrees ! Estimated noise=1053.34 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.30477 Jy ! Component: 100 - total flux cleaned = 0.379175 Jy ! Total flux subtracted in 100 components = 0.379175 Jy ! Clean residual min=-0.013621 max=0.030344 Jy/beam ! Clean residual mean=-0.000078 rms=0.004419 Jy/beam ! Combined flux in latest and established models = 0.379175 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.379175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112056Jy sigma=0.001137 ! Fit after self-cal, rms=0.111773Jy sigma=0.001134 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0355819 Jy ! Component: 100 - total flux cleaned = 0.0557929 Jy ! Total flux subtracted in 100 components = 0.0557929 Jy ! Clean residual min=-0.010080 max=0.012545 Jy/beam ! Clean residual mean=-0.000039 rms=0.002749 Jy/beam ! Combined flux in latest and established models = 0.434968 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 31 components and 0.434968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094853Jy sigma=0.000953 ! Fit after self-cal, rms=0.094522Jy sigma=0.000949 ! 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.486 mas, bmaj=7.785 mas, bpa=68.05 degrees ! Estimated noise=740.2 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.0184104 Jy ! Component: 100 - total flux cleaned = 0.02808 Jy ! Component: 150 - total flux cleaned = 0.0340616 Jy ! Component: 200 - total flux cleaned = 0.037943 Jy ! Total flux subtracted in 200 components = 0.037943 Jy ! Clean residual min=-0.007496 max=0.006830 Jy/beam ! Clean residual mean=0.000012 rms=0.001892 Jy/beam ! Combined flux in latest and established models = 0.472911 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 59 components and 0.472911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090060Jy sigma=0.000915 ! Fit after self-cal, rms=0.089970Jy sigma=0.000914 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.90 HN 0.99 KP 1.06 ! LA 1.09 MK 1.00* NL 0.98 OV 1.00 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.07 HN 1.03 KP 1.02 ! LA 1.04 MK 1.00* NL 1.03 OV 1.03 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.21 HN 1.01 KP 0.89 ! LA 0.83 MK 1.00* NL 1.00 OV 0.95 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.07 HN 1.01 KP 0.87 ! LA 0.79 MK 1.00* NL 1.06 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.089970Jy sigma=0.000914 ! Fit after self-cal, rms=0.073925Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.504 mas, bmaj=7.804 mas, bpa=68.06 degrees ! Estimated noise=741.269 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.0030411 Jy ! Component: 100 - total flux cleaned = -0.00282901 Jy ! Component: 150 - total flux cleaned = -0.00283038 Jy ! Component: 200 - total flux cleaned = -0.00286427 Jy ! Total flux subtracted in 200 components = -0.00286427 Jy ! Clean residual min=-0.003277 max=0.003430 Jy/beam ! Clean residual mean=-0.000006 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.470047 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.470047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073763Jy sigma=0.000773 ! Fit after self-cal, rms=0.073723Jy sigma=0.000772 ! 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.073723Jy sigma=0.000772 ! Fit after self-cal, rms=0.073582Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.5 mas, bmaj=7.825 mas, bpa=67.78 degrees ! Estimated noise=741.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00147393 Jy ! Component: 100 - total flux cleaned = -0.00181453 Jy ! Component: 150 - total flux cleaned = -0.00188606 Jy ! Component: 200 - total flux cleaned = -0.00194617 Jy ! Total flux subtracted in 200 components = -0.00194617 Jy ! Clean residual min=-0.002598 max=0.003153 Jy/beam ! Clean residual mean=0.000003 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.468101 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.468101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073509Jy sigma=0.000769 ! Fit after self-cal, rms=0.073501Jy sigma=0.000768 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 (-3, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0027606 Jy ! Component: 100 - total flux cleaned = 0.00282276 Jy ! Component: 150 - total flux cleaned = 0.00268561 Jy ! Component: 200 - total flux cleaned = 0.00256975 Jy ! Total flux subtracted in 200 components = 0.00256975 Jy ! Clean residual min=-0.002282 max=0.002649 Jy/beam ! Clean residual mean=0.000007 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.470671 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.470671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073365Jy sigma=0.000767 ! Fit after self-cal, rms=0.073357Jy sigma=0.000767 ! 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.073357Jy sigma=0.000767 ! Fit after self-cal, rms=0.073361Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.501 mas, bmaj=7.831 mas, bpa=67.65 degrees ! Estimated noise=741.149 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.03104e-05 Jy ! Component: 100 - total flux cleaned = 0.000106069 Jy ! Component: 150 - total flux cleaned = 4.6247e-05 Jy ! Component: 200 - total flux cleaned = -3.72929e-05 Jy ! Total flux subtracted in 200 components = -3.72929e-05 Jy ! Clean residual min=-0.002221 max=0.002510 Jy/beam ! Clean residual mean=0.000011 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.470633 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.470633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073319Jy sigma=0.000766 ! Fit after self-cal, rms=0.073316Jy sigma=0.000766 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 = -3.28696e-05 Jy ! Component: 100 - total flux cleaned = 4.57658e-05 Jy ! Component: 150 - total flux cleaned = 2.36852e-05 Jy ! Component: 200 - total flux cleaned = 3.27008e-06 Jy ! Total flux subtracted in 200 components = 3.27008e-06 Jy ! Clean residual min=-0.002138 max=0.002421 Jy/beam ! Clean residual mean=0.000011 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.470636 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.470636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073298Jy sigma=0.000766 ! Fit after self-cal, rms=0.073296Jy sigma=0.000766 ! 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.073296Jy sigma=0.000766 ! Fit after self-cal, rms=0.073291Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.122 mas, bmaj=10.77 mas, bpa=77.17 degrees ! Estimated noise=850.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163821 Jy ! Component: 100 - total flux cleaned = -0.000150672 Jy ! Component: 150 - total flux cleaned = -0.000109146 Jy ! Component: 200 - total flux cleaned = -7.09358e-05 Jy ! Total flux subtracted in 200 components = -7.09358e-05 Jy ! Clean residual min=-0.002390 max=0.002660 Jy/beam ! Clean residual mean=0.000023 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.470566 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.470565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073285Jy sigma=0.000766 ! Fit after self-cal, rms=0.073285Jy sigma=0.000766 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.46614e-07 Jy ! Component: 100 - total flux cleaned = 2.50751e-05 Jy ! Component: 150 - total flux cleaned = 7.23206e-05 Jy ! Component: 200 - total flux cleaned = 0.000105049 Jy ! Total flux subtracted in 200 components = 0.000105049 Jy ! Clean residual min=-0.002392 max=0.002649 Jy/beam ! Clean residual mean=0.000024 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.470671 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 143 components and 0.470671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073282Jy sigma=0.000766 ! Fit after self-cal, rms=0.073282Jy sigma=0.000766 ! 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.5 mas, bmaj=7.834 mas, bpa=67.55 degrees ! Estimated noise=740.935 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.5 x 7.834 at 67.55 degrees (North through East) ! Clean map min=-0.0020549 max=0.39831 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.643 mas, bmaj=6.939 mas, bpa=66.31 degrees ! Estimated noise=1058.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.30571 Jy ! Component: 100 - total flux cleaned = 0.384421 Jy ! Component: 150 - total flux cleaned = 0.418707 Jy ! Component: 200 - total flux cleaned = 0.437295 Jy ! Total flux subtracted in 200 components = 0.437295 Jy ! Clean residual min=-0.005459 max=0.009617 Jy/beam ! Clean residual mean=-0.000019 rms=0.001436 Jy/beam ! Combined flux in latest and established models = 0.437295 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.437295 Jy ! Inverting map and beam ! Estimated beam: bmin=4.5 mas, bmaj=7.834 mas, bpa=67.55 degrees ! Estimated noise=740.935 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.0148284 Jy ! Component: 100 - total flux cleaned = 0.0223844 Jy ! Component: 150 - total flux cleaned = 0.0264965 Jy ! Component: 200 - total flux cleaned = 0.0290962 Jy ! Total flux subtracted in 200 components = 0.0290962 Jy ! Clean residual min=-0.002517 max=0.002570 Jy/beam ! Clean residual mean=0.000005 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.466392 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 58 components and 0.466392 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.122 mas, bmaj=10.77 mas, bpa=77.17 degrees ! Estimated noise=850.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225536 Jy ! Component: 100 - total flux cleaned = 0.0035467 Jy ! Component: 150 - total flux cleaned = 0.00401837 Jy ! Component: 200 - total flux cleaned = 0.00425418 Jy ! Total flux subtracted in 200 components = 0.00425418 Jy ! Clean residual min=-0.002467 max=0.002780 Jy/beam ! Clean residual mean=0.000023 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.470646 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.000204168 Jy ! Component: 100 - total flux cleaned = 0.000362149 Jy ! Component: 150 - total flux cleaned = 0.000443622 Jy ! Component: 200 - total flux cleaned = 0.000537108 Jy ! Total flux subtracted in 200 components = 0.000537108 Jy ! Clean residual min=-0.002403 max=0.002787 Jy/beam ! Clean residual mean=0.000025 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.471183 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 104 components and 0.471183 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.5 mas, bmaj=7.834 mas, bpa=67.55 degrees ! Estimated noise=740.935 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000213453 Jy ! Component: 100 - total flux cleaned = 0.00030794 Jy ! Component: 150 - total flux cleaned = 0.000308198 Jy ! Component: 200 - total flux cleaned = 0.000308615 Jy ! Total flux subtracted in 200 components = 0.000308615 Jy ! Clean residual min=-0.002186 max=0.002453 Jy/beam ! Clean residual mean=0.000014 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.471491 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 123 components and 0.471491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073278Jy sigma=0.000766 ! Fit after self-cal, rms=0.073268Jy sigma=0.000766 wmodel J1716+6836_S_2014_08_05_pus_map.mod ! Writing 123 model components to file: J1716+6836_S_2014_08_05_pus_map.mod wobs J1716+6836_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1716+6836_S_2014_08_05_pus_uvs.fits wwins J1716+6836_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1716+6836_S_2014_08_05_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.00111315 Jy ! Component: 100 - total flux cleaned = 0.00174782 Jy ! Component: 150 - total flux cleaned = 0.00215085 Jy ! Component: 200 - total flux cleaned = 0.00249842 Jy ! Component: 250 - total flux cleaned = 0.00276546 Jy ! Component: 300 - total flux cleaned = 0.00295933 Jy ! Component: 350 - total flux cleaned = 0.00324248 Jy ! Component: 400 - total flux cleaned = 0.00360924 Jy ! Component: 450 - total flux cleaned = 0.00393626 Jy ! Component: 500 - total flux cleaned = 0.0041969 Jy ! Component: 550 - total flux cleaned = 0.00445235 Jy ! Component: 600 - total flux cleaned = 0.00472939 Jy ! Component: 650 - total flux cleaned = 0.00502752 Jy ! Component: 700 - total flux cleaned = 0.00523978 Jy ! Component: 750 - total flux cleaned = 0.00557788 Jy ! Component: 800 - total flux cleaned = 0.00585809 Jy ! Component: 850 - total flux cleaned = 0.00620783 Jy ! Component: 900 - total flux cleaned = 0.00650163 Jy ! Component: 950 - total flux cleaned = 0.00686291 Jy ! Component: 1000 - total flux cleaned = 0.00721655 Jy ! Component: 1050 - total flux cleaned = 0.00754076 Jy ! Component: 1100 - total flux cleaned = 0.00770003 Jy ! Component: 1150 - total flux cleaned = 0.00785772 Jy ! Component: 1200 - total flux cleaned = 0.0080351 Jy ! Component: 1250 - total flux cleaned = 0.00823187 Jy ! Component: 1300 - total flux cleaned = 0.00838242 Jy ! Component: 1350 - total flux cleaned = 0.00863608 Jy ! Component: 1400 - total flux cleaned = 0.00878147 Jy ! Component: 1450 - total flux cleaned = 0.00882295 Jy ! Component: 1500 - total flux cleaned = 0.00906658 Jy ! Component: 1550 - total flux cleaned = 0.00914668 Jy ! Component: 1600 - total flux cleaned = 0.00928486 Jy ! Component: 1650 - total flux cleaned = 0.0094016 Jy ! Component: 1700 - total flux cleaned = 0.00947864 Jy ! Component: 1750 - total flux cleaned = 0.00961183 Jy ! Component: 1800 - total flux cleaned = 0.00972433 Jy ! Component: 1850 - total flux cleaned = 0.00979825 Jy ! Component: 1900 - total flux cleaned = 0.00988996 Jy ! Component: 1950 - total flux cleaned = 0.00994409 Jy ! Component: 2000 - total flux cleaned = 0.00999752 Jy ! Component: 2050 - total flux cleaned = 0.00999769 Jy ! Component: 2100 - total flux cleaned = 0.010068 Jy ! Component: 2150 - total flux cleaned = 0.0100507 Jy ! Component: 2200 - total flux cleaned = 0.0100507 Jy ! Component: 2250 - total flux cleaned = 0.0100506 Jy ! Component: 2300 - total flux cleaned = 0.0101351 Jy ! Component: 2350 - total flux cleaned = 0.0101686 Jy ! Component: 2400 - total flux cleaned = 0.0102018 Jy ! Component: 2450 - total flux cleaned = 0.0102509 Jy ! Component: 2500 - total flux cleaned = 0.010267 Jy ! Component: 2550 - total flux cleaned = 0.010251 Jy ! Component: 2600 - total flux cleaned = 0.010283 Jy ! Component: 2650 - total flux cleaned = 0.0103464 Jy ! Component: 2700 - total flux cleaned = 0.0104089 Jy ! Component: 2750 - total flux cleaned = 0.0103936 Jy ! Component: 2800 - total flux cleaned = 0.0103935 Jy ! Component: 2850 - total flux cleaned = 0.0103782 Jy ! Component: 2900 - total flux cleaned = 0.0103782 Jy ! Component: 2950 - total flux cleaned = 0.0104234 Jy ! Component: 3000 - total flux cleaned = 0.0104384 Jy ! Component: 3050 - total flux cleaned = 0.0104679 Jy ! Component: 3100 - total flux cleaned = 0.0104531 Jy ! Component: 3150 - total flux cleaned = 0.0104677 Jy ! Component: 3200 - total flux cleaned = 0.0104821 Jy ! Component: 3250 - total flux cleaned = 0.0104389 Jy ! Component: 3300 - total flux cleaned = 0.0104531 Jy ! Component: 3350 - total flux cleaned = 0.010453 Jy ! Component: 3400 - total flux cleaned = 0.0104108 Jy ! Component: 3450 - total flux cleaned = 0.0104386 Jy ! Component: 3500 - total flux cleaned = 0.0103831 Jy ! Component: 3550 - total flux cleaned = 0.0103831 Jy ! Component: 3600 - total flux cleaned = 0.0103829 Jy ! Component: 3650 - total flux cleaned = 0.0103151 Jy ! Component: 3700 - total flux cleaned = 0.0103151 Jy ! Component: 3750 - total flux cleaned = 0.0102884 Jy ! Component: 3800 - total flux cleaned = 0.0103017 Jy ! Component: 3850 - total flux cleaned = 0.0102621 Jy ! Component: 3900 - total flux cleaned = 0.010249 Jy ! Component: 3950 - total flux cleaned = 0.0102621 Jy ! Component: 4000 - total flux cleaned = 0.010275 Jy ! Component: 4050 - total flux cleaned = 0.010262 Jy ! Total flux subtracted in 4096 components = 0.0102365 Jy ! Clean residual min=-0.000891 max=0.000742 Jy/beam ! Clean residual mean=0.000004 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.481728 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 415 components and 0.481728 Jy ![Exited script file: muppet] wmap "J1716+6836_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.5 x 7.834 at 67.55 degrees (North through East) ! Clean map min=-0.0015921 max=0.39925 Jy/beam ! Writing clean map to FITS file: J1716+6836_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.39925 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234127 device "J1716+6836_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1716+6836_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.175925 0.175925 0.351849 0.703698 1.4074 2.81479 5.62959 11.2592 22.5183 45.0367 90.0734 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.399 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.5 x 7.834 at 67.55 degrees (North through East) ! Clean map min=-0.0015921 max=0.39925 Jy/beam quit ! Quitting program ! Log file J1716+6836_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:33:00 2016