! Started logfile: J1151-1723_S_2017_06_10_pus_uvs.log on Mon May 6 14:52:17 2019 obs J1151-1723_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1151-1723_S_2017_06_10_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.590643 visibilities/baseline/integration-bin. ! Found source: J1151-1723 ! ! 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 1154 lines of history. ! ! Reading 8080 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 J1151-1723_S_2017_06_10_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 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 173 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 652 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.750584Jy sigma=0.005785 ! Fit after self-cal, rms=0.700779Jy sigma=0.005402 ! 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.31 mas, bmaj=7.445 mas, bpa=6.556 degrees ! Estimated noise=1525.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.245935 Jy ! Component: 100 - total flux cleaned = 0.365493 Jy ! Total flux subtracted in 100 components = 0.365493 Jy ! Clean residual min=-0.041880 max=0.098446 Jy/beam ! Clean residual mean=-0.000371 rms=0.015123 Jy/beam ! Combined flux in latest and established models = 0.365493 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.365493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.223998Jy sigma=0.001773 ! Fit after self-cal, rms=0.220598Jy sigma=0.001749 ! Inverting map ! Added new window around map position (-6, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102538 Jy ! Component: 100 - total flux cleaned = 0.166896 Jy ! Total flux subtracted in 100 components = 0.166896 Jy ! Clean residual min=-0.027276 max=0.045141 Jy/beam ! Clean residual mean=-0.000187 rms=0.008460 Jy/beam ! Combined flux in latest and established models = 0.532388 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.532388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146634Jy sigma=0.001133 ! Fit after self-cal, rms=0.141302Jy sigma=0.001091 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0525637 Jy ! Component: 100 - total flux cleaned = 0.0870657 Jy ! Total flux subtracted in 100 components = 0.0870657 Jy ! Clean residual min=-0.018508 max=0.026825 Jy/beam ! Clean residual mean=-0.000088 rms=0.004903 Jy/beam ! Combined flux in latest and established models = 0.619454 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.619454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112857Jy sigma=0.000848 ! Fit after self-cal, rms=0.111755Jy sigma=0.000839 ! 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.902 mas, bmaj=9.284 mas, bpa=8.316 degrees ! Estimated noise=1188.1 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.0334504 Jy ! Component: 100 - total flux cleaned = 0.0525641 Jy ! Component: 150 - total flux cleaned = 0.0633934 Jy ! Component: 200 - total flux cleaned = 0.0657753 Jy ! Total flux subtracted in 200 components = 0.0657753 Jy ! Clean residual min=-0.012756 max=0.016439 Jy/beam ! Clean residual mean=-0.000026 rms=0.003282 Jy/beam ! Combined flux in latest and established models = 0.685229 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 63 components and 0.685229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100910Jy sigma=0.000750 ! Fit after self-cal, rms=0.100510Jy sigma=0.000746 ! 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.91 HN 0.99 KP 1.02 ! LA 1.01 MK 1.00* NL 0.90 OV 1.03 ! PT 1.04 SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.02 KP 0.99 ! LA 0.97 MK 1.00* NL 1.11 OV 1.05 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00 KP 0.98 ! LA 0.98 MK 1.07 NL 1.15 OV 0.96 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 4. ! A total of 108 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.100510Jy sigma=0.000746 ! Fit after self-cal, rms=0.094221Jy sigma=0.000704 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=9.37 mas, bpa=10.05 degrees ! Estimated noise=1184 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.000830003 Jy ! Component: 100 - total flux cleaned = -0.00127901 Jy ! Component: 150 - total flux cleaned = -0.0014709 Jy ! Component: 200 - total flux cleaned = -0.00165416 Jy ! Total flux subtracted in 200 components = -0.00165416 Jy ! Clean residual min=-0.008331 max=0.011028 Jy/beam ! Clean residual mean=0.000054 rms=0.002355 Jy/beam ! Combined flux in latest and established models = 0.683575 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 76 components and 0.683575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093076Jy sigma=0.000696 ! Fit after self-cal, rms=0.093031Jy sigma=0.000696 ! 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.093031Jy sigma=0.000696 ! Fit after self-cal, rms=0.092515Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=9.363 mas, bpa=9.823 degrees ! Estimated noise=1180.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000724451 Jy ! Component: 100 - total flux cleaned = -0.000724004 Jy ! Component: 150 - total flux cleaned = -0.000719139 Jy ! Component: 200 - total flux cleaned = -0.00072219 Jy ! Total flux subtracted in 200 components = -0.00072219 Jy ! Clean residual min=-0.004451 max=0.008624 Jy/beam ! Clean residual mean=0.000003 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.682853 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 87 components and 0.682853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092117Jy sigma=0.000673 ! Fit after self-cal, rms=0.092160Jy sigma=0.000673 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 (5.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00455942 Jy ! Component: 100 - total flux cleaned = 0.00407869 Jy ! Component: 150 - total flux cleaned = 0.00394646 Jy ! Component: 200 - total flux cleaned = 0.00383164 Jy ! Total flux subtracted in 200 components = 0.00383164 Jy ! Clean residual min=-0.004158 max=0.004539 Jy/beam ! Clean residual mean=0.000012 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 0.686684 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.686684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091365Jy sigma=0.000669 ! Fit after self-cal, rms=0.091328Jy sigma=0.000668 ! Inverting map ! Added new window around map position (-13, -82.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00336259 Jy ! Component: 100 - total flux cleaned = 0.0034756 Jy ! Component: 150 - total flux cleaned = 0.00347478 Jy ! Component: 200 - total flux cleaned = 0.00347234 Jy ! Total flux subtracted in 200 components = 0.00347234 Jy ! Clean residual min=-0.003777 max=0.004100 Jy/beam ! Clean residual mean=0.000013 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.690157 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 119 components and 0.690157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090962Jy sigma=0.000666 ! Fit after self-cal, rms=0.090951Jy sigma=0.000666 ! 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.090951Jy sigma=0.000666 ! Fit after self-cal, rms=0.089791Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.843 mas, bmaj=9.3 mas, bpa=9.945 degrees ! Estimated noise=1172.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212671 Jy ! Component: 100 - total flux cleaned = 0.00212752 Jy ! Component: 150 - total flux cleaned = 0.00227992 Jy ! Component: 200 - total flux cleaned = 0.00235271 Jy ! Total flux subtracted in 200 components = 0.00235271 Jy ! Clean residual min=-0.003525 max=0.003187 Jy/beam ! Clean residual mean=0.000014 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.692509 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 135 components and 0.692509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089601Jy sigma=0.000664 ! Fit after self-cal, rms=0.089590Jy sigma=0.000664 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.000312221 Jy ! Component: 100 - total flux cleaned = 0.000314835 Jy ! Component: 150 - total flux cleaned = 0.000188639 Jy ! Component: 200 - total flux cleaned = 0.000127472 Jy ! Total flux subtracted in 200 components = 0.000127472 Jy ! Clean residual min=-0.003463 max=0.002998 Jy/beam ! Clean residual mean=0.000014 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.692637 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 144 components and 0.692637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089488Jy sigma=0.000664 ! Fit after self-cal, rms=0.089484Jy sigma=0.000664 ! 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.089484Jy sigma=0.000664 ! Fit after self-cal, rms=0.089226Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.435 mas, bmaj=15.74 mas, bpa=0.6398 degrees ! Estimated noise=1429.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010978 Jy ! Component: 100 - total flux cleaned = 0.00109641 Jy ! Component: 150 - total flux cleaned = 0.00115176 Jy ! Component: 200 - total flux cleaned = 0.00115247 Jy ! Total flux subtracted in 200 components = 0.00115247 Jy ! Clean residual min=-0.002980 max=0.002814 Jy/beam ! Clean residual mean=0.000020 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.693789 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 158 components and 0.693789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089199Jy sigma=0.000664 ! Fit after self-cal, rms=0.089198Jy sigma=0.000664 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.00018134 Jy ! Component: 100 - total flux cleaned = 0.000230202 Jy ! Component: 150 - total flux cleaned = 0.000208796 Jy ! Component: 200 - total flux cleaned = 0.000189276 Jy ! Total flux subtracted in 200 components = 0.000189276 Jy ! Clean residual min=-0.002872 max=0.002841 Jy/beam ! Clean residual mean=0.000020 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.693979 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 168 components and 0.693979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089184Jy sigma=0.000663 ! Fit after self-cal, rms=0.089183Jy sigma=0.000663 ! 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.838 mas, bmaj=9.279 mas, bpa=10.06 degrees ! Estimated noise=1169.6 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.838 x 9.279 at 10.06 degrees (North through East) ! Clean map min=-0.0031672 max=0.30959 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.274 mas, bmaj=7.495 mas, bpa=8.705 degrees ! Estimated noise=1488.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.247029 Jy ! Component: 100 - total flux cleaned = 0.382927 Jy ! Component: 150 - total flux cleaned = 0.471364 Jy ! Component: 200 - total flux cleaned = 0.533114 Jy ! Total flux subtracted in 200 components = 0.533114 Jy ! Clean residual min=-0.017601 max=0.034481 Jy/beam ! Clean residual mean=-0.000158 rms=0.006755 Jy/beam ! Combined flux in latest and established models = 0.533114 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.533114 Jy ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=9.279 mas, bpa=10.06 degrees ! Estimated noise=1169.6 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.0589798 Jy ! Component: 100 - total flux cleaned = 0.0948359 Jy ! Component: 150 - total flux cleaned = 0.117589 Jy ! Component: 200 - total flux cleaned = 0.132314 Jy ! Total flux subtracted in 200 components = 0.132314 Jy ! Clean residual min=-0.005856 max=0.008587 Jy/beam ! Clean residual mean=-0.000040 rms=0.001847 Jy/beam ! Combined flux in latest and established models = 0.665428 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 81 components and 0.665428 Jy ! Inverting map ! Added new window around map position (-91.5, -85). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100967 Jy ! Component: 100 - total flux cleaned = 0.0173376 Jy ! Component: 150 - total flux cleaned = 0.0227196 Jy ! Component: 200 - total flux cleaned = 0.0259301 Jy ! Total flux subtracted in 200 components = 0.0259301 Jy ! Clean residual min=-0.003961 max=0.004694 Jy/beam ! Clean residual mean=0.000004 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.691358 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 111 components and 0.691358 Jy ! Inverting map ! Added new window around map position (-122.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343334 Jy ! Component: 100 - total flux cleaned = 0.00463129 Jy ! Component: 150 - total flux cleaned = 0.00556427 Jy ! Component: 200 - total flux cleaned = 0.00603716 Jy ! Total flux subtracted in 200 components = 0.00603716 Jy ! Clean residual min=-0.003210 max=0.002780 Jy/beam ! Clean residual mean=0.000009 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.697395 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 137 components and 0.697395 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.435 mas, bmaj=15.74 mas, bpa=0.6398 degrees ! Estimated noise=1429.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.26694e-05 Jy ! Component: 100 - total flux cleaned = 0.000156929 Jy ! Component: 150 - total flux cleaned = 9.94989e-05 Jy ! Component: 200 - total flux cleaned = 0.000100183 Jy ! Total flux subtracted in 200 components = 0.000100183 Jy ! Clean residual min=-0.003479 max=0.002947 Jy/beam ! Clean residual mean=0.000021 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.697495 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 = -4.5731e-05 Jy ! Component: 100 - total flux cleaned = -1.47389e-06 Jy ! Component: 150 - total flux cleaned = -4.2142e-05 Jy ! Component: 200 - total flux cleaned = -8.04271e-05 Jy ! Total flux subtracted in 200 components = -8.04271e-05 Jy ! Clean residual min=-0.003301 max=0.002798 Jy/beam ! Clean residual mean=0.000023 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.697415 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 175 components and 0.697415 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=9.279 mas, bpa=10.06 degrees ! Estimated noise=1169.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000447621 Jy ! Component: 100 - total flux cleaned = -0.000740039 Jy ! Component: 150 - total flux cleaned = -0.000874261 Jy ! Component: 200 - total flux cleaned = -0.000873745 Jy ! Total flux subtracted in 200 components = -0.000873745 Jy ! Clean residual min=-0.002928 max=0.002661 Jy/beam ! Clean residual mean=0.000013 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.696541 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 193 components and 0.696541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089036Jy sigma=0.000662 ! Fit after self-cal, rms=0.088771Jy sigma=0.000661 wmodel J1151-1723_S_2017_06_10_pus_map.mod ! Writing 193 model components to file: J1151-1723_S_2017_06_10_pus_map.mod wobs J1151-1723_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1151-1723_S_2017_06_10_pus_uvs.fits wwins J1151-1723_S_2017_06_10_pus_map.win ! wwins: Wrote 6 windows to J1151-1723_S_2017_06_10_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.000855566 Jy ! Component: 100 - total flux cleaned = -0.000990271 Jy ! Component: 150 - total flux cleaned = -0.00107619 Jy ! Component: 200 - total flux cleaned = -0.00119629 Jy ! Component: 250 - total flux cleaned = -0.00134729 Jy ! Component: 300 - total flux cleaned = -0.0015275 Jy ! Component: 350 - total flux cleaned = -0.00159666 Jy ! Component: 400 - total flux cleaned = -0.00163061 Jy ! Component: 450 - total flux cleaned = -0.00156614 Jy ! Component: 500 - total flux cleaned = -0.00150258 Jy ! Component: 550 - total flux cleaned = -0.00131901 Jy ! Component: 600 - total flux cleaned = -0.00123075 Jy ! Component: 650 - total flux cleaned = -0.00105856 Jy ! Component: 700 - total flux cleaned = -0.000891055 Jy ! Component: 750 - total flux cleaned = -0.000700054 Jy ! Component: 800 - total flux cleaned = -0.000673622 Jy ! Component: 850 - total flux cleaned = -0.000620621 Jy ! Component: 900 - total flux cleaned = -0.000621129 Jy ! Component: 950 - total flux cleaned = -0.000595542 Jy ! Component: 1000 - total flux cleaned = -0.000570663 Jy ! Component: 1050 - total flux cleaned = -0.000595404 Jy ! Component: 1100 - total flux cleaned = -0.000619384 Jy ! Component: 1150 - total flux cleaned = -0.000596293 Jy ! Component: 1200 - total flux cleaned = -0.000642766 Jy ! Component: 1250 - total flux cleaned = -0.000687851 Jy ! Component: 1300 - total flux cleaned = -0.000754796 Jy ! Component: 1350 - total flux cleaned = -0.000798409 Jy ! Component: 1400 - total flux cleaned = -0.000820316 Jy ! Component: 1450 - total flux cleaned = -0.000841348 Jy ! Component: 1500 - total flux cleaned = -0.000904165 Jy ! Component: 1550 - total flux cleaned = -0.000904352 Jy ! Component: 1600 - total flux cleaned = -0.000986274 Jy ! Component: 1650 - total flux cleaned = -0.00106684 Jy ! Component: 1700 - total flux cleaned = -0.00112644 Jy ! Component: 1750 - total flux cleaned = -0.0011463 Jy ! Component: 1800 - total flux cleaned = -0.00124333 Jy ! Component: 1850 - total flux cleaned = -0.00126253 Jy ! Component: 1900 - total flux cleaned = -0.00131934 Jy ! Component: 1950 - total flux cleaned = -0.00135679 Jy ! Component: 2000 - total flux cleaned = -0.0014491 Jy ! Component: 2050 - total flux cleaned = -0.00148531 Jy ! Component: 2100 - total flux cleaned = -0.00150343 Jy ! Component: 2150 - total flux cleaned = -0.00157481 Jy ! Component: 2200 - total flux cleaned = -0.00162766 Jy ! Component: 2250 - total flux cleaned = -0.00167992 Jy ! Component: 2300 - total flux cleaned = -0.00174912 Jy ! Component: 2350 - total flux cleaned = -0.00185134 Jy ! Component: 2400 - total flux cleaned = -0.00185149 Jy ! Component: 2450 - total flux cleaned = -0.00188534 Jy ! Component: 2500 - total flux cleaned = -0.00196824 Jy ! Component: 2550 - total flux cleaned = -0.00196829 Jy ! Component: 2600 - total flux cleaned = -0.00203333 Jy ! Component: 2650 - total flux cleaned = -0.00201714 Jy ! Component: 2700 - total flux cleaned = -0.00209703 Jy ! Component: 2750 - total flux cleaned = -0.00211271 Jy ! Component: 2800 - total flux cleaned = -0.00219112 Jy ! Component: 2850 - total flux cleaned = -0.00220653 Jy ! Component: 2900 - total flux cleaned = -0.0022838 Jy ! Component: 2950 - total flux cleaned = -0.00229915 Jy ! Component: 3000 - total flux cleaned = -0.00239054 Jy ! Component: 3050 - total flux cleaned = -0.00243579 Jy ! Component: 3100 - total flux cleaned = -0.0025257 Jy ! Component: 3150 - total flux cleaned = -0.00258508 Jy ! Component: 3200 - total flux cleaned = -0.00265888 Jy ! Component: 3250 - total flux cleaned = -0.0026881 Jy ! Component: 3300 - total flux cleaned = -0.00274648 Jy ! Component: 3350 - total flux cleaned = -0.00281863 Jy ! Component: 3400 - total flux cleaned = -0.00293338 Jy ! Component: 3450 - total flux cleaned = -0.00297616 Jy ! Component: 3500 - total flux cleaned = -0.00301869 Jy ! Component: 3550 - total flux cleaned = -0.00315961 Jy ! Component: 3600 - total flux cleaned = -0.00322957 Jy ! Component: 3650 - total flux cleaned = -0.00328535 Jy ! Component: 3700 - total flux cleaned = -0.0033545 Jy ! Component: 3750 - total flux cleaned = -0.00338211 Jy ! Component: 3800 - total flux cleaned = -0.00346422 Jy ! Component: 3850 - total flux cleaned = -0.0035187 Jy ! Component: 3900 - total flux cleaned = -0.00361352 Jy ! Component: 3950 - total flux cleaned = -0.00368097 Jy ! Component: 4000 - total flux cleaned = -0.00373445 Jy ! Component: 4050 - total flux cleaned = -0.00382748 Jy ! Total flux subtracted in 4096 components = -0.00392014 Jy ! Clean residual min=-0.000984 max=0.000701 Jy/beam ! Clean residual mean=0.000002 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.692621 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 439 components and 0.692621 Jy ![Exited script file: muppet] wmap "J1151-1723_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.838 x 9.279 at 10.06 degrees (North through East) ! Clean map min=-0.0016062 max=0.30639 Jy/beam ! Writing clean map to FITS file: J1151-1723_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.306388 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224986 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.220295 0.220295 0.44059 0.88118 1.76236 3.52472 7.04944 14.0989 28.1978 56.3955 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.306 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.838 x 9.279 at 10.06 degrees (North through East) ! Clean map min=-0.0016062 max=0.30639 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 J1151-1723_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:52:22 2019