! Started logfile: J1302+5748_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:27:38 2016 obs J1302+5748_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1302+5748_S_2014_05_31_pus_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.853704 visibilities/baseline/integration-bin. ! Found source: J1302+5748 ! ! 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 5532 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 J1302+5748_S_2014_05_31_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.682881Jy sigma=0.008414 ! Fit after self-cal, rms=0.675354Jy sigma=0.008328 ! 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.202 mas, bmaj=4.53 mas, bpa=-46.1 degrees ! Estimated noise=1062.86 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.252362 Jy ! Component: 100 - total flux cleaned = 0.30741 Jy ! Total flux subtracted in 100 components = 0.30741 Jy ! Clean residual min=-0.007842 max=0.015569 Jy/beam ! Clean residual mean=-0.000028 rms=0.002090 Jy/beam ! Combined flux in latest and established models = 0.30741 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.30741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081202Jy sigma=0.000917 ! Fit after self-cal, rms=0.081201Jy sigma=0.000917 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162784 Jy ! Component: 100 - total flux cleaned = 0.0245913 Jy ! Total flux subtracted in 100 components = 0.0245913 Jy ! Clean residual min=-0.007895 max=0.006937 Jy/beam ! Clean residual mean=-0.000013 rms=0.001620 Jy/beam ! Combined flux in latest and established models = 0.332002 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 0.332002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076898Jy sigma=0.000872 ! Fit after self-cal, rms=0.076871Jy sigma=0.000871 ! 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.093 mas, bmaj=5.337 mas, bpa=-45.64 degrees ! Estimated noise=786.865 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 (2, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00784136 Jy ! Component: 100 - total flux cleaned = 0.0118288 Jy ! Component: 150 - total flux cleaned = 0.0144611 Jy ! Component: 200 - total flux cleaned = 0.0163569 Jy ! Total flux subtracted in 200 components = 0.0163569 Jy ! Clean residual min=-0.005786 max=0.004422 Jy/beam ! Clean residual mean=0.000007 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.348359 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.348359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075852Jy sigma=0.000864 ! Fit after self-cal, rms=0.075776Jy sigma=0.000863 ! 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.98 FD 0.84 HN 0.98 KP 1.05 ! LA 1.18 MK 1.00 NL 0.96 OV 0.96 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.01 KP 1.03 ! LA 1.16 MK 0.99 NL 1.01 OV 1.01 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.14 HN 1.04 KP 0.92 ! LA 0.90 MK 1.01 NL 1.00 OV 0.92 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.02 KP 0.89 ! LA 0.87 MK 1.01 NL 1.08 OV 1.00 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.075776Jy sigma=0.000863 ! Fit after self-cal, rms=0.066924Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.103 mas, bmaj=5.334 mas, bpa=-45.53 degrees ! Estimated noise=785.181 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.000640994 Jy ! Component: 100 - total flux cleaned = 0.000476402 Jy ! Component: 150 - total flux cleaned = 0.000606624 Jy ! Component: 200 - total flux cleaned = 0.000605741 Jy ! Total flux subtracted in 200 components = 0.000605741 Jy ! Clean residual min=-0.002186 max=0.002209 Jy/beam ! Clean residual mean=0.000020 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.348964 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 70 components and 0.348964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066875Jy sigma=0.000768 ! Fit after self-cal, rms=0.066867Jy sigma=0.000768 ! 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.066867Jy sigma=0.000768 ! Fit after self-cal, rms=0.066641Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.105 mas, bmaj=5.331 mas, bpa=-45.55 degrees ! Estimated noise=784.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162587 Jy ! Component: 100 - total flux cleaned = 0.000224966 Jy ! Component: 150 - total flux cleaned = 0.000308867 Jy ! Component: 200 - total flux cleaned = 0.000334231 Jy ! Total flux subtracted in 200 components = 0.000334231 Jy ! Clean residual min=-0.002193 max=0.002014 Jy/beam ! Clean residual mean=0.000018 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.349299 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 76 components and 0.349298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066613Jy sigma=0.000765 ! Fit after self-cal, rms=0.066612Jy sigma=0.000765 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.27237e-05 Jy ! Component: 100 - total flux cleaned = -1.38376e-05 Jy ! Component: 150 - total flux cleaned = -3.41036e-05 Jy ! Component: 200 - total flux cleaned = -3.3901e-05 Jy ! Total flux subtracted in 200 components = -3.3901e-05 Jy ! Clean residual min=-0.002165 max=0.001984 Jy/beam ! Clean residual mean=0.000018 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.349265 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.349265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066596Jy sigma=0.000765 ! Fit after self-cal, rms=0.066594Jy sigma=0.000765 ! 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.066594Jy sigma=0.000765 ! Fit after self-cal, rms=0.066578Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.106 mas, bmaj=5.33 mas, bpa=-45.58 degrees ! Estimated noise=784.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.29819e-05 Jy ! Component: 100 - total flux cleaned = 9.3551e-05 Jy ! Component: 150 - total flux cleaned = 9.42291e-05 Jy ! Component: 200 - total flux cleaned = 9.44209e-05 Jy ! Total flux subtracted in 200 components = 9.44209e-05 Jy ! Clean residual min=-0.002138 max=0.002000 Jy/beam ! Clean residual mean=0.000017 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.349359 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.349359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066566Jy sigma=0.000765 ! Fit after self-cal, rms=0.066565Jy sigma=0.000765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.85668e-06 Jy ! Component: 100 - total flux cleaned = -2.19777e-05 Jy ! Component: 150 - total flux cleaned = -2.23169e-05 Jy ! Component: 200 - total flux cleaned = -3.69042e-05 Jy ! Total flux subtracted in 200 components = -3.69042e-05 Jy ! Clean residual min=-0.002145 max=0.002006 Jy/beam ! Clean residual mean=0.000017 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.349322 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 99 components and 0.349322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066556Jy sigma=0.000765 ! Fit after self-cal, rms=0.066556Jy sigma=0.000765 ! 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.066556Jy sigma=0.000765 ! Fit after self-cal, rms=0.066539Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.464 mas, bmaj=9.069 mas, bpa=-63.34 degrees ! Estimated noise=941.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.4733e-05 Jy ! Component: 100 - total flux cleaned = -1.97466e-05 Jy ! Component: 150 - total flux cleaned = -3.03669e-05 Jy ! Component: 200 - total flux cleaned = -4.028e-05 Jy ! Total flux subtracted in 200 components = -4.028e-05 Jy ! Clean residual min=-0.002240 max=0.002419 Jy/beam ! Clean residual mean=0.000033 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.349282 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 105 components and 0.349282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066535Jy sigma=0.000765 ! Fit after self-cal, rms=0.066535Jy sigma=0.000765 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 = -2.61526e-05 Jy ! Component: 100 - total flux cleaned = -5.37849e-06 Jy ! Component: 150 - total flux cleaned = -1.39027e-05 Jy ! Component: 200 - total flux cleaned = -1.3874e-05 Jy ! Total flux subtracted in 200 components = -1.3874e-05 Jy ! Clean residual min=-0.002233 max=0.002413 Jy/beam ! Clean residual mean=0.000033 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.349268 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 111 components and 0.349268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066533Jy sigma=0.000765 ! Fit after self-cal, rms=0.066533Jy sigma=0.000765 ! 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.108 mas, bmaj=5.328 mas, bpa=-45.59 degrees ! Estimated noise=784.869 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.108 x 5.328 at -45.59 degrees (North through East) ! Clean map min=-0.0020807 max=0.32162 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.219 mas, bmaj=4.513 mas, bpa=-46.05 degrees ! Estimated noise=1059.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.251395 Jy ! Component: 100 - total flux cleaned = 0.306373 Jy ! Component: 150 - total flux cleaned = 0.32367 Jy ! Component: 200 - total flux cleaned = 0.332402 Jy ! Total flux subtracted in 200 components = 0.332402 Jy ! Clean residual min=-0.003323 max=0.004363 Jy/beam ! Clean residual mean=-0.000001 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.332402 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.332402 Jy ! Inverting map and beam ! Estimated beam: bmin=4.108 mas, bmaj=5.328 mas, bpa=-45.59 degrees ! Estimated noise=784.869 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.00679872 Jy ! Component: 100 - total flux cleaned = 0.0104645 Jy ! Component: 150 - total flux cleaned = 0.0127627 Jy ! Component: 200 - total flux cleaned = 0.0143426 Jy ! Total flux subtracted in 200 components = 0.0143426 Jy ! Clean residual min=-0.002137 max=0.002150 Jy/beam ! Clean residual mean=0.000013 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.346745 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 49 components and 0.346745 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.464 mas, bmaj=9.069 mas, bpa=-63.34 degrees ! Estimated noise=941.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129512 Jy ! Component: 100 - total flux cleaned = 0.00191081 Jy ! Component: 150 - total flux cleaned = 0.00207748 Jy ! Component: 200 - total flux cleaned = 0.0021783 Jy ! Total flux subtracted in 200 components = 0.0021783 Jy ! Clean residual min=-0.002223 max=0.002379 Jy/beam ! Clean residual mean=0.000032 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.348923 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 = 3.61083e-05 Jy ! Component: 100 - total flux cleaned = 4.67238e-05 Jy ! Component: 150 - total flux cleaned = 4.69198e-05 Jy ! Component: 200 - total flux cleaned = 5.68194e-05 Jy ! Total flux subtracted in 200 components = 5.68194e-05 Jy ! Clean residual min=-0.002215 max=0.002372 Jy/beam ! Clean residual mean=0.000032 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.34898 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 76 components and 0.34898 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.108 mas, bmaj=5.328 mas, bpa=-45.59 degrees ! Estimated noise=784.869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000337817 Jy ! Component: 100 - total flux cleaned = -0.000282844 Jy ! Component: 150 - total flux cleaned = -0.000205211 Jy ! Component: 200 - total flux cleaned = -0.000135263 Jy ! Total flux subtracted in 200 components = -0.000135263 Jy ! Clean residual min=-0.002082 max=0.002035 Jy/beam ! Clean residual mean=0.000016 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.348845 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 86 components and 0.348845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066548Jy sigma=0.000765 ! Fit after self-cal, rms=0.066537Jy sigma=0.000765 wmodel J1302+5748_S_2014_05_31_pus_map.mod ! Writing 86 model components to file: J1302+5748_S_2014_05_31_pus_map.mod wobs J1302+5748_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1302+5748_S_2014_05_31_pus_uvs.fits wwins J1302+5748_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1302+5748_S_2014_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000120669 Jy ! Component: 100 - total flux cleaned = -0.000225175 Jy ! Component: 150 - total flux cleaned = -0.000291127 Jy ! Component: 200 - total flux cleaned = -0.000421534 Jy ! Component: 250 - total flux cleaned = -0.000578714 Jy ! Component: 300 - total flux cleaned = -0.000669993 Jy ! Component: 350 - total flux cleaned = -0.000758703 Jy ! Component: 400 - total flux cleaned = -0.000758529 Jy ! Component: 450 - total flux cleaned = -0.000674714 Jy ! Component: 500 - total flux cleaned = -0.000674708 Jy ! Component: 550 - total flux cleaned = -0.000647545 Jy ! Component: 600 - total flux cleaned = -0.000700095 Jy ! Component: 650 - total flux cleaned = -0.000647748 Jy ! Component: 700 - total flux cleaned = -0.000596533 Jy ! Component: 750 - total flux cleaned = -0.000596851 Jy ! Component: 800 - total flux cleaned = -0.000670857 Jy ! Component: 850 - total flux cleaned = -0.000547957 Jy ! Component: 900 - total flux cleaned = -0.000524416 Jy ! Component: 950 - total flux cleaned = -0.000524751 Jy ! Component: 1000 - total flux cleaned = -0.000501352 Jy ! Component: 1050 - total flux cleaned = -0.000408969 Jy ! Component: 1100 - total flux cleaned = -0.000386793 Jy ! Component: 1150 - total flux cleaned = -0.000341939 Jy ! Component: 1200 - total flux cleaned = -0.000320122 Jy ! Component: 1250 - total flux cleaned = -0.000276489 Jy ! Component: 1300 - total flux cleaned = -0.000276595 Jy ! Component: 1350 - total flux cleaned = -0.000255625 Jy ! Component: 1400 - total flux cleaned = -0.000318858 Jy ! Component: 1450 - total flux cleaned = -0.000318695 Jy ! Component: 1500 - total flux cleaned = -0.000257098 Jy ! Component: 1550 - total flux cleaned = -0.000318059 Jy ! Component: 1600 - total flux cleaned = -0.000318081 Jy ! Component: 1650 - total flux cleaned = -0.000278517 Jy ! Component: 1700 - total flux cleaned = -0.000337182 Jy ! Component: 1750 - total flux cleaned = -0.000220405 Jy ! Component: 1800 - total flux cleaned = -0.000181875 Jy ! Component: 1850 - total flux cleaned = -0.000124778 Jy ! Component: 1900 - total flux cleaned = -6.79438e-05 Jy ! Component: 1950 - total flux cleaned = 2.51191e-05 Jy ! Component: 2000 - total flux cleaned = 6.17476e-05 Jy ! Component: 2050 - total flux cleaned = 9.81178e-05 Jy ! Component: 2100 - total flux cleaned = 0.000188595 Jy ! Component: 2150 - total flux cleaned = 0.000170825 Jy ! Component: 2200 - total flux cleaned = 0.000241879 Jy ! Component: 2250 - total flux cleaned = 0.000294524 Jy ! Component: 2300 - total flux cleaned = 0.000364085 Jy ! Component: 2350 - total flux cleaned = 0.000449919 Jy ! Component: 2400 - total flux cleaned = 0.000483836 Jy ! Component: 2450 - total flux cleaned = 0.000568139 Jy ! Component: 2500 - total flux cleaned = 0.0006018 Jy ! Component: 2550 - total flux cleaned = 0.000618508 Jy ! Component: 2600 - total flux cleaned = 0.000717444 Jy ! Component: 2650 - total flux cleaned = 0.00079904 Jy ! Component: 2700 - total flux cleaned = 0.000815097 Jy ! Component: 2750 - total flux cleaned = 0.000895169 Jy ! Component: 2800 - total flux cleaned = 0.000910898 Jy ! Component: 2850 - total flux cleaned = 0.000926621 Jy ! Component: 2900 - total flux cleaned = 0.000988927 Jy ! Component: 2950 - total flux cleaned = 0.00105079 Jy ! Component: 3000 - total flux cleaned = 0.00105071 Jy ! Component: 3050 - total flux cleaned = 0.00112696 Jy ! Component: 3100 - total flux cleaned = 0.00114193 Jy ! Component: 3150 - total flux cleaned = 0.00114202 Jy ! Component: 3200 - total flux cleaned = 0.00112736 Jy ! Component: 3250 - total flux cleaned = 0.00115689 Jy ! Component: 3300 - total flux cleaned = 0.00123017 Jy ! Component: 3350 - total flux cleaned = 0.00125914 Jy ! Component: 3400 - total flux cleaned = 0.00127354 Jy ! Component: 3450 - total flux cleaned = 0.00134489 Jy ! Component: 3500 - total flux cleaned = 0.0014015 Jy ! Component: 3550 - total flux cleaned = 0.00135906 Jy ! Component: 3600 - total flux cleaned = 0.00142889 Jy ! Component: 3650 - total flux cleaned = 0.00149808 Jy ! Component: 3700 - total flux cleaned = 0.00141561 Jy ! Component: 3750 - total flux cleaned = 0.0014841 Jy ! Component: 3800 - total flux cleaned = 0.00152474 Jy ! Component: 3850 - total flux cleaned = 0.00153824 Jy ! Component: 3900 - total flux cleaned = 0.00160511 Jy ! Component: 3950 - total flux cleaned = 0.00164489 Jy ! Component: 4000 - total flux cleaned = 0.0017107 Jy ! Component: 4050 - total flux cleaned = 0.00173681 Jy ! Total flux subtracted in 4096 components = 0.00177572 Jy ! Clean residual min=-0.000747 max=0.000751 Jy/beam ! Clean residual mean=0.000002 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.350621 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 357 components and 0.350621 Jy ![Exited script file: muppet] wmap "J1302+5748_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.108 x 5.328 at -45.59 degrees (North through East) ! Clean map min=-0.0015115 max=0.32164 Jy/beam ! Writing clean map to FITS file: J1302+5748_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.321641 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000233747 device "J1302+5748_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1302+5748_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.218019 0.218019 0.436039 0.872077 1.74415 3.48831 6.97662 13.9532 27.9065 55.8129 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.321 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.108 x 5.328 at -45.59 degrees (North through East) ! Clean map min=-0.0015115 max=0.32164 Jy/beam quit ! Quitting program ! Log file J1302+5748_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:27:43 2016