! Started logfile: J1535+8326_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:57:50 2016 obs J1535+8326_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1535+8326_S_2014_06_09_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.691546 visibilities/baseline/integration-bin. ! Found source: J1535+8326 ! ! 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 336 lines of history. ! ! Reading 11452 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 J1535+8326_S_2014_06_09_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 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927778Jy sigma=0.010001 ! Fit after self-cal, rms=0.902275Jy sigma=0.009741 ! 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=2.654 mas, bmaj=8.535 mas, bpa=10.76 degrees ! Estimated noise=1049.91 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.0762477 Jy ! Component: 100 - total flux cleaned = 0.0956859 Jy ! Total flux subtracted in 100 components = 0.0956859 Jy ! Clean residual min=-0.004077 max=0.007324 Jy/beam ! Clean residual mean=-0.000017 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.0956859 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0956859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077926Jy sigma=0.000784 ! Fit after self-cal, rms=0.077940Jy sigma=0.000784 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00729957 Jy ! Component: 100 - total flux cleaned = 0.0103203 Jy ! Total flux subtracted in 100 components = 0.0103203 Jy ! Clean residual min=-0.004004 max=0.003649 Jy/beam ! Clean residual mean=-0.000003 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.106006 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.106006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077238Jy sigma=0.000778 ! Fit after self-cal, rms=0.077247Jy sigma=0.000778 ! 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.297 mas, bmaj=9.765 mas, bpa=8.439 degrees ! Estimated noise=622.363 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.00155308 Jy ! Component: 100 - total flux cleaned = 0.00209869 Jy ! Component: 150 - total flux cleaned = 0.00214651 Jy ! Component: 200 - total flux cleaned = 0.00216922 Jy ! Total flux subtracted in 200 components = 0.00216922 Jy ! Clean residual min=-0.003243 max=0.002502 Jy/beam ! Clean residual mean=-0.000001 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.108175 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.108175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077202Jy sigma=0.000778 ! Fit after self-cal, rms=0.077203Jy sigma=0.000778 ! 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.00* FD 0.85 HN 0.98 KP 1.03 ! LA 1.15 MK 1.07 NL 0.98 OV 0.98 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.02 KP 1.03 ! LA 1.12 MK 1.06 NL 1.09 OV 1.03 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 1.08 KP 0.90 ! LA 0.91 MK 1.01 NL 1.00 OV 0.95 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.05 KP 0.86 ! LA 0.85 MK 0.99 NL 1.11 OV 1.03 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.077203Jy sigma=0.000778 ! Fit after self-cal, rms=0.075581Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=9.806 mas, bpa=8.265 degrees ! Estimated noise=623.624 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.000306308 Jy ! Component: 100 - total flux cleaned = -0.000303809 Jy ! Component: 150 - total flux cleaned = -0.00027866 Jy ! Component: 200 - total flux cleaned = -0.000279344 Jy ! Total flux subtracted in 200 components = -0.000279344 Jy ! Clean residual min=-0.002146 max=0.001892 Jy/beam ! Clean residual mean=0.000002 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.107896 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.107896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075558Jy sigma=0.000770 ! Fit after self-cal, rms=0.075542Jy sigma=0.000770 ! 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.075542Jy sigma=0.000770 ! Fit after self-cal, rms=0.075373Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=9.829 mas, bpa=8.185 degrees ! Estimated noise=623.418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420105 Jy ! Component: 100 - total flux cleaned = -0.000399988 Jy ! Component: 150 - total flux cleaned = -0.000401472 Jy ! Component: 200 - total flux cleaned = -0.000372784 Jy ! Total flux subtracted in 200 components = -0.000372784 Jy ! Clean residual min=-0.002244 max=0.001748 Jy/beam ! Clean residual mean=-0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.107523 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.107523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075362Jy sigma=0.000769 ! Fit after self-cal, rms=0.075371Jy sigma=0.000769 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.74385e-05 Jy ! Component: 100 - total flux cleaned = -3.15785e-05 Jy ! Component: 150 - total flux cleaned = -1.83841e-05 Jy ! Component: 200 - total flux cleaned = 4.018e-06 Jy ! Total flux subtracted in 200 components = 4.018e-06 Jy ! Clean residual min=-0.002209 max=0.001755 Jy/beam ! Clean residual mean=-0.000002 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.107527 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.107527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075367Jy sigma=0.000769 ! Fit after self-cal, rms=0.075365Jy sigma=0.000769 ! 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.075365Jy sigma=0.000769 ! Fit after self-cal, rms=0.075478Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.317 mas, bmaj=9.856 mas, bpa=8.112 degrees ! Estimated noise=623.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000225273 Jy ! Component: 100 - total flux cleaned = -0.000211363 Jy ! Component: 150 - total flux cleaned = -0.000212512 Jy ! Component: 200 - total flux cleaned = -0.000203513 Jy ! Total flux subtracted in 200 components = -0.000203513 Jy ! Clean residual min=-0.002194 max=0.001737 Jy/beam ! Clean residual mean=-0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.107324 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.107324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075473Jy sigma=0.000769 ! Fit after self-cal, rms=0.075474Jy sigma=0.000769 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.33013e-05 Jy ! Component: 100 - total flux cleaned = -1.32723e-05 Jy ! Component: 150 - total flux cleaned = -4.72888e-06 Jy ! Component: 200 - total flux cleaned = 1.07241e-05 Jy ! Total flux subtracted in 200 components = 1.07241e-05 Jy ! Clean residual min=-0.002177 max=0.001742 Jy/beam ! Clean residual mean=-0.000002 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.107335 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.107335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075472Jy sigma=0.000769 ! Fit after self-cal, rms=0.075472Jy sigma=0.000769 ! 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.075472Jy sigma=0.000769 ! Fit after self-cal, rms=0.075556Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.268 mas, bmaj=17.98 mas, bpa=-2.666 degrees ! Estimated noise=758.697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.52256e-05 Jy ! Component: 100 - total flux cleaned = 8.0513e-05 Jy ! Component: 150 - total flux cleaned = 5.35779e-05 Jy ! Component: 200 - total flux cleaned = 5.21969e-05 Jy ! Total flux subtracted in 200 components = 5.21969e-05 Jy ! Clean residual min=-0.002487 max=0.002012 Jy/beam ! Clean residual mean=-0.000002 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.107387 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.107387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075561Jy sigma=0.000769 ! Fit after self-cal, rms=0.075557Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.88741e-06 Jy ! Component: 100 - total flux cleaned = -2.1455e-05 Jy ! Component: 150 - total flux cleaned = -3.16004e-05 Jy ! Component: 200 - total flux cleaned = -2.97556e-05 Jy ! Total flux subtracted in 200 components = -2.97556e-05 Jy ! Clean residual min=-0.002475 max=0.001954 Jy/beam ! Clean residual mean=-0.000002 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.107357 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.107357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075564Jy sigma=0.000769 ! Fit after self-cal, rms=0.075559Jy sigma=0.000769 ! 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.321 mas, bmaj=9.876 mas, bpa=8.06 degrees ! Estimated noise=624.166 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.321 x 9.876 at 8.06 degrees (North through East) ! Clean map min=-0.002116 max=0.097535 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=2.667 mas, bmaj=8.578 mas, bpa=10.43 degrees ! Estimated noise=1054.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0764301 Jy ! Component: 100 - total flux cleaned = 0.0956494 Jy ! Component: 150 - total flux cleaned = 0.103005 Jy ! Component: 200 - total flux cleaned = 0.106353 Jy ! Total flux subtracted in 200 components = 0.106353 Jy ! Clean residual min=-0.003288 max=0.002898 Jy/beam ! Clean residual mean=-0.000002 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.106353 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.106353 Jy ! Inverting map and beam ! Estimated beam: bmin=3.321 mas, bmaj=9.876 mas, bpa=8.06 degrees ! Estimated noise=624.166 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.000620768 Jy ! Component: 100 - total flux cleaned = 0.000662116 Jy ! Component: 150 - total flux cleaned = 0.000699138 Jy ! Component: 200 - total flux cleaned = 0.000732302 Jy ! Total flux subtracted in 200 components = 0.000732302 Jy ! Clean residual min=-0.002322 max=0.001898 Jy/beam ! Clean residual mean=-0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.107086 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.107086 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.268 mas, bmaj=17.98 mas, bpa=-2.666 degrees ! Estimated noise=758.697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000225431 Jy ! Component: 100 - total flux cleaned = 0.000230685 Jy ! Component: 150 - total flux cleaned = 0.000194262 Jy ! Component: 200 - total flux cleaned = 0.000193215 Jy ! Total flux subtracted in 200 components = 0.000193215 Jy ! Clean residual min=-0.002539 max=0.002162 Jy/beam ! Clean residual mean=-0.000003 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.107279 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 = 6.32232e-07 Jy ! Component: 100 - total flux cleaned = 7.24974e-07 Jy ! Component: 150 - total flux cleaned = -2.59068e-07 Jy ! Component: 200 - total flux cleaned = -1.0152e-05 Jy ! Total flux subtracted in 200 components = -1.0152e-05 Jy ! Clean residual min=-0.002523 max=0.002101 Jy/beam ! Clean residual mean=-0.000003 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.107269 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.107269 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.321 mas, bmaj=9.876 mas, bpa=8.06 degrees ! Estimated noise=624.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.29207e-05 Jy ! Component: 100 - total flux cleaned = -2.89657e-06 Jy ! Component: 150 - total flux cleaned = -5.57031e-05 Jy ! Component: 200 - total flux cleaned = -7.80714e-05 Jy ! Total flux subtracted in 200 components = -7.80714e-05 Jy ! Clean residual min=-0.002264 max=0.001736 Jy/beam ! Clean residual mean=-0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.107191 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.107191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075584Jy sigma=0.000769 ! Fit after self-cal, rms=0.075574Jy sigma=0.000769 wmodel J1535+8326_S_2014_06_09_pus_map.mod ! Writing 52 model components to file: J1535+8326_S_2014_06_09_pus_map.mod wobs J1535+8326_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1535+8326_S_2014_06_09_pus_uvs.fits wwins J1535+8326_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J1535+8326_S_2014_06_09_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.000951395 Jy ! Component: 100 - total flux cleaned = -0.00147963 Jy ! Component: 150 - total flux cleaned = -0.00123584 Jy ! Component: 200 - total flux cleaned = -0.00106102 Jy ! Component: 250 - total flux cleaned = -0.000865155 Jy ! Component: 300 - total flux cleaned = -0.000783037 Jy ! Component: 350 - total flux cleaned = -0.000677672 Jy ! Component: 400 - total flux cleaned = -0.000626472 Jy ! Component: 450 - total flux cleaned = -0.000600641 Jy ! Component: 500 - total flux cleaned = -0.000479827 Jy ! Component: 550 - total flux cleaned = -0.000456095 Jy ! Component: 600 - total flux cleaned = -0.000478571 Jy ! Component: 650 - total flux cleaned = -0.000456183 Jy ! Component: 700 - total flux cleaned = -0.000477886 Jy ! Component: 750 - total flux cleaned = -0.000542189 Jy ! Component: 800 - total flux cleaned = -0.000647328 Jy ! Component: 850 - total flux cleaned = -0.000668189 Jy ! Component: 900 - total flux cleaned = -0.000709426 Jy ! Component: 950 - total flux cleaned = -0.000828892 Jy ! Component: 1000 - total flux cleaned = -0.000789809 Jy ! Component: 1050 - total flux cleaned = -0.000809149 Jy ! Component: 1100 - total flux cleaned = -0.00090417 Jy ! Component: 1150 - total flux cleaned = -0.000922577 Jy ! Component: 1200 - total flux cleaned = -0.000941093 Jy ! Component: 1250 - total flux cleaned = -0.000977273 Jy ! Component: 1300 - total flux cleaned = -0.00101261 Jy ! Component: 1350 - total flux cleaned = -0.00106506 Jy ! Component: 1400 - total flux cleaned = -0.00104783 Jy ! Component: 1450 - total flux cleaned = -0.00111568 Jy ! Component: 1500 - total flux cleaned = -0.000964627 Jy ! Component: 1550 - total flux cleaned = -0.00103081 Jy ! Component: 1600 - total flux cleaned = -0.00098156 Jy ! Component: 1650 - total flux cleaned = -0.000981594 Jy ! Component: 1700 - total flux cleaned = -0.000918108 Jy ! Component: 1750 - total flux cleaned = -0.000887145 Jy ! Component: 1800 - total flux cleaned = -0.000871748 Jy ! Component: 1850 - total flux cleaned = -0.000902387 Jy ! Component: 1900 - total flux cleaned = -0.000902324 Jy ! Component: 1950 - total flux cleaned = -0.000917447 Jy ! Component: 2000 - total flux cleaned = -0.000902802 Jy ! Component: 2050 - total flux cleaned = -0.000917584 Jy ! Component: 2100 - total flux cleaned = -0.000931833 Jy ! Component: 2150 - total flux cleaned = -0.000888736 Jy ! Component: 2200 - total flux cleaned = -0.000945228 Jy ! Component: 2250 - total flux cleaned = -0.000889291 Jy ! Component: 2300 - total flux cleaned = -0.000903175 Jy ! Component: 2350 - total flux cleaned = -0.000875668 Jy ! Component: 2400 - total flux cleaned = -0.000889284 Jy ! Component: 2450 - total flux cleaned = -0.00087604 Jy ! Component: 2500 - total flux cleaned = -0.000929544 Jy ! Component: 2550 - total flux cleaned = -0.000955952 Jy ! Component: 2600 - total flux cleaned = -0.000969115 Jy ! Component: 2650 - total flux cleaned = -0.000982255 Jy ! Component: 2700 - total flux cleaned = -0.000995232 Jy ! Component: 2750 - total flux cleaned = -0.000970011 Jy ! Component: 2800 - total flux cleaned = -0.00102063 Jy ! Component: 2850 - total flux cleaned = -0.00107068 Jy ! Component: 2900 - total flux cleaned = -0.0010706 Jy ! Component: 2950 - total flux cleaned = -0.00107059 Jy ! Component: 3000 - total flux cleaned = -0.00104637 Jy ! Component: 3050 - total flux cleaned = -0.00110696 Jy ! Component: 3100 - total flux cleaned = -0.00114291 Jy ! Component: 3150 - total flux cleaned = -0.00115477 Jy ! Component: 3200 - total flux cleaned = -0.00117837 Jy ! Component: 3250 - total flux cleaned = -0.00127196 Jy ! Component: 3300 - total flux cleaned = -0.00129534 Jy ! Component: 3350 - total flux cleaned = -0.00131845 Jy ! Component: 3400 - total flux cleaned = -0.00136426 Jy ! Component: 3450 - total flux cleaned = -0.00138702 Jy ! Component: 3500 - total flux cleaned = -0.00142085 Jy ! Component: 3550 - total flux cleaned = -0.00146576 Jy ! Component: 3600 - total flux cleaned = -0.00151021 Jy ! Component: 3650 - total flux cleaned = -0.00155449 Jy ! Component: 3700 - total flux cleaned = -0.00163128 Jy ! Component: 3750 - total flux cleaned = -0.00168577 Jy ! Component: 3800 - total flux cleaned = -0.00168562 Jy ! Component: 3850 - total flux cleaned = -0.00173954 Jy ! Component: 3900 - total flux cleaned = -0.00180385 Jy ! Component: 3950 - total flux cleaned = -0.00184633 Jy ! Component: 4000 - total flux cleaned = -0.00190969 Jy ! Component: 4050 - total flux cleaned = -0.00197266 Jy ! Total flux subtracted in 4096 components = -0.00198313 Jy ! Clean residual min=-0.000566 max=0.000750 Jy/beam ! Clean residual mean=-0.000002 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.105207 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 344 components and 0.105207 Jy ![Exited script file: muppet] wmap "J1535+8326_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.321 x 9.876 at 8.06 degrees (North through East) ! Clean map min=-0.0016658 max=0.097428 Jy/beam ! Writing clean map to FITS file: J1535+8326_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0974284 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191933 device "J1535+8326_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1535+8326_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.590997 0.590997 1.18199 2.36399 4.72798 9.45595 18.9119 37.8238 75.6476 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.321 x 9.876 at 8.06 degrees (North through East) ! Clean map min=-0.0016658 max=0.097428 Jy/beam quit ! Quitting program ! Log file J1535+8326_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:57:54 2016