! Started logfile: J1402+1559_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:34 2016 obs J1402+1559_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1402+1559_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769467 visibilities/baseline/integration-bin. ! Found source: J1402+1559 ! ! 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 17036 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 J1402+1559_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 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.946137Jy sigma=0.010340 ! Fit after self-cal, rms=0.897553Jy sigma=0.009860 ! 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.847 mas, bmaj=8.522 mas, bpa=17.17 degrees ! Estimated noise=834.012 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.0799647 Jy ! Component: 100 - total flux cleaned = 0.0989972 Jy ! Total flux subtracted in 100 components = 0.0989972 Jy ! Clean residual min=-0.004168 max=0.007405 Jy/beam ! Clean residual mean=-0.000037 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.0989972 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0989972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080050Jy sigma=0.000791 ! Fit after self-cal, rms=0.080031Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00776114 Jy ! Component: 100 - total flux cleaned = 0.0112257 Jy ! Total flux subtracted in 100 components = 0.0112257 Jy ! Clean residual min=-0.003803 max=0.004065 Jy/beam ! Clean residual mean=-0.000029 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.110223 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 24 components and 0.110223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079211Jy sigma=0.000783 ! Fit after self-cal, rms=0.079199Jy sigma=0.000783 ! 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.647 mas, bmaj=9.241 mas, bpa=16.11 degrees ! Estimated noise=504.928 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.00230289 Jy ! Component: 100 - total flux cleaned = 0.00367294 Jy ! Component: 150 - total flux cleaned = 0.0045583 Jy ! Component: 200 - total flux cleaned = 0.00515015 Jy ! Total flux subtracted in 200 components = 0.00515015 Jy ! Clean residual min=-0.002802 max=0.003508 Jy/beam ! Clean residual mean=-0.000059 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.115373 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 51 components and 0.115373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079092Jy sigma=0.000782 ! Fit after self-cal, rms=0.079093Jy sigma=0.000782 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.88 HN 1.05 KP 1.10 ! LA 1.13 MK 1.00* NL 0.86 OV 0.97 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 1.03 KP 1.08 ! LA 1.05 MK 1.00* NL 0.96 OV 1.01 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.05 KP 0.95 ! LA 0.85 MK 1.00* NL 0.98 OV 0.97 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.02 HN 1.00 KP 0.91 ! LA 0.81 MK 1.00* NL 1.03 OV 1.00 ! PT 1.03 SC 0.98 ! ! ! Fit before self-cal, rms=0.079093Jy sigma=0.000782 ! Fit after self-cal, rms=0.076939Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.664 mas, bmaj=9.285 mas, bpa=16.15 degrees ! Estimated noise=506.512 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.000544453 Jy ! Component: 100 - total flux cleaned = -0.000562346 Jy ! Component: 150 - total flux cleaned = -0.00060921 Jy ! Component: 200 - total flux cleaned = -0.000648778 Jy ! Total flux subtracted in 200 components = -0.000648778 Jy ! Clean residual min=-0.002809 max=0.002799 Jy/beam ! Clean residual mean=-0.000062 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.114724 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.114724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076931Jy sigma=0.000774 ! Fit after self-cal, rms=0.076898Jy sigma=0.000774 ! 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.076898Jy sigma=0.000774 ! Fit after self-cal, rms=0.076500Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.675 mas, bmaj=9.307 mas, bpa=16.04 degrees ! Estimated noise=506.126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00068519 Jy ! Component: 100 - total flux cleaned = -0.000926939 Jy ! Component: 150 - total flux cleaned = -0.000978375 Jy ! Component: 200 - total flux cleaned = -0.00101165 Jy ! Total flux subtracted in 200 components = -0.00101165 Jy ! Clean residual min=-0.002600 max=0.002610 Jy/beam ! Clean residual mean=-0.000052 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.113713 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.113713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076493Jy sigma=0.000771 ! Fit after self-cal, rms=0.076493Jy sigma=0.000771 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.99975e-05 Jy ! Component: 100 - total flux cleaned = -5.97732e-05 Jy ! Component: 150 - total flux cleaned = -6.79997e-05 Jy ! Component: 200 - total flux cleaned = -7.59805e-05 Jy ! Total flux subtracted in 200 components = -7.59805e-05 Jy ! Clean residual min=-0.002594 max=0.002587 Jy/beam ! Clean residual mean=-0.000052 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.113637 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.113637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076492Jy sigma=0.000771 ! Fit after self-cal, rms=0.076491Jy sigma=0.000771 ! 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.076491Jy sigma=0.000771 ! Fit after self-cal, rms=0.076567Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.685 mas, bmaj=9.316 mas, bpa=15.95 degrees ! Estimated noise=505.856 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000453061 Jy ! Component: 100 - total flux cleaned = -0.000614646 Jy ! Component: 150 - total flux cleaned = -0.000677203 Jy ! Component: 200 - total flux cleaned = -0.000700507 Jy ! Total flux subtracted in 200 components = -0.000700507 Jy ! Clean residual min=-0.002580 max=0.002622 Jy/beam ! Clean residual mean=-0.000052 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.112936 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.112936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076564Jy sigma=0.000771 ! Fit after self-cal, rms=0.076565Jy sigma=0.000771 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.43535e-05 Jy ! Component: 100 - total flux cleaned = -4.77966e-05 Jy ! Component: 150 - total flux cleaned = -5.41785e-05 Jy ! Component: 200 - total flux cleaned = -6.0457e-05 Jy ! Total flux subtracted in 200 components = -6.0457e-05 Jy ! Clean residual min=-0.002578 max=0.002606 Jy/beam ! Clean residual mean=-0.000052 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.112876 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.112876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076564Jy sigma=0.000771 ! Fit after self-cal, rms=0.076564Jy sigma=0.000771 ! 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.076564Jy sigma=0.000771 ! Fit after self-cal, rms=0.076631Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.461 mas, bmaj=10.9 mas, bpa=10.72 degrees ! Estimated noise=554.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.69259e-05 Jy ! Component: 100 - total flux cleaned = -1.6264e-05 Jy ! Component: 150 - total flux cleaned = 2.47797e-06 Jy ! Component: 200 - total flux cleaned = 2.01545e-05 Jy ! Total flux subtracted in 200 components = 2.01545e-05 Jy ! Clean residual min=-0.003146 max=0.003323 Jy/beam ! Clean residual mean=-0.000086 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.112896 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 94 components and 0.112896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076630Jy sigma=0.000771 ! Fit after self-cal, rms=0.076632Jy sigma=0.000771 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.71118e-05 Jy ! Component: 100 - total flux cleaned = 5.23451e-05 Jy ! Component: 150 - total flux cleaned = 6.65149e-05 Jy ! Component: 200 - total flux cleaned = 7.99153e-05 Jy ! Total flux subtracted in 200 components = 7.99153e-05 Jy ! Clean residual min=-0.003142 max=0.003319 Jy/beam ! Clean residual mean=-0.000086 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.112976 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 99 components and 0.112976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076632Jy sigma=0.000771 ! Fit after self-cal, rms=0.076632Jy sigma=0.000771 ! 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.694 mas, bmaj=9.323 mas, bpa=15.9 degrees ! Estimated noise=505.66 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.694 x 9.323 at 15.9 degrees (North through East) ! Clean map min=-0.0025336 max=0.10361 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.883 mas, bmaj=8.61 mas, bpa=16.92 degrees ! Estimated noise=833.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0797256 Jy ! Component: 100 - total flux cleaned = 0.0987452 Jy ! Component: 150 - total flux cleaned = 0.106211 Jy ! Component: 200 - total flux cleaned = 0.109477 Jy ! Total flux subtracted in 200 components = 0.109477 Jy ! Clean residual min=-0.003083 max=0.002774 Jy/beam ! Clean residual mean=-0.000025 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.109477 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.109477 Jy ! Inverting map and beam ! Estimated beam: bmin=4.694 mas, bmaj=9.323 mas, bpa=15.9 degrees ! Estimated noise=505.66 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.00189936 Jy ! Component: 100 - total flux cleaned = 0.00248818 Jy ! Component: 150 - total flux cleaned = 0.00266275 Jy ! Component: 200 - total flux cleaned = 0.00275715 Jy ! Total flux subtracted in 200 components = 0.00275715 Jy ! Clean residual min=-0.002664 max=0.002653 Jy/beam ! Clean residual mean=-0.000052 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.112234 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.112234 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.461 mas, bmaj=10.9 mas, bpa=10.72 degrees ! Estimated noise=554.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000456087 Jy ! Component: 100 - total flux cleaned = 0.000473798 Jy ! Component: 150 - total flux cleaned = 0.000489269 Jy ! Component: 200 - total flux cleaned = 0.000532029 Jy ! Total flux subtracted in 200 components = 0.000532029 Jy ! Clean residual min=-0.003189 max=0.003365 Jy/beam ! Clean residual mean=-0.000087 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.112766 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 = 2.66819e-05 Jy ! Component: 100 - total flux cleaned = 6.34376e-05 Jy ! Component: 150 - total flux cleaned = 9.76685e-05 Jy ! Component: 200 - total flux cleaned = 0.000129096 Jy ! Total flux subtracted in 200 components = 0.000129096 Jy ! Clean residual min=-0.003164 max=0.003363 Jy/beam ! Clean residual mean=-0.000086 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.112895 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.112895 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.694 mas, bmaj=9.323 mas, bpa=15.9 degrees ! Estimated noise=505.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.24433e-05 Jy ! Component: 100 - total flux cleaned = -0.000230872 Jy ! Component: 150 - total flux cleaned = -0.000309403 Jy ! Component: 200 - total flux cleaned = -0.000354945 Jy ! Total flux subtracted in 200 components = -0.000354945 Jy ! Clean residual min=-0.002599 max=0.002625 Jy/beam ! Clean residual mean=-0.000052 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.112541 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.112541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076630Jy sigma=0.000771 ! Fit after self-cal, rms=0.076629Jy sigma=0.000771 wmodel J1402+1559_S_2014_08_05_pus_map.mod ! Writing 54 model components to file: J1402+1559_S_2014_08_05_pus_map.mod wobs J1402+1559_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1402+1559_S_2014_08_05_pus_uvs.fits wwins J1402+1559_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1402+1559_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.000514194 Jy ! Component: 100 - total flux cleaned = 0.00106723 Jy ! Component: 150 - total flux cleaned = 0.00114729 Jy ! Component: 200 - total flux cleaned = 0.00122313 Jy ! Component: 250 - total flux cleaned = 0.00136891 Jy ! Component: 300 - total flux cleaned = 0.00140416 Jy ! Component: 350 - total flux cleaned = 0.00150656 Jy ! Component: 400 - total flux cleaned = 0.0015724 Jy ! Component: 450 - total flux cleaned = 0.00163688 Jy ! Component: 500 - total flux cleaned = 0.00169878 Jy ! Component: 550 - total flux cleaned = 0.0016986 Jy ! Component: 600 - total flux cleaned = 0.00164048 Jy ! Component: 650 - total flux cleaned = 0.00166902 Jy ! Component: 700 - total flux cleaned = 0.00166955 Jy ! Component: 750 - total flux cleaned = 0.00166996 Jy ! Component: 800 - total flux cleaned = 0.00166964 Jy ! Component: 850 - total flux cleaned = 0.00164461 Jy ! Component: 900 - total flux cleaned = 0.0015945 Jy ! Component: 950 - total flux cleaned = 0.00159443 Jy ! Component: 1000 - total flux cleaned = 0.00152204 Jy ! Component: 1050 - total flux cleaned = 0.00152171 Jy ! Component: 1100 - total flux cleaned = 0.00152122 Jy ! Component: 1150 - total flux cleaned = 0.00154401 Jy ! Component: 1200 - total flux cleaned = 0.00163327 Jy ! Component: 1250 - total flux cleaned = 0.00174264 Jy ! Component: 1300 - total flux cleaned = 0.00182799 Jy ! Component: 1350 - total flux cleaned = 0.00189048 Jy ! Component: 1400 - total flux cleaned = 0.00191078 Jy ! Component: 1450 - total flux cleaned = 0.00199211 Jy ! Component: 1500 - total flux cleaned = 0.00207218 Jy ! Component: 1550 - total flux cleaned = 0.0021313 Jy ! Component: 1600 - total flux cleaned = 0.00220871 Jy ! Component: 1650 - total flux cleaned = 0.00236061 Jy ! Component: 1700 - total flux cleaned = 0.00241649 Jy ! Component: 1750 - total flux cleaned = 0.00247153 Jy ! Component: 1800 - total flux cleaned = 0.00252585 Jy ! Component: 1850 - total flux cleaned = 0.00256152 Jy ! Component: 1900 - total flux cleaned = 0.00261463 Jy ! Component: 1950 - total flux cleaned = 0.00268399 Jy ! Component: 2000 - total flux cleaned = 0.00271827 Jy ! Component: 2050 - total flux cleaned = 0.00280266 Jy ! Component: 2100 - total flux cleaned = 0.00286896 Jy ! Component: 2150 - total flux cleaned = 0.00290163 Jy ! Component: 2200 - total flux cleaned = 0.00301464 Jy ! Component: 2250 - total flux cleaned = 0.00303058 Jy ! Component: 2300 - total flux cleaned = 0.00303071 Jy ! Component: 2350 - total flux cleaned = 0.00313988 Jy ! Component: 2400 - total flux cleaned = 0.00323169 Jy ! Component: 2450 - total flux cleaned = 0.00327682 Jy ! Component: 2500 - total flux cleaned = 0.00329194 Jy ! Component: 2550 - total flux cleaned = 0.00335145 Jy ! Component: 2600 - total flux cleaned = 0.00343954 Jy ! Component: 2650 - total flux cleaned = 0.00346865 Jy ! Component: 2700 - total flux cleaned = 0.00349703 Jy ! Component: 2750 - total flux cleaned = 0.00355358 Jy ! Component: 2800 - total flux cleaned = 0.00360966 Jy ! Component: 2850 - total flux cleaned = 0.0036235 Jy ! Component: 2900 - total flux cleaned = 0.003733 Jy ! Component: 2950 - total flux cleaned = 0.0037602 Jy ! Component: 3000 - total flux cleaned = 0.00380051 Jy ! Component: 3050 - total flux cleaned = 0.0038672 Jy ! Component: 3100 - total flux cleaned = 0.0039591 Jy ! Component: 3150 - total flux cleaned = 0.00399812 Jy ! Component: 3200 - total flux cleaned = 0.00404975 Jy ! Component: 3250 - total flux cleaned = 0.00413918 Jy ! Component: 3300 - total flux cleaned = 0.00424021 Jy ! Component: 3350 - total flux cleaned = 0.00429025 Jy ! Component: 3400 - total flux cleaned = 0.00438963 Jy ! Component: 3450 - total flux cleaned = 0.00443893 Jy ! Component: 3500 - total flux cleaned = 0.00452419 Jy ! Component: 3550 - total flux cleaned = 0.00462072 Jy ! Component: 3600 - total flux cleaned = 0.00470444 Jy ! Component: 3650 - total flux cleaned = 0.0048109 Jy ! Component: 3700 - total flux cleaned = 0.00486953 Jy ! Component: 3750 - total flux cleaned = 0.00495102 Jy ! Component: 3800 - total flux cleaned = 0.00500882 Jy ! Component: 3850 - total flux cleaned = 0.00510026 Jy ! Component: 3900 - total flux cleaned = 0.00516839 Jy ! Component: 3950 - total flux cleaned = 0.00525819 Jy ! Component: 4000 - total flux cleaned = 0.00531399 Jy ! Component: 4050 - total flux cleaned = 0.00542461 Jy ! Total flux subtracted in 4096 components = 0.00546845 Jy ! Clean residual min=-0.000650 max=0.000715 Jy/beam ! Clean residual mean=-0.000016 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.118009 Jy keep ! Adding 394 model components to the UV plane model. ! The established model now contains 448 components and 0.118009 Jy ![Exited script file: muppet] wmap "J1402+1559_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.694 x 9.323 at 15.9 degrees (North through East) ! Clean map min=-0.0011598 max=0.10352 Jy/beam ! Writing clean map to FITS file: J1402+1559_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.103523 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209806 device "J1402+1559_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1402+1559_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.608 0.608 1.216 2.432 4.864 9.728 19.456 38.912 77.824 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.694 x 9.323 at 15.9 degrees (North through East) ! Clean map min=-0.0011598 max=0.10352 Jy/beam quit ! Quitting program ! Log file J1402+1559_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:29:39 2016