! Started logfile: J0614-2536_S_2017_08_05_pus_uvs.log on Thu May 9 19:22:23 2019 obs J0614-2536_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0614-2536_S_2017_08_05_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.763636 visibilities/baseline/integration-bin. ! Found source: J0614-2536 ! ! 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 513 lines of history. ! ! Reading 7560 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 J0614-2536_S_2017_08_05_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 430 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.778051Jy sigma=0.005642 ! Fit after self-cal, rms=0.766854Jy sigma=0.005568 ! 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.381 mas, bmaj=6.984 mas, bpa=-6.111 degrees ! Estimated noise=1774.64 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.177248 Jy ! Component: 100 - total flux cleaned = 0.221828 Jy ! Total flux subtracted in 100 components = 0.221828 Jy ! Clean residual min=-0.012903 max=0.025817 Jy/beam ! Clean residual mean=-0.000057 rms=0.004221 Jy/beam ! Combined flux in latest and established models = 0.221828 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.221828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130389Jy sigma=0.000894 ! Fit after self-cal, rms=0.130366Jy sigma=0.000894 ! Inverting map ! Added new window around map position (-5, -5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0277558 Jy ! Component: 100 - total flux cleaned = 0.0474359 Jy ! Total flux subtracted in 100 components = 0.0474359 Jy ! Clean residual min=-0.010891 max=0.017882 Jy/beam ! Clean residual mean=-0.000035 rms=0.003070 Jy/beam ! Combined flux in latest and established models = 0.269264 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.269264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119679Jy sigma=0.000803 ! Fit after self-cal, rms=0.119313Jy sigma=0.000801 ! 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=2.865 mas, bmaj=8.092 mas, bpa=-5.52 degrees ! Estimated noise=1294.52 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.0281986 Jy ! Component: 100 - total flux cleaned = 0.046006 Jy ! Component: 150 - total flux cleaned = 0.0577953 Jy ! Component: 200 - total flux cleaned = 0.0656757 Jy ! Total flux subtracted in 200 components = 0.0656757 Jy ! Clean residual min=-0.009566 max=0.014595 Jy/beam ! Clean residual mean=-0.000069 rms=0.002766 Jy/beam ! Combined flux in latest and established models = 0.334939 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 53 components and 0.334939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111450Jy sigma=0.000741 ! Fit after self-cal, rms=0.110980Jy sigma=0.000737 ! 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.98 HN 1.14 KP 1.03 ! LA 0.96 MK 0.98 NL 0.89 OV 1.06 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.23 KP 0.95 ! LA 0.95 MK 0.99 NL 1.04 OV 1.10 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.18 KP 0.84 ! LA 0.73 MK 1.03 NL 1.13 OV 1.00 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 120 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.110980Jy sigma=0.000737 ! Fit after self-cal, rms=0.106323Jy sigma=0.000702 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.901 mas, bmaj=8.066 mas, bpa=-4.533 degrees ! Estimated noise=1309.57 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 (-9.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103465 Jy ! Component: 100 - total flux cleaned = 0.0107842 Jy ! Component: 150 - total flux cleaned = 0.0111936 Jy ! Component: 200 - total flux cleaned = 0.0113966 Jy ! Total flux subtracted in 200 components = 0.0113966 Jy ! Clean residual min=-0.004840 max=0.004937 Jy/beam ! Clean residual mean=-0.000001 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.346336 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 74 components and 0.346336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105262Jy sigma=0.000695 ! Fit after self-cal, rms=0.105268Jy sigma=0.000694 ! 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.105268Jy sigma=0.000694 ! Fit after self-cal, rms=0.105129Jy sigma=0.000692 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.896 mas, bmaj=8.043 mas, bpa=-4.502 degrees ! Estimated noise=1302.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203869 Jy ! Component: 100 - total flux cleaned = 0.00232961 Jy ! Component: 150 - total flux cleaned = 0.00257353 Jy ! Component: 200 - total flux cleaned = 0.0027893 Jy ! Total flux subtracted in 200 components = 0.0027893 Jy ! Clean residual min=-0.004325 max=0.004512 Jy/beam ! Clean residual mean=0.000004 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.349125 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 96 components and 0.349125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104940Jy sigma=0.000691 ! Fit after self-cal, rms=0.104943Jy sigma=0.000691 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.000658506 Jy ! Component: 100 - total flux cleaned = 0.000852335 Jy ! Component: 150 - total flux cleaned = 0.000966318 Jy ! Component: 200 - total flux cleaned = 0.00111865 Jy ! Total flux subtracted in 200 components = 0.00111865 Jy ! Clean residual min=-0.004056 max=0.004232 Jy/beam ! Clean residual mean=0.000005 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.350244 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 108 components and 0.350244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104864Jy sigma=0.000691 ! Fit after self-cal, rms=0.104862Jy sigma=0.000691 ! 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.104862Jy sigma=0.000691 ! Fit after self-cal, rms=0.105229Jy sigma=0.000689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.897 mas, bmaj=8.037 mas, bpa=-4.55 degrees ! Estimated noise=1299.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000841563 Jy ! Component: 100 - total flux cleaned = 0.001017 Jy ! Component: 150 - total flux cleaned = 0.00117425 Jy ! Component: 200 - total flux cleaned = 0.00131411 Jy ! Total flux subtracted in 200 components = 0.00131411 Jy ! Clean residual min=-0.003550 max=0.004034 Jy/beam ! Clean residual mean=0.000011 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.351558 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 123 components and 0.351558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105162Jy sigma=0.000689 ! Fit after self-cal, rms=0.105180Jy sigma=0.000689 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 (-86.5, 115.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163267 Jy ! Component: 100 - total flux cleaned = 0.00154031 Jy ! Component: 150 - total flux cleaned = 0.00171393 Jy ! Component: 200 - total flux cleaned = 0.00166944 Jy ! Total flux subtracted in 200 components = 0.00166944 Jy ! Clean residual min=-0.003392 max=0.003318 Jy/beam ! Clean residual mean=0.000012 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.353227 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 144 components and 0.353227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105044Jy sigma=0.000688 ! Fit after self-cal, rms=0.105034Jy sigma=0.000688 ! 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.105034Jy sigma=0.000688 ! Fit after self-cal, rms=0.105139Jy sigma=0.000688 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.553 mas, bmaj=20.36 mas, bpa=-1.79 degrees ! Estimated noise=1659.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454647 Jy ! Component: 100 - total flux cleaned = 0.00041187 Jy ! Component: 150 - total flux cleaned = 0.000411535 Jy ! Component: 200 - total flux cleaned = 0.000379538 Jy ! Total flux subtracted in 200 components = 0.000379538 Jy ! Clean residual min=-0.003644 max=0.003403 Jy/beam ! Clean residual mean=0.000021 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.353607 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 161 components and 0.353607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105115Jy sigma=0.000688 ! Fit after self-cal, rms=0.105114Jy sigma=0.000688 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.000248313 Jy ! Component: 100 - total flux cleaned = 0.000248883 Jy ! Component: 150 - total flux cleaned = 0.000224001 Jy ! Component: 200 - total flux cleaned = 0.000177389 Jy ! Total flux subtracted in 200 components = 0.000177389 Jy ! Clean residual min=-0.003544 max=0.003321 Jy/beam ! Clean residual mean=0.000021 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.353784 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 167 components and 0.353784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105102Jy sigma=0.000687 ! Fit after self-cal, rms=0.105102Jy sigma=0.000687 ! 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=2.899 mas, bmaj=8.041 mas, bpa=-4.504 degrees ! Estimated noise=1300.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.899 x 8.041 at -4.504 degrees (North through East) ! Clean map min=-0.0029871 max=0.22753 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.402 mas, bmaj=6.937 mas, bpa=-5.018 degrees ! Estimated noise=1727.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.17708 Jy ! Component: 100 - total flux cleaned = 0.224098 Jy ! Component: 150 - total flux cleaned = 0.252238 Jy ! Component: 200 - total flux cleaned = 0.272665 Jy ! Total flux subtracted in 200 components = 0.272665 Jy ! Clean residual min=-0.008200 max=0.012967 Jy/beam ! Clean residual mean=-0.000030 rms=0.002436 Jy/beam ! Combined flux in latest and established models = 0.272665 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.272665 Jy ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=8.041 mas, bpa=-4.504 degrees ! Estimated noise=1300.42 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) ! Added new window around map position (-3, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241763 Jy ! Component: 100 - total flux cleaned = 0.0396075 Jy ! Component: 150 - total flux cleaned = 0.0500502 Jy ! Component: 200 - total flux cleaned = 0.0573603 Jy ! Total flux subtracted in 200 components = 0.0573603 Jy ! Clean residual min=-0.004760 max=0.004942 Jy/beam ! Clean residual mean=-0.000021 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.330025 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 114 components and 0.330025 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.553 mas, bmaj=20.36 mas, bpa=-1.79 degrees ! Estimated noise=1659.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0091156 Jy ! Component: 100 - total flux cleaned = 0.0141556 Jy ! Component: 150 - total flux cleaned = 0.0172242 Jy ! Component: 200 - total flux cleaned = 0.0188808 Jy ! Total flux subtracted in 200 components = 0.0188808 Jy ! Clean residual min=-0.004285 max=0.003576 Jy/beam ! Clean residual mean=0.000007 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.348906 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.000861419 Jy ! Component: 100 - total flux cleaned = 0.00149802 Jy ! Component: 150 - total flux cleaned = 0.00185044 Jy ! Component: 200 - total flux cleaned = 0.00196448 Jy ! Total flux subtracted in 200 components = 0.00196448 Jy ! Clean residual min=-0.003940 max=0.003590 Jy/beam ! Clean residual mean=0.000013 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.350871 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 181 components and 0.350871 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=8.041 mas, bpa=-4.504 degrees ! Estimated noise=1300.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000210502 Jy ! Component: 100 - total flux cleaned = -7.63953e-05 Jy ! Component: 150 - total flux cleaned = 9.11987e-05 Jy ! Component: 200 - total flux cleaned = 0.000291171 Jy ! Total flux subtracted in 200 components = 0.000291171 Jy ! Clean residual min=-0.003209 max=0.003002 Jy/beam ! Clean residual mean=0.000009 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.351162 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 208 components and 0.351162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105114Jy sigma=0.000688 ! Fit after self-cal, rms=0.105103Jy sigma=0.000688 wmodel J0614-2536_S_2017_08_05_pus_map.mod ! Writing 208 model components to file: J0614-2536_S_2017_08_05_pus_map.mod wobs J0614-2536_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0614-2536_S_2017_08_05_pus_uvs.fits wwins J0614-2536_S_2017_08_05_pus_map.win ! wwins: Wrote 5 windows to J0614-2536_S_2017_08_05_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256441 Jy ! Component: 100 - total flux cleaned = -9.92621e-05 Jy ! Component: 150 - total flux cleaned = -3.82982e-06 Jy ! Component: 200 - total flux cleaned = 0.000322574 Jy ! Component: 250 - total flux cleaned = 0.000591177 Jy ! Component: 300 - total flux cleaned = 0.000592249 Jy ! Component: 350 - total flux cleaned = 0.000719459 Jy ! Component: 400 - total flux cleaned = 0.000799942 Jy ! Component: 450 - total flux cleaned = 0.000719634 Jy ! Component: 500 - total flux cleaned = 0.000797502 Jy ! Component: 550 - total flux cleaned = 0.000722829 Jy ! Component: 600 - total flux cleaned = 0.000760587 Jy ! Component: 650 - total flux cleaned = 0.000868713 Jy ! Component: 700 - total flux cleaned = 0.00083333 Jy ! Component: 750 - total flux cleaned = 0.000798775 Jy ! Component: 800 - total flux cleaned = 0.000765437 Jy ! Component: 850 - total flux cleaned = 0.000799736 Jy ! Component: 900 - total flux cleaned = 0.000897702 Jy ! Component: 950 - total flux cleaned = 0.000961621 Jy ! Component: 1000 - total flux cleaned = 0.000961067 Jy ! Component: 1050 - total flux cleaned = 0.000868048 Jy ! Component: 1100 - total flux cleaned = 0.000898871 Jy ! Component: 1150 - total flux cleaned = 0.000958839 Jy ! Component: 1200 - total flux cleaned = 0.000899722 Jy ! Component: 1250 - total flux cleaned = 0.00101658 Jy ! Component: 1300 - total flux cleaned = 0.00098816 Jy ! Component: 1350 - total flux cleaned = 0.00104441 Jy ! Component: 1400 - total flux cleaned = 0.00115536 Jy ! Component: 1450 - total flux cleaned = 0.00120928 Jy ! Component: 1500 - total flux cleaned = 0.00118218 Jy ! Component: 1550 - total flux cleaned = 0.00118202 Jy ! Component: 1600 - total flux cleaned = 0.00126072 Jy ! Component: 1650 - total flux cleaned = 0.00123464 Jy ! Component: 1700 - total flux cleaned = 0.00120927 Jy ! Component: 1750 - total flux cleaned = 0.00118442 Jy ! Component: 1800 - total flux cleaned = 0.00113479 Jy ! Component: 1850 - total flux cleaned = 0.00111081 Jy ! Component: 1900 - total flux cleaned = 0.0010868 Jy ! Component: 1950 - total flux cleaned = 0.00111024 Jy ! Component: 2000 - total flux cleaned = 0.00106299 Jy ! Component: 2050 - total flux cleaned = 0.00108615 Jy ! Component: 2100 - total flux cleaned = 0.00106263 Jy ! Component: 2150 - total flux cleaned = 0.00103972 Jy ! Component: 2200 - total flux cleaned = 0.000994095 Jy ! Component: 2250 - total flux cleaned = 0.000949515 Jy ! Component: 2300 - total flux cleaned = 0.00086109 Jy ! Component: 2350 - total flux cleaned = 0.000883012 Jy ! Component: 2400 - total flux cleaned = 0.000753167 Jy ! Component: 2450 - total flux cleaned = 0.000689028 Jy ! Component: 2500 - total flux cleaned = 0.000604072 Jy ! Component: 2550 - total flux cleaned = 0.000519991 Jy ! Component: 2600 - total flux cleaned = 0.0004573 Jy ! Component: 2650 - total flux cleaned = 0.000415885 Jy ! Component: 2700 - total flux cleaned = 0.000333857 Jy ! Component: 2750 - total flux cleaned = 0.000232259 Jy ! Component: 2800 - total flux cleaned = 0.000151554 Jy ! Component: 2850 - total flux cleaned = 5.18551e-05 Jy ! Component: 2900 - total flux cleaned = -2.71739e-05 Jy ! Component: 2950 - total flux cleaned = -0.000125094 Jy ! Component: 3000 - total flux cleaned = -0.000261053 Jy ! Component: 3050 - total flux cleaned = -0.000357138 Jy ! Component: 3100 - total flux cleaned = -0.000433512 Jy ! Component: 3150 - total flux cleaned = -0.000528315 Jy ! Component: 3200 - total flux cleaned = -0.000641284 Jy ! Component: 3250 - total flux cleaned = -0.00067856 Jy ! Component: 3300 - total flux cleaned = -0.000789813 Jy ! Component: 3350 - total flux cleaned = -0.000808244 Jy ! Component: 3400 - total flux cleaned = -0.000936125 Jy ! Component: 3450 - total flux cleaned = -0.00100867 Jy ! Component: 3500 - total flux cleaned = -0.00106243 Jy ! Component: 3550 - total flux cleaned = -0.00115155 Jy ! Component: 3600 - total flux cleaned = -0.00122252 Jy ! Component: 3650 - total flux cleaned = -0.00124015 Jy ! Component: 3700 - total flux cleaned = -0.0013802 Jy ! Component: 3750 - total flux cleaned = -0.00138052 Jy ! Component: 3800 - total flux cleaned = -0.0014841 Jy ! Component: 3850 - total flux cleaned = -0.00158688 Jy ! Component: 3900 - total flux cleaned = -0.00160394 Jy ! Component: 3950 - total flux cleaned = -0.00165488 Jy ! Component: 4000 - total flux cleaned = -0.00177245 Jy ! Component: 4050 - total flux cleaned = -0.00178908 Jy ! Total flux subtracted in 4096 components = -0.00190509 Jy ! Clean residual min=-0.001146 max=0.001018 Jy/beam ! Clean residual mean=0.000006 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.349257 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 505 components and 0.349257 Jy ![Exited script file: muppet] wmap "J0614-2536_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.899 x 8.041 at -4.504 degrees (North through East) ! Clean map min=-0.00207 max=0.22981 Jy/beam ! Writing clean map to FITS file: J0614-2536_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.229813 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000303709 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.396464 0.396464 0.792928 1.58586 3.17171 6.34342 12.6868 25.3737 50.7474 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.229 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.899 x 8.041 at -4.504 degrees (North through East) ! Clean map min=-0.00207 max=0.22981 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 J0614-2536_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:22:28 2019