! Started logfile: J1914+1636_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:12:21 2016 obs J1914+1636_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1914+1636_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694171 visibilities/baseline/integration-bin. ! Found source: J1914+1636 ! ! 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 342 lines of history. ! ! Reading 15244 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 J1914+1636_S_2014_08_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 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910020Jy sigma=0.010728 ! Fit after self-cal, rms=0.838186Jy sigma=0.009858 ! 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=4.627 mas, bmaj=8.993 mas, bpa=4.12 degrees ! Estimated noise=630.554 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.125047 Jy ! Component: 100 - total flux cleaned = 0.158224 Jy ! Total flux subtracted in 100 components = 0.158224 Jy ! Clean residual min=-0.005477 max=0.014437 Jy/beam ! Clean residual mean=-0.000027 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.158224 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.158224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076232Jy sigma=0.000830 ! Fit after self-cal, rms=0.076219Jy sigma=0.000830 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015734 Jy ! Component: 100 - total flux cleaned = 0.0236139 Jy ! Total flux subtracted in 100 components = 0.0236139 Jy ! Clean residual min=-0.004395 max=0.004025 Jy/beam ! Clean residual mean=-0.000013 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.181838 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 31 components and 0.181838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072720Jy sigma=0.000793 ! Fit after self-cal, rms=0.072705Jy sigma=0.000793 ! 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=5.388 mas, bmaj=9.813 mas, bpa=3.204 degrees ! Estimated noise=494.89 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.00564253 Jy ! Component: 100 - total flux cleaned = 0.00908198 Jy ! Component: 150 - total flux cleaned = 0.0112863 Jy ! Component: 200 - total flux cleaned = 0.012721 Jy ! Total flux subtracted in 200 components = 0.012721 Jy ! Clean residual min=-0.003039 max=0.002872 Jy/beam ! Clean residual mean=0.000012 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.194559 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 69 components and 0.194559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072088Jy sigma=0.000789 ! Fit after self-cal, rms=0.072083Jy sigma=0.000788 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 HN 0.97 KP 1.06 ! LA 1.12 MK 1.00* NL 0.95 OV 0.98 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.03 KP 1.01 ! LA 1.09 MK 1.00* NL 1.04 OV 1.01 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.04 KP 0.92 ! LA 0.84 MK 1.00* NL 1.00 OV 0.96 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 0.99 KP 0.87 ! LA 0.81 MK 1.00* NL 1.07 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.072083Jy sigma=0.000788 ! Fit after self-cal, rms=0.068386Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.408 mas, bmaj=9.84 mas, bpa=3.064 degrees ! Estimated noise=494.018 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.000114447 Jy ! Component: 100 - total flux cleaned = 5.249e-05 Jy ! Component: 150 - total flux cleaned = -1.07355e-05 Jy ! Component: 200 - total flux cleaned = -3.28142e-05 Jy ! Total flux subtracted in 200 components = -3.28142e-05 Jy ! Clean residual min=-0.001655 max=0.001953 Jy/beam ! Clean residual mean=0.000012 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.194526 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 82 components and 0.194526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068380Jy sigma=0.000764 ! Fit after self-cal, rms=0.068365Jy sigma=0.000764 ! 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.068365Jy sigma=0.000764 ! Fit after self-cal, rms=0.068320Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.41 mas, bmaj=9.839 mas, bpa=3.057 degrees ! Estimated noise=493.853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000108626 Jy ! Component: 100 - total flux cleaned = -0.000154474 Jy ! Component: 150 - total flux cleaned = -0.000154083 Jy ! Component: 200 - total flux cleaned = -0.000161973 Jy ! Total flux subtracted in 200 components = -0.000161973 Jy ! Clean residual min=-0.001339 max=0.001658 Jy/beam ! Clean residual mean=0.000006 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.194364 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.194364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068317Jy sigma=0.000763 ! Fit after self-cal, rms=0.068320Jy sigma=0.000763 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 (-2.5, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175844 Jy ! Component: 100 - total flux cleaned = 0.00273908 Jy ! Component: 150 - total flux cleaned = 0.00337938 Jy ! Component: 200 - total flux cleaned = 0.00364199 Jy ! Total flux subtracted in 200 components = 0.00364199 Jy ! Clean residual min=-0.001199 max=0.001340 Jy/beam ! Clean residual mean=0.000004 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.198006 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 133 components and 0.198006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068276Jy sigma=0.000762 ! Fit after self-cal, rms=0.068271Jy sigma=0.000762 ! 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.068271Jy sigma=0.000762 ! Fit after self-cal, rms=0.068311Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.413 mas, bmaj=9.841 mas, bpa=3.014 degrees ! Estimated noise=494.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000640392 Jy ! Component: 100 - total flux cleaned = 0.000843426 Jy ! Component: 150 - total flux cleaned = 0.00093506 Jy ! Component: 200 - total flux cleaned = 0.000989159 Jy ! Total flux subtracted in 200 components = 0.000989159 Jy ! Clean residual min=-0.001182 max=0.001321 Jy/beam ! Clean residual mean=0.000004 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.198996 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 159 components and 0.198996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068301Jy sigma=0.000762 ! Fit after self-cal, rms=0.068300Jy sigma=0.000762 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 (-24, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000870223 Jy ! Component: 100 - total flux cleaned = 0.000921058 Jy ! Component: 150 - total flux cleaned = 0.00102813 Jy ! Component: 200 - total flux cleaned = 0.00111885 Jy ! Total flux subtracted in 200 components = 0.00111885 Jy ! Clean residual min=-0.001055 max=0.001011 Jy/beam ! Clean residual mean=0.000003 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.200114 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 182 components and 0.200114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068276Jy sigma=0.000762 ! Fit after self-cal, rms=0.068275Jy sigma=0.000762 ! 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.068275Jy sigma=0.000762 ! Fit after self-cal, rms=0.068267Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.199 mas, bmaj=11.07 mas, bpa=-3.858 degrees ! Estimated noise=539.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000370218 Jy ! Component: 100 - total flux cleaned = 0.000491681 Jy ! Component: 150 - total flux cleaned = 0.000531706 Jy ! Component: 200 - total flux cleaned = 0.000520222 Jy ! Total flux subtracted in 200 components = 0.000520222 Jy ! Clean residual min=-0.001083 max=0.001196 Jy/beam ! Clean residual mean=0.000004 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.200635 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 213 components and 0.200635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068263Jy sigma=0.000761 ! Fit after self-cal, rms=0.068264Jy sigma=0.000761 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.60778e-05 Jy ! Component: 100 - total flux cleaned = 3.39817e-05 Jy ! Component: 150 - total flux cleaned = 3.38762e-05 Jy ! Component: 200 - total flux cleaned = 4.34862e-05 Jy ! Total flux subtracted in 200 components = 4.34862e-05 Jy ! Clean residual min=-0.001070 max=0.001172 Jy/beam ! Clean residual mean=0.000004 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.200678 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 234 components and 0.200678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068261Jy sigma=0.000761 ! Fit after self-cal, rms=0.068261Jy sigma=0.000761 ! 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=5.415 mas, bmaj=9.838 mas, bpa=3.01 degrees ! Estimated noise=493.831 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.415 x 9.838 at 3.01 degrees (North through East) ! Clean map min=-0.001004 max=0.16278 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=4.652 mas, bmaj=9.039 mas, bpa=3.86 degrees ! Estimated noise=626.663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124136 Jy ! Component: 100 - total flux cleaned = 0.156744 Jy ! Component: 150 - total flux cleaned = 0.171908 Jy ! Component: 200 - total flux cleaned = 0.179389 Jy ! Total flux subtracted in 200 components = 0.179389 Jy ! Clean residual min=-0.002202 max=0.003652 Jy/beam ! Clean residual mean=-0.000006 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.179389 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.179389 Jy ! Inverting map and beam ! Estimated beam: bmin=5.415 mas, bmaj=9.838 mas, bpa=3.01 degrees ! Estimated noise=493.831 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.00593301 Jy ! Component: 100 - total flux cleaned = 0.00948881 Jy ! Component: 150 - total flux cleaned = 0.0119279 Jy ! Component: 200 - total flux cleaned = 0.0137631 Jy ! Total flux subtracted in 200 components = 0.0137631 Jy ! Clean residual min=-0.001404 max=0.001223 Jy/beam ! Clean residual mean=0.000003 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.193152 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 93 components and 0.193152 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.199 mas, bmaj=11.07 mas, bpa=-3.858 degrees ! Estimated noise=539.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187554 Jy ! Component: 100 - total flux cleaned = 0.00321934 Jy ! Component: 150 - total flux cleaned = 0.00428422 Jy ! Component: 200 - total flux cleaned = 0.00495124 Jy ! Total flux subtracted in 200 components = 0.00495124 Jy ! Clean residual min=-0.001233 max=0.001272 Jy/beam ! Clean residual mean=0.000005 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.198104 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.000536888 Jy ! Component: 100 - total flux cleaned = 0.000976221 Jy ! Component: 150 - total flux cleaned = 0.00129439 Jy ! Component: 200 - total flux cleaned = 0.00153765 Jy ! Total flux subtracted in 200 components = 0.00153765 Jy ! Clean residual min=-0.001103 max=0.001278 Jy/beam ! Clean residual mean=0.000004 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.199641 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 186 components and 0.199641 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.415 mas, bmaj=9.838 mas, bpa=3.01 degrees ! Estimated noise=493.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000519451 Jy ! Component: 100 - total flux cleaned = 0.000726467 Jy ! Component: 150 - total flux cleaned = 0.000831243 Jy ! Component: 200 - total flux cleaned = 0.000890359 Jy ! Total flux subtracted in 200 components = 0.000890359 Jy ! Clean residual min=-0.001077 max=0.001103 Jy/beam ! Clean residual mean=0.000003 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.200532 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 224 components and 0.200532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068276Jy sigma=0.000762 ! Fit after self-cal, rms=0.068274Jy sigma=0.000762 wmodel J1914+1636_S_2014_08_09_pus_map.mod ! Writing 224 model components to file: J1914+1636_S_2014_08_09_pus_map.mod wobs J1914+1636_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1914+1636_S_2014_08_09_pus_uvs.fits wwins J1914+1636_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J1914+1636_S_2014_08_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.000178353 Jy ! Component: 100 - total flux cleaned = 0.000252257 Jy ! Component: 150 - total flux cleaned = 0.000286956 Jy ! Component: 200 - total flux cleaned = 0.000352699 Jy ! Component: 250 - total flux cleaned = 0.000368646 Jy ! Component: 300 - total flux cleaned = 0.000353843 Jy ! Component: 350 - total flux cleaned = 0.000294697 Jy ! Component: 400 - total flux cleaned = 0.000266134 Jy ! Component: 450 - total flux cleaned = 0.000294029 Jy ! Component: 500 - total flux cleaned = 0.000266186 Jy ! Component: 550 - total flux cleaned = 0.000226256 Jy ! Component: 600 - total flux cleaned = 0.000239483 Jy ! Component: 650 - total flux cleaned = 0.000213807 Jy ! Component: 700 - total flux cleaned = 0.000188477 Jy ! Component: 750 - total flux cleaned = 0.00016352 Jy ! Component: 800 - total flux cleaned = 9.03086e-05 Jy ! Component: 850 - total flux cleaned = 5.44803e-05 Jy ! Component: 900 - total flux cleaned = 4.25886e-05 Jy ! Component: 950 - total flux cleaned = -2.71054e-05 Jy ! Component: 1000 - total flux cleaned = -4.99795e-05 Jy ! Component: 1050 - total flux cleaned = -0.000117192 Jy ! Component: 1100 - total flux cleaned = -0.000139415 Jy ! Component: 1150 - total flux cleaned = -0.000215861 Jy ! Component: 1200 - total flux cleaned = -0.000279952 Jy ! Component: 1250 - total flux cleaned = -0.000322191 Jy ! Component: 1300 - total flux cleaned = -0.000374087 Jy ! Component: 1350 - total flux cleaned = -0.000415149 Jy ! Component: 1400 - total flux cleaned = -0.000405114 Jy ! Component: 1450 - total flux cleaned = -0.00046514 Jy ! Component: 1500 - total flux cleaned = -0.000504416 Jy ! Component: 1550 - total flux cleaned = -0.000523787 Jy ! Component: 1600 - total flux cleaned = -0.000543099 Jy ! Component: 1650 - total flux cleaned = -0.000609505 Jy ! Component: 1700 - total flux cleaned = -0.000609801 Jy ! Component: 1750 - total flux cleaned = -0.000665297 Jy ! Component: 1800 - total flux cleaned = -0.000665156 Jy ! Component: 1850 - total flux cleaned = -0.000683185 Jy ! Component: 1900 - total flux cleaned = -0.000683084 Jy ! Component: 1950 - total flux cleaned = -0.000665416 Jy ! Component: 2000 - total flux cleaned = -0.000691561 Jy ! Component: 2050 - total flux cleaned = -0.000674165 Jy ! Component: 2100 - total flux cleaned = -0.000674208 Jy ! Component: 2150 - total flux cleaned = -0.000674343 Jy ! Component: 2200 - total flux cleaned = -0.000691212 Jy ! Component: 2250 - total flux cleaned = -0.000699666 Jy ! Component: 2300 - total flux cleaned = -0.00070792 Jy ! Component: 2350 - total flux cleaned = -0.000716141 Jy ! Component: 2400 - total flux cleaned = -0.000691824 Jy ! Component: 2450 - total flux cleaned = -0.000724055 Jy ! Component: 2500 - total flux cleaned = -0.00071606 Jy ! Component: 2550 - total flux cleaned = -0.000723977 Jy ! Component: 2600 - total flux cleaned = -0.000716145 Jy ! Component: 2650 - total flux cleaned = -0.000708435 Jy ! Component: 2700 - total flux cleaned = -0.000723864 Jy ! Component: 2750 - total flux cleaned = -0.000700964 Jy ! Component: 2800 - total flux cleaned = -0.000685767 Jy ! Component: 2850 - total flux cleaned = -0.000670687 Jy ! Component: 2900 - total flux cleaned = -0.000648346 Jy ! Component: 2950 - total flux cleaned = -0.000648346 Jy ! Component: 3000 - total flux cleaned = -0.000633662 Jy ! Component: 3050 - total flux cleaned = -0.000633725 Jy ! Component: 3100 - total flux cleaned = -0.000619274 Jy ! Component: 3150 - total flux cleaned = -0.000612174 Jy ! Component: 3200 - total flux cleaned = -0.000583698 Jy ! Component: 3250 - total flux cleaned = -0.000562551 Jy ! Component: 3300 - total flux cleaned = -0.000562549 Jy ! Component: 3350 - total flux cleaned = -0.000541643 Jy ! Component: 3400 - total flux cleaned = -0.000527829 Jy ! Component: 3450 - total flux cleaned = -0.000493545 Jy ! Component: 3500 - total flux cleaned = -0.000513999 Jy ! Component: 3550 - total flux cleaned = -0.000486989 Jy ! Component: 3600 - total flux cleaned = -0.000487015 Jy ! Component: 3650 - total flux cleaned = -0.000486956 Jy ! Component: 3700 - total flux cleaned = -0.00045389 Jy ! Component: 3750 - total flux cleaned = -0.000421108 Jy ! Component: 3800 - total flux cleaned = -0.000434188 Jy ! Component: 3850 - total flux cleaned = -0.000408218 Jy ! Component: 3900 - total flux cleaned = -0.000388981 Jy ! Component: 3950 - total flux cleaned = -0.000388992 Jy ! Component: 4000 - total flux cleaned = -0.000369964 Jy ! Component: 4050 - total flux cleaned = -0.000338464 Jy ! Total flux subtracted in 4096 components = -0.000351061 Jy ! Clean residual min=-0.000468 max=0.000412 Jy/beam ! Clean residual mean=0.000000 rms=0.000120 Jy/beam ! Combined flux in latest and established models = 0.200181 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 488 components and 0.200181 Jy ![Exited script file: muppet] wmap "J1914+1636_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.415 x 9.838 at 3.01 degrees (North through East) ! Clean map min=-0.00080694 max=0.16306 Jy/beam ! Writing clean map to FITS file: J1914+1636_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.163062 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000119769 device "J1914+1636_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1914+1636_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.22035 0.22035 0.440699 0.881398 1.7628 3.52559 7.05119 14.1024 28.2047 56.4095 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.415 x 9.838 at 3.01 degrees (North through East) ! Clean map min=-0.00080694 max=0.16306 Jy/beam quit ! Quitting program ! Log file J1914+1636_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:12:26 2016