! Started logfile: J2152+1734_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:23:19 2019 obs J2152+1734_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J2152+1734_S_2017_01_16_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.634259 visibilities/baseline/integration-bin. ! Found source: J2152+1734 ! ! 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 622 lines of history. ! ! Reading 2740 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 J2152+1734_S_2017_01_16_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 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.714044Jy sigma=0.005241 ! Fit after self-cal, rms=0.711055Jy sigma=0.005213 ! 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.528 mas, bmaj=7.736 mas, bpa=19.22 degrees ! Estimated noise=2180.83 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.266706 Jy ! Component: 100 - total flux cleaned = 0.361919 Jy ! Total flux subtracted in 100 components = 0.361919 Jy ! Clean residual min=-0.018700 max=0.042999 Jy/beam ! Clean residual mean=-0.000026 rms=0.006275 Jy/beam ! Combined flux in latest and established models = 0.361919 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.361919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.275936Jy sigma=0.001107 ! Fit after self-cal, rms=0.275412Jy sigma=0.001096 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0496765 Jy ! Component: 100 - total flux cleaned = 0.0747569 Jy ! Total flux subtracted in 100 components = 0.0747569 Jy ! Clean residual min=-0.014441 max=0.017056 Jy/beam ! Clean residual mean=0.000009 rms=0.004211 Jy/beam ! Combined flux in latest and established models = 0.436676 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.436676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.270105Jy sigma=0.000934 ! Fit after self-cal, rms=0.269926Jy sigma=0.000931 ! 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.173 mas, bmaj=8.644 mas, bpa=19.1 degrees ! Estimated noise=1868.06 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.00900345 Jy ! Component: 100 - total flux cleaned = 0.0108167 Jy ! Component: 150 - total flux cleaned = 0.0114212 Jy ! Component: 200 - total flux cleaned = 0.011768 Jy ! Total flux subtracted in 200 components = 0.011768 Jy ! Clean residual min=-0.016110 max=0.019446 Jy/beam ! Clean residual mean=0.000043 rms=0.005321 Jy/beam ! Combined flux in latest and established models = 0.448444 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.448444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.269705Jy sigma=0.000917 ! Fit after self-cal, rms=0.269714Jy sigma=0.000916 ! 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.04 FD 0.92 HN 0.93 KP 0.95 ! LA 0.94 MK 1.00* NL 0.89 OV 0.92 ! PT 1.37 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.96 HN 0.97 KP 0.92 ! LA 0.92 MK 1.00* NL 0.98 OV 0.96 ! PT 1.38 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.96 HN 0.96 KP 0.96 ! LA 0.95 MK 1.00* NL 0.97 OV 0.86 ! PT 1.34 SC 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.03 KP 1.00* ! LA 0.91 MK 1.00* NL 1.00* OV 0.89 ! PT 1.43 SC 1.19 ! ! ! Fit before self-cal, rms=0.269714Jy sigma=0.000916 ! Fit after self-cal, rms=0.286349Jy sigma=0.000802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.15 mas, bmaj=8.609 mas, bpa=18.6 degrees ! Estimated noise=1833.35 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.00181487 Jy ! Component: 100 - total flux cleaned = -0.00279321 Jy ! Component: 150 - total flux cleaned = -0.00316761 Jy ! Component: 200 - total flux cleaned = -0.00357291 Jy ! Total flux subtracted in 200 components = -0.00357291 Jy ! Clean residual min=-0.012388 max=0.015383 Jy/beam ! Clean residual mean=0.000106 rms=0.003784 Jy/beam ! Combined flux in latest and established models = 0.444871 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 39 components and 0.444871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286148Jy sigma=0.000799 ! Fit after self-cal, rms=0.286307Jy sigma=0.000799 ! 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.286307Jy sigma=0.000799 ! Fit after self-cal, rms=0.203973Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=8.58 mas, bpa=18.47 degrees ! Estimated noise=1834.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00284417 Jy ! Component: 100 - total flux cleaned = 0.00292699 Jy ! Component: 150 - total flux cleaned = 0.00299536 Jy ! Component: 200 - total flux cleaned = 0.00304685 Jy ! Total flux subtracted in 200 components = 0.00304685 Jy ! Clean residual min=-0.004889 max=0.005774 Jy/beam ! Clean residual mean=0.000015 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.447918 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 49 components and 0.447918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203982Jy sigma=0.000651 ! Fit after self-cal, rms=0.203108Jy sigma=0.000650 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.000125358 Jy ! Component: 100 - total flux cleaned = -8.28818e-05 Jy ! Component: 150 - total flux cleaned = -4.3258e-05 Jy ! Component: 200 - total flux cleaned = 2.87592e-05 Jy ! Total flux subtracted in 200 components = 2.87592e-05 Jy ! Clean residual min=-0.004965 max=0.005555 Jy/beam ! Clean residual mean=0.000015 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.447946 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 55 components and 0.447946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203087Jy sigma=0.000650 ! Fit after self-cal, rms=0.203094Jy sigma=0.000650 ! 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.203094Jy sigma=0.000650 ! Fit after self-cal, rms=0.198565Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=8.564 mas, bpa=18.32 degrees ! Estimated noise=1832.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799865 Jy ! Component: 100 - total flux cleaned = 0.000849794 Jy ! Component: 150 - total flux cleaned = 0.000935603 Jy ! Component: 200 - total flux cleaned = 0.000975421 Jy ! Total flux subtracted in 200 components = 0.000975421 Jy ! Clean residual min=-0.005043 max=0.005401 Jy/beam ! Clean residual mean=0.000009 rms=0.001402 Jy/beam ! Combined flux in latest and established models = 0.448922 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.448922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198547Jy sigma=0.000649 ! Fit after self-cal, rms=0.198519Jy sigma=0.000649 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.16976e-06 Jy ! Component: 100 - total flux cleaned = 4.0125e-05 Jy ! Component: 150 - total flux cleaned = 7.09426e-06 Jy ! Component: 200 - total flux cleaned = 7.66044e-06 Jy ! Total flux subtracted in 200 components = 7.66044e-06 Jy ! Clean residual min=-0.005019 max=0.005429 Jy/beam ! Clean residual mean=0.000010 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.448929 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.448929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198507Jy sigma=0.000649 ! Fit after self-cal, rms=0.198510Jy sigma=0.000649 ! 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.198510Jy sigma=0.000649 ! Fit after self-cal, rms=0.198898Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.806 mas, bmaj=10.27 mas, bpa=7.62 degrees ! Estimated noise=2210.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137578 Jy ! Component: 100 - total flux cleaned = 0.00148175 Jy ! Component: 150 - total flux cleaned = 0.00154305 Jy ! Component: 200 - total flux cleaned = 0.00157083 Jy ! Total flux subtracted in 200 components = 0.00157083 Jy ! Clean residual min=-0.005443 max=0.007047 Jy/beam ! Clean residual mean=0.000018 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.4505 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 68 components and 0.4505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198976Jy sigma=0.000648 ! Fit after self-cal, rms=0.198946Jy sigma=0.000648 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.42905e-05 Jy ! Component: 100 - total flux cleaned = -1.36997e-05 Jy ! Component: 150 - total flux cleaned = 1.14218e-05 Jy ! Component: 200 - total flux cleaned = 1.10715e-05 Jy ! Total flux subtracted in 200 components = 1.10715e-05 Jy ! Clean residual min=-0.005463 max=0.007056 Jy/beam ! Clean residual mean=0.000019 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.450511 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.450511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198980Jy sigma=0.000648 ! Fit after self-cal, rms=0.198970Jy sigma=0.000648 ! 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.142 mas, bmaj=8.554 mas, bpa=18.21 degrees ! Estimated noise=1831.55 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.142 x 8.554 at 18.21 degrees (North through East) ! Clean map min=-0.0048631 max=0.34173 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.53 mas, bmaj=7.703 mas, bpa=18.61 degrees ! Estimated noise=2101.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.257438 Jy ! Component: 100 - total flux cleaned = 0.354395 Jy ! Component: 150 - total flux cleaned = 0.401543 Jy ! Component: 200 - total flux cleaned = 0.425088 Jy ! Total flux subtracted in 200 components = 0.425088 Jy ! Clean residual min=-0.007940 max=0.010761 Jy/beam ! Clean residual mean=-0.000007 rms=0.001880 Jy/beam ! Combined flux in latest and established models = 0.425088 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.425088 Jy ! Inverting map and beam ! Estimated beam: bmin=4.142 mas, bmaj=8.554 mas, bpa=18.21 degrees ! Estimated noise=1831.55 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.0132721 Jy ! Component: 100 - total flux cleaned = 0.0190039 Jy ! Component: 150 - total flux cleaned = 0.0221223 Jy ! Component: 200 - total flux cleaned = 0.0228354 Jy ! Total flux subtracted in 200 components = 0.0228354 Jy ! Clean residual min=-0.005185 max=0.005650 Jy/beam ! Clean residual mean=0.000009 rms=0.001457 Jy/beam ! Combined flux in latest and established models = 0.447923 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 29 components and 0.447923 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.806 mas, bmaj=10.27 mas, bpa=7.62 degrees ! Estimated noise=2210.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155196 Jy ! Component: 100 - total flux cleaned = 0.00160325 Jy ! Component: 150 - total flux cleaned = 0.00164652 Jy ! Component: 200 - total flux cleaned = 0.00164363 Jy ! Total flux subtracted in 200 components = 0.00164363 Jy ! Clean residual min=-0.005750 max=0.007250 Jy/beam ! Clean residual mean=0.000019 rms=0.001910 Jy/beam ! Combined flux in latest and established models = 0.449567 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.45394e-06 Jy ! Component: 100 - total flux cleaned = -2.2273e-06 Jy ! Component: 150 - total flux cleaned = 2.90836e-05 Jy ! Component: 200 - total flux cleaned = 2.97e-05 Jy ! Total flux subtracted in 200 components = 2.97e-05 Jy ! Clean residual min=-0.005701 max=0.007210 Jy/beam ! Clean residual mean=0.000019 rms=0.001904 Jy/beam ! Combined flux in latest and established models = 0.449597 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 41 components and 0.449597 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.142 mas, bmaj=8.554 mas, bpa=18.21 degrees ! Estimated noise=1831.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106179 Jy ! Component: 100 - total flux cleaned = -0.00133774 Jy ! Component: 150 - total flux cleaned = -0.00139562 Jy ! Component: 200 - total flux cleaned = -0.00139549 Jy ! Total flux subtracted in 200 components = -0.00139549 Jy ! Clean residual min=-0.004945 max=0.005402 Jy/beam ! Clean residual mean=0.000010 rms=0.001416 Jy/beam ! Combined flux in latest and established models = 0.448201 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.448201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198973Jy sigma=0.000650 ! Fit after self-cal, rms=0.198963Jy sigma=0.000649 wmodel J2152+1734_S_2017_01_16_pus_map.mod ! Writing 52 model components to file: J2152+1734_S_2017_01_16_pus_map.mod wobs J2152+1734_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J2152+1734_S_2017_01_16_pus_uvs.fits wwins J2152+1734_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J2152+1734_S_2017_01_16_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.00159693 Jy ! Component: 100 - total flux cleaned = 0.0026911 Jy ! Component: 150 - total flux cleaned = 0.00338416 Jy ! Component: 200 - total flux cleaned = 0.00404731 Jy ! Component: 250 - total flux cleaned = 0.00460513 Jy ! Component: 300 - total flux cleaned = 0.00521921 Jy ! Component: 350 - total flux cleaned = 0.00544136 Jy ! Component: 400 - total flux cleaned = 0.00580664 Jy ! Component: 450 - total flux cleaned = 0.00609031 Jy ! Component: 500 - total flux cleaned = 0.00622835 Jy ! Component: 550 - total flux cleaned = 0.00629668 Jy ! Component: 600 - total flux cleaned = 0.00649517 Jy ! Component: 650 - total flux cleaned = 0.00675332 Jy ! Component: 700 - total flux cleaned = 0.00681801 Jy ! Component: 750 - total flux cleaned = 0.00700486 Jy ! Component: 800 - total flux cleaned = 0.00718748 Jy ! Component: 850 - total flux cleaned = 0.00736525 Jy ! Component: 900 - total flux cleaned = 0.00748288 Jy ! Component: 950 - total flux cleaned = 0.00765589 Jy ! Component: 1000 - total flux cleaned = 0.00776947 Jy ! Component: 1050 - total flux cleaned = 0.00804933 Jy ! Component: 1100 - total flux cleaned = 0.00793986 Jy ! Component: 1150 - total flux cleaned = 0.00804922 Jy ! Component: 1200 - total flux cleaned = 0.00820921 Jy ! Component: 1250 - total flux cleaned = 0.00810428 Jy ! Component: 1300 - total flux cleaned = 0.00826013 Jy ! Component: 1350 - total flux cleaned = 0.0081058 Jy ! Component: 1400 - total flux cleaned = 0.00815652 Jy ! Component: 1450 - total flux cleaned = 0.0080562 Jy ! Component: 1500 - total flux cleaned = 0.00790796 Jy ! Component: 1550 - total flux cleaned = 0.00771364 Jy ! Component: 1600 - total flux cleaned = 0.0076171 Jy ! Component: 1650 - total flux cleaned = 0.00747278 Jy ! Component: 1700 - total flux cleaned = 0.00700148 Jy ! Component: 1750 - total flux cleaned = 0.00676902 Jy ! Component: 1800 - total flux cleaned = 0.00672284 Jy ! Component: 1850 - total flux cleaned = 0.0064491 Jy ! Component: 1900 - total flux cleaned = 0.0062686 Jy ! Component: 1950 - total flux cleaned = 0.00591198 Jy ! Component: 2000 - total flux cleaned = 0.00582363 Jy ! Component: 2050 - total flux cleaned = 0.00547363 Jy ! Component: 2100 - total flux cleaned = 0.00538666 Jy ! Component: 2150 - total flux cleaned = 0.00521558 Jy ! Component: 2200 - total flux cleaned = 0.00491803 Jy ! Component: 2250 - total flux cleaned = 0.0048344 Jy ! Component: 2300 - total flux cleaned = 0.00466777 Jy ! Component: 2350 - total flux cleaned = 0.00466772 Jy ! Component: 2400 - total flux cleaned = 0.0045038 Jy ! Component: 2450 - total flux cleaned = 0.00470681 Jy ! Component: 2500 - total flux cleaned = 0.00458514 Jy ! Component: 2550 - total flux cleaned = 0.00446525 Jy ! Component: 2600 - total flux cleaned = 0.00458412 Jy ! Component: 2650 - total flux cleaned = 0.00426988 Jy ! Component: 2700 - total flux cleaned = 0.00446486 Jy ! Component: 2750 - total flux cleaned = 0.00438778 Jy ! Component: 2800 - total flux cleaned = 0.00438744 Jy ! Component: 2850 - total flux cleaned = 0.00419767 Jy ! Component: 2900 - total flux cleaned = 0.00419828 Jy ! Component: 2950 - total flux cleaned = 0.00419842 Jy ! Component: 3000 - total flux cleaned = 0.0042728 Jy ! Component: 3050 - total flux cleaned = 0.00430998 Jy ! Component: 3100 - total flux cleaned = 0.0041636 Jy ! Component: 3150 - total flux cleaned = 0.00412782 Jy ! Component: 3200 - total flux cleaned = 0.00412767 Jy ! Component: 3250 - total flux cleaned = 0.0040203 Jy ! Component: 3300 - total flux cleaned = 0.00387795 Jy ! Component: 3350 - total flux cleaned = 0.00384251 Jy ! Component: 3400 - total flux cleaned = 0.00370246 Jy ! Component: 3450 - total flux cleaned = 0.0034935 Jy ! Component: 3500 - total flux cleaned = 0.00342431 Jy ! Component: 3550 - total flux cleaned = 0.00345903 Jy ! Component: 3600 - total flux cleaned = 0.00325447 Jy ! Component: 3650 - total flux cleaned = 0.0031525 Jy ! Component: 3700 - total flux cleaned = 0.00318617 Jy ! Component: 3750 - total flux cleaned = 0.00295151 Jy ! Component: 3800 - total flux cleaned = 0.00305148 Jy ! Component: 3850 - total flux cleaned = 0.00298515 Jy ! Component: 3900 - total flux cleaned = 0.00275475 Jy ! Component: 3950 - total flux cleaned = 0.00282041 Jy ! Component: 4000 - total flux cleaned = 0.0026579 Jy ! Component: 4050 - total flux cleaned = 0.00265817 Jy ! Total flux subtracted in 4096 components = 0.00246572 Jy ! Clean residual min=-0.002171 max=0.001857 Jy/beam ! Clean residual mean=0.000003 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.450667 Jy keep ! Adding 330 model components to the UV plane model. ! The established model now contains 382 components and 0.450667 Jy ![Exited script file: muppet] wmap "J2152+1734_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.142 x 8.554 at 18.21 degrees (North through East) ! Clean map min=-0.0038561 max=0.34221 Jy/beam ! Writing clean map to FITS file: J2152+1734_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.342207 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000621176 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.544562 0.544562 1.08912 2.17825 4.35649 8.71298 17.426 34.8519 69.7039 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.342 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.142 x 8.554 at 18.21 degrees (North through East) ! Clean map min=-0.0038561 max=0.34221 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 J2152+1734_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:23:24 2019