! Started logfile: J1206+0529_S_2017_03_23_pus_uvs.log on Mon May 13 09:59:27 2019 obs J1206+0529_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1206+0529_S_2017_03_23_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.835979 visibilities/baseline/integration-bin. ! Found source: J1206+0529 ! ! 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 481 lines of history. ! ! Reading 12640 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 J1206+0529_S_2017_03_23_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 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 286 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.866256Jy sigma=0.007683 ! Fit after self-cal, rms=0.854735Jy sigma=0.007605 ! 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.976 mas, bmaj=6.813 mas, bpa=-1.709 degrees ! Estimated noise=988.714 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.109539 Jy ! Component: 100 - total flux cleaned = 0.149044 Jy ! Total flux subtracted in 100 components = 0.149044 Jy ! Clean residual min=-0.010347 max=0.017164 Jy/beam ! Clean residual mean=-0.000036 rms=0.002966 Jy/beam ! Combined flux in latest and established models = 0.149044 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.149044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122437Jy sigma=0.000900 ! Fit after self-cal, rms=0.122151Jy sigma=0.000898 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0202072 Jy ! Component: 100 - total flux cleaned = 0.0325805 Jy ! Total flux subtracted in 100 components = 0.0325805 Jy ! Clean residual min=-0.008709 max=0.009615 Jy/beam ! Clean residual mean=-0.000022 rms=0.002525 Jy/beam ! Combined flux in latest and established models = 0.181624 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.181624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117127Jy sigma=0.000846 ! Fit after self-cal, rms=0.117090Jy sigma=0.000846 ! 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.492 mas, bmaj=7.553 mas, bpa=0.0403 degrees ! Estimated noise=774.016 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, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141021 Jy ! Component: 100 - total flux cleaned = 0.022972 Jy ! Component: 150 - total flux cleaned = 0.0295942 Jy ! Component: 200 - total flux cleaned = 0.0347286 Jy ! Total flux subtracted in 200 components = 0.0347286 Jy ! Clean residual min=-0.007058 max=0.007045 Jy/beam ! Clean residual mean=-0.000018 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 0.216353 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 82 components and 0.216353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114858Jy sigma=0.000826 ! Fit after self-cal, rms=0.114823Jy sigma=0.000825 ! 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.95 HN 0.94 KP 0.99 ! LA 0.94 MK 1.52 NL 0.92 OV 1.01 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 0.97 KP 0.98 ! LA 0.95 MK 1.51 NL 1.11 OV 1.02 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.05 HN 0.94 KP 0.85 ! LA 0.74 MK 1.44 NL 1.29 OV 0.92 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.12 HN 0.97 KP 1.00* ! LA 0.76 MK 0.81 NL 1.00* OV 1.42 ! PT 1.01 SC 1.76 ! ! ! Fit before self-cal, rms=0.114823Jy sigma=0.000825 ! Fit after self-cal, rms=0.128158Jy sigma=0.000792 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.658 mas, bmaj=7.799 mas, bpa=1.889 degrees ! Estimated noise=789.902 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.00131165 Jy ! Component: 100 - total flux cleaned = -0.00169576 Jy ! Component: 150 - total flux cleaned = -0.00177946 Jy ! Component: 200 - total flux cleaned = -0.00185709 Jy ! Total flux subtracted in 200 components = -0.00185709 Jy ! Clean residual min=-0.004403 max=0.005180 Jy/beam ! Clean residual mean=0.000000 rms=0.001408 Jy/beam ! Combined flux in latest and established models = 0.214496 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 98 components and 0.214496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127931Jy sigma=0.000792 ! Fit after self-cal, rms=0.128081Jy sigma=0.000791 ! 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.128081Jy sigma=0.000791 ! Fit after self-cal, rms=0.467639Jy sigma=0.000757 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=7.665 mas, bpa=0.8732 degrees ! Estimated noise=794.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323013 Jy ! Component: 100 - total flux cleaned = 0.00455349 Jy ! Component: 150 - total flux cleaned = 0.00504374 Jy ! Component: 200 - total flux cleaned = 0.00524576 Jy ! Total flux subtracted in 200 components = 0.00524576 Jy ! Clean residual min=-0.003035 max=0.003908 Jy/beam ! Clean residual mean=-0.000037 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.219741 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 113 components and 0.219741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.467215Jy sigma=0.000758 ! Fit after self-cal, rms=0.475566Jy sigma=0.000755 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 = -0.00120263 Jy ! Component: 100 - total flux cleaned = -0.0013291 Jy ! Component: 150 - total flux cleaned = -0.00140465 Jy ! Component: 200 - total flux cleaned = -0.00143886 Jy ! Total flux subtracted in 200 components = -0.00143886 Jy ! Clean residual min=-0.002766 max=0.003123 Jy/beam ! Clean residual mean=-0.000024 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.218302 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 123 components and 0.218302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475594Jy sigma=0.000755 ! Fit after self-cal, rms=0.475674Jy sigma=0.000755 ! 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.475674Jy sigma=0.000755 ! Fit after self-cal, rms=0.528290Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.624 mas, bmaj=7.611 mas, bpa=0.5309 degrees ! Estimated noise=795.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190235 Jy ! Component: 100 - total flux cleaned = 0.00231823 Jy ! Component: 150 - total flux cleaned = 0.00253282 Jy ! Component: 200 - total flux cleaned = 0.00264664 Jy ! Total flux subtracted in 200 components = 0.00264664 Jy ! Clean residual min=-0.002530 max=0.003013 Jy/beam ! Clean residual mean=-0.000024 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.220949 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 129 components and 0.220949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.528170Jy sigma=0.000751 ! Fit after self-cal, rms=0.528717Jy sigma=0.000751 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 = 0.000173739 Jy ! Component: 100 - total flux cleaned = 0.000137034 Jy ! Component: 150 - total flux cleaned = 0.000104254 Jy ! Component: 200 - total flux cleaned = 7.52448e-05 Jy ! Total flux subtracted in 200 components = 7.52448e-05 Jy ! Clean residual min=-0.002499 max=0.002918 Jy/beam ! Clean residual mean=-0.000024 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.221024 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.221024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.528700Jy sigma=0.000751 ! Fit after self-cal, rms=0.528663Jy sigma=0.000751 ! 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.528663Jy sigma=0.000751 ! Fit after self-cal, rms=0.593997Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.502 mas, bmaj=11.26 mas, bpa=0.4557 degrees ! Estimated noise=971.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156371 Jy ! Component: 100 - total flux cleaned = 0.00219325 Jy ! Component: 150 - total flux cleaned = 0.00233472 Jy ! Component: 200 - total flux cleaned = 0.00247664 Jy ! Total flux subtracted in 200 components = 0.00247664 Jy ! Clean residual min=-0.003128 max=0.004174 Jy/beam ! Clean residual mean=-0.000051 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.223501 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 146 components and 0.223501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.593894Jy sigma=0.000751 ! Fit after self-cal, rms=0.594181Jy sigma=0.000751 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 = 0.000382045 Jy ! Component: 100 - total flux cleaned = 0.000449187 Jy ! Component: 150 - total flux cleaned = 0.00051099 Jy ! Component: 200 - total flux cleaned = 0.000539702 Jy ! Total flux subtracted in 200 components = 0.000539702 Jy ! Clean residual min=-0.003149 max=0.004119 Jy/beam ! Clean residual mean=-0.000051 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.224041 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 154 components and 0.224041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.594158Jy sigma=0.000751 ! Fit after self-cal, rms=0.594131Jy sigma=0.000751 ! 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.606 mas, bmaj=7.578 mas, bpa=0.3127 degrees ! Estimated noise=797.763 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.606 x 7.578 at 0.3127 degrees (North through East) ! Clean map min=-0.0023385 max=0.14603 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.067 mas, bmaj=6.797 mas, bpa=-2.264 degrees ! Estimated noise=1039.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114484 Jy ! Component: 100 - total flux cleaned = 0.156695 Jy ! Component: 150 - total flux cleaned = 0.176171 Jy ! Component: 200 - total flux cleaned = 0.187765 Jy ! Total flux subtracted in 200 components = 0.187765 Jy ! Clean residual min=-0.004377 max=0.006243 Jy/beam ! Clean residual mean=-0.000024 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.187765 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.187765 Jy ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=7.578 mas, bpa=0.3127 degrees ! Estimated noise=797.763 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.0105951 Jy ! Component: 100 - total flux cleaned = 0.0173427 Jy ! Component: 150 - total flux cleaned = 0.0219669 Jy ! Component: 200 - total flux cleaned = 0.025335 Jy ! Total flux subtracted in 200 components = 0.025335 Jy ! Clean residual min=-0.003024 max=0.002960 Jy/beam ! Clean residual mean=-0.000031 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.2131 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 77 components and 0.2131 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.502 mas, bmaj=11.26 mas, bpa=0.4557 degrees ! Estimated noise=971.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00413905 Jy ! Component: 100 - total flux cleaned = 0.00661157 Jy ! Component: 150 - total flux cleaned = 0.00818858 Jy ! Component: 200 - total flux cleaned = 0.00873617 Jy ! Total flux subtracted in 200 components = 0.00873617 Jy ! Clean residual min=-0.003188 max=0.004306 Jy/beam ! Clean residual mean=-0.000055 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.221836 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.000302139 Jy ! Component: 100 - total flux cleaned = 0.000565188 Jy ! Component: 150 - total flux cleaned = 0.000825925 Jy ! Component: 200 - total flux cleaned = 0.00100743 Jy ! Total flux subtracted in 200 components = 0.00100743 Jy ! Clean residual min=-0.003183 max=0.004218 Jy/beam ! Clean residual mean=-0.000053 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.222844 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 126 components and 0.222844 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=7.578 mas, bpa=0.3127 degrees ! Estimated noise=797.763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.04533e-05 Jy ! Component: 100 - total flux cleaned = -0.000147761 Jy ! Component: 150 - total flux cleaned = -0.000206495 Jy ! Component: 200 - total flux cleaned = -0.000206014 Jy ! Total flux subtracted in 200 components = -0.000206014 Jy ! Clean residual min=-0.002489 max=0.002871 Jy/beam ! Clean residual mean=-0.000025 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.222638 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 141 components and 0.222638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.594125Jy sigma=0.000752 ! Fit after self-cal, rms=0.594351Jy sigma=0.000752 wmodel J1206+0529_S_2017_03_23_pus_map.mod ! Writing 141 model components to file: J1206+0529_S_2017_03_23_pus_map.mod wobs J1206+0529_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1206+0529_S_2017_03_23_pus_uvs.fits wwins J1206+0529_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1206+0529_S_2017_03_23_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.00131903 Jy ! Component: 100 - total flux cleaned = 0.00204594 Jy ! Component: 150 - total flux cleaned = 0.00250371 Jy ! Component: 200 - total flux cleaned = 0.00276882 Jy ! Component: 250 - total flux cleaned = 0.00306667 Jy ! Component: 300 - total flux cleaned = 0.00335532 Jy ! Component: 350 - total flux cleaned = 0.00359568 Jy ! Component: 400 - total flux cleaned = 0.00379016 Jy ! Component: 450 - total flux cleaned = 0.00394241 Jy ! Component: 500 - total flux cleaned = 0.0040545 Jy ! Component: 550 - total flux cleaned = 0.00423817 Jy ! Component: 600 - total flux cleaned = 0.00445516 Jy ! Component: 650 - total flux cleaned = 0.00459708 Jy ! Component: 700 - total flux cleaned = 0.00470155 Jy ! Component: 750 - total flux cleaned = 0.00473531 Jy ! Component: 800 - total flux cleaned = 0.00483683 Jy ! Component: 850 - total flux cleaned = 0.00483721 Jy ! Component: 900 - total flux cleaned = 0.00500136 Jy ! Component: 950 - total flux cleaned = 0.00516271 Jy ! Component: 1000 - total flux cleaned = 0.00529042 Jy ! Component: 1050 - total flux cleaned = 0.00560507 Jy ! Component: 1100 - total flux cleaned = 0.00569785 Jy ! Component: 1150 - total flux cleaned = 0.00585142 Jy ! Component: 1200 - total flux cleaned = 0.00594248 Jy ! Component: 1250 - total flux cleaned = 0.00609271 Jy ! Component: 1300 - total flux cleaned = 0.00612239 Jy ! Component: 1350 - total flux cleaned = 0.00626945 Jy ! Component: 1400 - total flux cleaned = 0.00644386 Jy ! Component: 1450 - total flux cleaned = 0.00647255 Jy ! Component: 1500 - total flux cleaned = 0.00664323 Jy ! Component: 1550 - total flux cleaned = 0.00658679 Jy ! Component: 1600 - total flux cleaned = 0.00672646 Jy ! Component: 1650 - total flux cleaned = 0.00680928 Jy ! Component: 1700 - total flux cleaned = 0.00691872 Jy ! Component: 1750 - total flux cleaned = 0.00697273 Jy ! Component: 1800 - total flux cleaned = 0.00702656 Jy ! Component: 1850 - total flux cleaned = 0.00710698 Jy ! Component: 1900 - total flux cleaned = 0.00713339 Jy ! Component: 1950 - total flux cleaned = 0.00726493 Jy ! Component: 2000 - total flux cleaned = 0.00718676 Jy ! Component: 2050 - total flux cleaned = 0.00736839 Jy ! Component: 2100 - total flux cleaned = 0.00729126 Jy ! Component: 2150 - total flux cleaned = 0.00739335 Jy ! Component: 2200 - total flux cleaned = 0.00744414 Jy ! Component: 2250 - total flux cleaned = 0.00756991 Jy ! Component: 2300 - total flux cleaned = 0.00759468 Jy ! Component: 2350 - total flux cleaned = 0.00759486 Jy ! Component: 2400 - total flux cleaned = 0.0077424 Jy ! Component: 2450 - total flux cleaned = 0.00784017 Jy ! Component: 2500 - total flux cleaned = 0.00788874 Jy ! Component: 2550 - total flux cleaned = 0.00796127 Jy ! Component: 2600 - total flux cleaned = 0.00820102 Jy ! Component: 2650 - total flux cleaned = 0.00824838 Jy ! Component: 2700 - total flux cleaned = 0.00836664 Jy ! Component: 2750 - total flux cleaned = 0.00850771 Jy ! Component: 2800 - total flux cleaned = 0.0086011 Jy ! Component: 2850 - total flux cleaned = 0.00869414 Jy ! Component: 2900 - total flux cleaned = 0.00885575 Jy ! Component: 2950 - total flux cleaned = 0.00894742 Jy ! Component: 3000 - total flux cleaned = 0.00915292 Jy ! Component: 3050 - total flux cleaned = 0.00924359 Jy ! Component: 3100 - total flux cleaned = 0.00935625 Jy ! Component: 3150 - total flux cleaned = 0.00946845 Jy ! Component: 3200 - total flux cleaned = 0.00953543 Jy ! Component: 3250 - total flux cleaned = 0.00971306 Jy ! Component: 3300 - total flux cleaned = 0.00980124 Jy ! Component: 3350 - total flux cleaned = 0.00995472 Jy ! Component: 3400 - total flux cleaned = 0.0100638 Jy ! Component: 3450 - total flux cleaned = 0.0101506 Jy ! Component: 3500 - total flux cleaned = 0.0102588 Jy ! Component: 3550 - total flux cleaned = 0.0102158 Jy ! Component: 3600 - total flux cleaned = 0.0105154 Jy ! Component: 3650 - total flux cleaned = 0.0104729 Jy ! Component: 3700 - total flux cleaned = 0.0106 Jy ! Component: 3750 - total flux cleaned = 0.0107055 Jy ! Component: 3800 - total flux cleaned = 0.0107684 Jy ! Component: 3850 - total flux cleaned = 0.0108936 Jy ! Component: 3900 - total flux cleaned = 0.0110183 Jy ! Component: 3950 - total flux cleaned = 0.0110595 Jy ! Component: 4000 - total flux cleaned = 0.0111831 Jy ! Component: 4050 - total flux cleaned = 0.0112856 Jy ! Total flux subtracted in 4096 components = 0.0113265 Jy ! Clean residual min=-0.001140 max=0.001205 Jy/beam ! Clean residual mean=-0.000007 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.233964 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 439 components and 0.233964 Jy ![Exited script file: muppet] wmap "J1206+0529_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.606 x 7.578 at 0.3127 degrees (North through East) ! Clean map min=-0.0018508 max=0.14634 Jy/beam ! Writing clean map to FITS file: J1206+0529_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.146344 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00039095 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.801431 0.801431 1.60286 3.20572 6.41145 12.8229 25.6458 51.2916 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.146 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.606 x 7.578 at 0.3127 degrees (North through East) ! Clean map min=-0.0018508 max=0.14634 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1206+0529_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:59:34 2019