! Started logfile: J1014+2301_S_2017_03_23_pus_uvs.log on Mon May 13 09:55:51 2019 obs J1014+2301_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1014+2301_S_2017_03_23_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J1014+2301 ! ! 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 1248 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 J1014+2301_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.716550Jy sigma=0.007011 ! Fit after self-cal, rms=0.711070Jy sigma=0.006953 ! 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.949 mas, bmaj=7.538 mas, bpa=9.455 degrees ! Estimated noise=2589.01 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.214037 Jy ! Component: 100 - total flux cleaned = 0.285717 Jy ! Total flux subtracted in 100 components = 0.285717 Jy ! Clean residual min=-0.016322 max=0.032663 Jy/beam ! Clean residual mean=-0.000037 rms=0.005451 Jy/beam ! Combined flux in latest and established models = 0.285717 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.285717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109963Jy sigma=0.000995 ! Fit after self-cal, rms=0.109812Jy sigma=0.000994 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0364101 Jy ! Component: 100 - total flux cleaned = 0.0556217 Jy ! Total flux subtracted in 100 components = 0.0556217 Jy ! Clean residual min=-0.013024 max=0.016628 Jy/beam ! Clean residual mean=-0.000016 rms=0.003488 Jy/beam ! Combined flux in latest and established models = 0.341338 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.341338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091532Jy sigma=0.000815 ! Fit after self-cal, rms=0.091445Jy sigma=0.000815 ! 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.411 mas, bmaj=7.93 mas, bpa=12.64 degrees ! Estimated noise=2278.31 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.0189819 Jy ! Component: 100 - total flux cleaned = 0.0294857 Jy ! Component: 150 - total flux cleaned = 0.0362502 Jy ! Component: 200 - total flux cleaned = 0.0408745 Jy ! Total flux subtracted in 200 components = 0.0408745 Jy ! Clean residual min=-0.012002 max=0.016354 Jy/beam ! Clean residual mean=0.000001 rms=0.003045 Jy/beam ! Combined flux in latest and established models = 0.382213 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 45 components and 0.382213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086598Jy sigma=0.000777 ! Fit after self-cal, rms=0.086582Jy sigma=0.000776 ! 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.99 HN 0.95 KP 1.01 ! LA 1.00 MK 1.08 NL 0.88 OV 1.05 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.04 KP 0.99 ! LA 0.96 MK 1.05 NL 1.04 OV 1.07 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 1.01 KP 0.88 ! LA 0.78 MK 1.09 NL 1.16 OV 0.97 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.09 HN 0.97 KP 1.00* ! LA 1.00* MK 1.17 NL 1.00* OV 1.28 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.086582Jy sigma=0.000776 ! Fit after self-cal, rms=0.075043Jy sigma=0.000692 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=7.979 mas, bpa=13.21 degrees ! Estimated noise=2287.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) ! Added new window around map position (6.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00819236 Jy ! Component: 100 - total flux cleaned = 0.00740492 Jy ! Component: 150 - total flux cleaned = 0.00643202 Jy ! Component: 200 - total flux cleaned = 0.00601274 Jy ! Total flux subtracted in 200 components = 0.00601274 Jy ! Clean residual min=-0.006782 max=0.009026 Jy/beam ! Clean residual mean=0.000021 rms=0.001911 Jy/beam ! Combined flux in latest and established models = 0.388226 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.388226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073417Jy sigma=0.000676 ! Fit after self-cal, rms=0.073313Jy sigma=0.000675 ! 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.073313Jy sigma=0.000675 ! Fit after self-cal, rms=0.073117Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=7.968 mas, bpa=13.14 degrees ! Estimated noise=2283.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00315218 Jy ! Component: 100 - total flux cleaned = 0.00316733 Jy ! Component: 150 - total flux cleaned = 0.00296727 Jy ! Component: 200 - total flux cleaned = 0.00277995 Jy ! Total flux subtracted in 200 components = 0.00277995 Jy ! Clean residual min=-0.006607 max=0.008052 Jy/beam ! Clean residual mean=0.000019 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.391006 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.391006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072723Jy sigma=0.000671 ! Fit after self-cal, rms=0.072705Jy sigma=0.000670 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 (42, 28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00685155 Jy ! Component: 100 - total flux cleaned = 0.00965047 Jy ! Component: 150 - total flux cleaned = 0.0111636 Jy ! Component: 200 - total flux cleaned = 0.0126195 Jy ! Total flux subtracted in 200 components = 0.0126195 Jy ! Clean residual min=-0.005541 max=0.005967 Jy/beam ! Clean residual mean=0.000014 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.403625 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 102 components and 0.403625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071954Jy sigma=0.000662 ! Fit after self-cal, rms=0.071943Jy sigma=0.000662 ! 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.071943Jy sigma=0.000662 ! Fit after self-cal, rms=0.071682Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.447 mas, bmaj=7.966 mas, bpa=13 degrees ! Estimated noise=2277.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285289 Jy ! Component: 100 - total flux cleaned = 0.00409414 Jy ! Component: 150 - total flux cleaned = 0.00494993 Jy ! Component: 200 - total flux cleaned = 0.00518705 Jy ! Total flux subtracted in 200 components = 0.00518705 Jy ! Clean residual min=-0.005105 max=0.005888 Jy/beam ! Clean residual mean=0.000014 rms=0.001381 Jy/beam ! Combined flux in latest and established models = 0.408812 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 118 components and 0.408812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071466Jy sigma=0.000660 ! Fit after self-cal, rms=0.071465Jy sigma=0.000660 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 (103.5, -109.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00538455 Jy ! Component: 100 - total flux cleaned = 0.00800854 Jy ! Component: 150 - total flux cleaned = 0.008992 Jy ! Component: 200 - total flux cleaned = 0.00978434 Jy ! Total flux subtracted in 200 components = 0.00978434 Jy ! Clean residual min=-0.004994 max=0.005231 Jy/beam ! Clean residual mean=0.000005 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.418596 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 143 components and 0.418596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070979Jy sigma=0.000655 ! Fit after self-cal, rms=0.070962Jy sigma=0.000655 ! 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.070962Jy sigma=0.000655 ! Fit after self-cal, rms=0.070737Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.333 mas, bmaj=10.37 mas, bpa=2.716 degrees ! Estimated noise=2795.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260658 Jy ! Component: 100 - total flux cleaned = 0.00402917 Jy ! Component: 150 - total flux cleaned = 0.00450484 Jy ! Component: 200 - total flux cleaned = 0.00499546 Jy ! Total flux subtracted in 200 components = 0.00499546 Jy ! Clean residual min=-0.005373 max=0.004620 Jy/beam ! Clean residual mean=0.000010 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.423592 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 166 components and 0.423592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070652Jy sigma=0.000654 ! Fit after self-cal, rms=0.070647Jy sigma=0.000654 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.000162534 Jy ! Component: 100 - total flux cleaned = 0.000272243 Jy ! Component: 150 - total flux cleaned = 0.000377516 Jy ! Component: 200 - total flux cleaned = 0.000575208 Jy ! Total flux subtracted in 200 components = 0.000575208 Jy ! Clean residual min=-0.005084 max=0.004351 Jy/beam ! Clean residual mean=0.000009 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.424167 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 177 components and 0.424167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070590Jy sigma=0.000653 ! Fit after self-cal, rms=0.070590Jy sigma=0.000653 ! 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.447 mas, bmaj=7.969 mas, bpa=12.89 degrees ! Estimated noise=2275.32 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.447 x 7.969 at 12.89 degrees (North through East) ! Clean map min=-0.0044289 max=0.29147 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.534 mas, bpa=9.765 degrees ! Estimated noise=2618.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.216211 Jy ! Component: 100 - total flux cleaned = 0.288564 Jy ! Component: 150 - total flux cleaned = 0.324893 Jy ! Component: 200 - total flux cleaned = 0.346156 Jy ! Total flux subtracted in 200 components = 0.346156 Jy ! Clean residual min=-0.009036 max=0.011307 Jy/beam ! Clean residual mean=0.000010 rms=0.002726 Jy/beam ! Combined flux in latest and established models = 0.346156 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.346156 Jy ! Inverting map and beam ! Estimated beam: bmin=3.447 mas, bmaj=7.969 mas, bpa=12.89 degrees ! Estimated noise=2275.32 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.0177773 Jy ! Component: 100 - total flux cleaned = 0.0284111 Jy ! Component: 150 - total flux cleaned = 0.0362816 Jy ! Component: 200 - total flux cleaned = 0.042772 Jy ! Total flux subtracted in 200 components = 0.042772 Jy ! Clean residual min=-0.006207 max=0.006485 Jy/beam ! Clean residual mean=0.000012 rms=0.001751 Jy/beam ! Combined flux in latest and established models = 0.388928 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 0.388928 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.333 mas, bmaj=10.37 mas, bpa=2.716 degrees ! Estimated noise=2795.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.008114 Jy ! Component: 100 - total flux cleaned = 0.0139317 Jy ! Component: 150 - total flux cleaned = 0.0184928 Jy ! Component: 200 - total flux cleaned = 0.0222245 Jy ! Total flux subtracted in 200 components = 0.0222245 Jy ! Clean residual min=-0.005759 max=0.004967 Jy/beam ! Clean residual mean=0.000015 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.411153 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.00307451 Jy ! Component: 100 - total flux cleaned = 0.00565397 Jy ! Component: 150 - total flux cleaned = 0.00769773 Jy ! Component: 200 - total flux cleaned = 0.00856811 Jy ! Total flux subtracted in 200 components = 0.00856811 Jy ! Clean residual min=-0.005525 max=0.004808 Jy/beam ! Clean residual mean=0.000007 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.419721 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 108 components and 0.419721 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.447 mas, bmaj=7.969 mas, bpa=12.89 degrees ! Estimated noise=2275.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000804577 Jy ! Component: 100 - total flux cleaned = -0.00080738 Jy ! Component: 150 - total flux cleaned = -0.000562208 Jy ! Component: 200 - total flux cleaned = -0.000113301 Jy ! Total flux subtracted in 200 components = -0.000113301 Jy ! Clean residual min=-0.004715 max=0.004857 Jy/beam ! Clean residual mean=0.000006 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.419607 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 128 components and 0.419607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070883Jy sigma=0.000656 ! Fit after self-cal, rms=0.070875Jy sigma=0.000656 wmodel J1014+2301_S_2017_03_23_pus_map.mod ! Writing 128 model components to file: J1014+2301_S_2017_03_23_pus_map.mod wobs J1014+2301_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1014+2301_S_2017_03_23_pus_uvs.fits wwins J1014+2301_S_2017_03_23_pus_map.win ! wwins: Wrote 4 windows to J1014+2301_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.000560038 Jy ! Component: 100 - total flux cleaned = 0.000888238 Jy ! Component: 150 - total flux cleaned = 0.000811276 Jy ! Component: 200 - total flux cleaned = 0.000886851 Jy ! Component: 250 - total flux cleaned = 0.000676548 Jy ! Component: 300 - total flux cleaned = 0.00034093 Jy ! Component: 350 - total flux cleaned = 0.000148775 Jy ! Component: 400 - total flux cleaned = -3.51541e-05 Jy ! Component: 450 - total flux cleaned = -0.00021407 Jy ! Component: 500 - total flux cleaned = -0.00027275 Jy ! Component: 550 - total flux cleaned = -0.000441421 Jy ! Component: 600 - total flux cleaned = -0.000603256 Jy ! Component: 650 - total flux cleaned = -0.000550916 Jy ! Component: 700 - total flux cleaned = -0.00060315 Jy ! Component: 750 - total flux cleaned = -0.000704105 Jy ! Component: 800 - total flux cleaned = -0.00070307 Jy ! Component: 850 - total flux cleaned = -0.000702007 Jy ! Component: 900 - total flux cleaned = -0.000559485 Jy ! Component: 950 - total flux cleaned = -0.000559424 Jy ! Component: 1000 - total flux cleaned = -0.00056019 Jy ! Component: 1050 - total flux cleaned = -0.000515062 Jy ! Component: 1100 - total flux cleaned = -0.000340258 Jy ! Component: 1150 - total flux cleaned = -0.000383241 Jy ! Component: 1200 - total flux cleaned = -0.000129108 Jy ! Component: 1250 - total flux cleaned = -0.000129317 Jy ! Component: 1300 - total flux cleaned = -6.63347e-06 Jy ! Component: 1350 - total flux cleaned = -6.91062e-06 Jy ! Component: 1400 - total flux cleaned = 0.000112365 Jy ! Component: 1450 - total flux cleaned = 0.00026937 Jy ! Component: 1500 - total flux cleaned = 0.000307533 Jy ! Component: 1550 - total flux cleaned = 0.000384037 Jy ! Component: 1600 - total flux cleaned = 0.00053373 Jy ! Component: 1650 - total flux cleaned = 0.000718396 Jy ! Component: 1700 - total flux cleaned = 0.000863876 Jy ! Component: 1750 - total flux cleaned = 0.00100719 Jy ! Component: 1800 - total flux cleaned = 0.00114895 Jy ! Component: 1850 - total flux cleaned = 0.0013236 Jy ! Component: 1900 - total flux cleaned = 0.00146157 Jy ! Component: 1950 - total flux cleaned = 0.00149609 Jy ! Component: 2000 - total flux cleaned = 0.00163119 Jy ! Component: 2050 - total flux cleaned = 0.00179701 Jy ! Component: 2100 - total flux cleaned = 0.00189519 Jy ! Component: 2150 - total flux cleaned = 0.00202462 Jy ! Component: 2200 - total flux cleaned = 0.00215208 Jy ! Component: 2250 - total flux cleaned = 0.00215191 Jy ! Component: 2300 - total flux cleaned = 0.00224593 Jy ! Component: 2350 - total flux cleaned = 0.00230769 Jy ! Component: 2400 - total flux cleaned = 0.00230747 Jy ! Component: 2450 - total flux cleaned = 0.00242832 Jy ! Component: 2500 - total flux cleaned = 0.00236799 Jy ! Component: 2550 - total flux cleaned = 0.00236809 Jy ! Component: 2600 - total flux cleaned = 0.00242663 Jy ! Component: 2650 - total flux cleaned = 0.00233948 Jy ! Component: 2700 - total flux cleaned = 0.00239713 Jy ! Component: 2750 - total flux cleaned = 0.00234046 Jy ! Component: 2800 - total flux cleaned = 0.00239722 Jy ! Component: 2850 - total flux cleaned = 0.00239713 Jy ! Component: 2900 - total flux cleaned = 0.00239745 Jy ! Component: 2950 - total flux cleaned = 0.00239767 Jy ! Component: 3000 - total flux cleaned = 0.00242497 Jy ! Component: 3050 - total flux cleaned = 0.00245192 Jy ! Component: 3100 - total flux cleaned = 0.00239803 Jy ! Component: 3150 - total flux cleaned = 0.00239801 Jy ! Component: 3200 - total flux cleaned = 0.00242464 Jy ! Component: 3250 - total flux cleaned = 0.00245099 Jy ! Component: 3300 - total flux cleaned = 0.00247698 Jy ! Component: 3350 - total flux cleaned = 0.00245131 Jy ! Component: 3400 - total flux cleaned = 0.00258024 Jy ! Component: 3450 - total flux cleaned = 0.00268268 Jy ! Component: 3500 - total flux cleaned = 0.00275903 Jy ! Component: 3550 - total flux cleaned = 0.00283461 Jy ! Component: 3600 - total flux cleaned = 0.00283456 Jy ! Component: 3650 - total flux cleaned = 0.00288459 Jy ! Component: 3700 - total flux cleaned = 0.00295913 Jy ! Component: 3750 - total flux cleaned = 0.00300854 Jy ! Component: 3800 - total flux cleaned = 0.00305787 Jy ! Component: 3850 - total flux cleaned = 0.00313113 Jy ! Component: 3900 - total flux cleaned = 0.00320419 Jy ! Component: 3950 - total flux cleaned = 0.00330086 Jy ! Component: 4000 - total flux cleaned = 0.00332491 Jy ! Component: 4050 - total flux cleaned = 0.0034206 Jy ! Total flux subtracted in 4096 components = 0.00353957 Jy ! Clean residual min=-0.001188 max=0.001398 Jy/beam ! Clean residual mean=0.000000 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.423147 Jy keep ! Adding 229 model components to the UV plane model. ! The established model now contains 357 components and 0.423147 Jy ![Exited script file: muppet] wmap "J1014+2301_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.447 x 7.969 at 12.89 degrees (North through East) ! Clean map min=-0.0031749 max=0.29119 Jy/beam ! Writing clean map to FITS file: J1014+2301_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.291188 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000403113 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.415312 0.415312 0.830623 1.66125 3.32249 6.64498 13.29 26.5799 53.1599 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.291 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.447 x 7.969 at 12.89 degrees (North through East) ! Clean map min=-0.0031749 max=0.29119 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 J1014+2301_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:55:58 2019