! Started logfile: J2015-0137_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:21:52 2019 obs J2015-0137_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J2015-0137_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.760582 visibilities/baseline/integration-bin. ! Found source: J2015-0137 ! ! 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 11500 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 J2015-0137_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 204 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.736078Jy sigma=0.005201 ! Fit after self-cal, rms=0.727475Jy sigma=0.005148 ! 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.551 mas, bmaj=9.343 mas, bpa=17.04 degrees ! Estimated noise=1341.41 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.215416 Jy ! Component: 100 - total flux cleaned = 0.268096 Jy ! Total flux subtracted in 100 components = 0.268096 Jy ! Clean residual min=-0.014258 max=0.028267 Jy/beam ! Clean residual mean=0.000004 rms=0.004112 Jy/beam ! Combined flux in latest and established models = 0.268096 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.268096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188558Jy sigma=0.000893 ! Fit after self-cal, rms=0.188460Jy sigma=0.000892 ! Inverting map ! Added new window around map position (1.5, 14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0308397 Jy ! Component: 100 - total flux cleaned = 0.0526427 Jy ! Total flux subtracted in 100 components = 0.0526427 Jy ! Clean residual min=-0.012014 max=0.013713 Jy/beam ! Clean residual mean=-0.000007 rms=0.003098 Jy/beam ! Combined flux in latest and established models = 0.320738 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 58 components and 0.320738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179594Jy sigma=0.000803 ! Fit after self-cal, rms=0.179358Jy sigma=0.000802 ! 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.136 mas, bmaj=10.29 mas, bpa=17.21 degrees ! Estimated noise=990.308 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.0269032 Jy ! Component: 100 - total flux cleaned = 0.0453388 Jy ! Component: 150 - total flux cleaned = 0.0590165 Jy ! Component: 200 - total flux cleaned = 0.0693348 Jy ! Total flux subtracted in 200 components = 0.0693348 Jy ! Clean residual min=-0.008704 max=0.009328 Jy/beam ! Clean residual mean=-0.000054 rms=0.002403 Jy/beam ! Combined flux in latest and established models = 0.390073 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 121 components and 0.390073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172934Jy sigma=0.000745 ! Fit after self-cal, rms=0.172706Jy sigma=0.000743 ! 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.08 FD 0.88 HN 0.98 KP 0.98 ! LA 1.01 MK 1.00* NL 0.91 OV 0.97 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.90 HN 1.02 KP 0.96 ! LA 0.99 MK 1.00* NL 1.02 OV 1.02 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.95 HN 1.02 KP 0.99 ! LA 1.01 MK 1.00* NL 0.99 OV 0.94 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.15 HN 0.99 KP 0.74 ! LA 0.91 MK 1.00* NL 1.00* OV 0.97 ! PT 0.99 SC 1.31 ! ! ! Fit before self-cal, rms=0.172706Jy sigma=0.000743 ! Fit after self-cal, rms=0.169622Jy sigma=0.000721 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.18 mas, bmaj=10.33 mas, bpa=16.7 degrees ! Estimated noise=981.946 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.00702421 Jy ! Component: 100 - total flux cleaned = 0.0108107 Jy ! Component: 150 - total flux cleaned = 0.0120239 Jy ! Component: 200 - total flux cleaned = 0.0124869 Jy ! Total flux subtracted in 200 components = 0.0124869 Jy ! Clean residual min=-0.006681 max=0.007604 Jy/beam ! Clean residual mean=-0.000067 rms=0.001776 Jy/beam ! Combined flux in latest and established models = 0.40256 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 137 components and 0.40256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169272Jy sigma=0.000718 ! Fit after self-cal, rms=0.169079Jy sigma=0.000717 ! 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.169079Jy sigma=0.000717 ! Fit after self-cal, rms=0.159759Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=10.31 mas, bpa=16.81 degrees ! Estimated noise=989.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00443054 Jy ! Component: 100 - total flux cleaned = 0.00712943 Jy ! Component: 150 - total flux cleaned = 0.00893697 Jy ! Component: 200 - total flux cleaned = 0.00971606 Jy ! Total flux subtracted in 200 components = 0.00971606 Jy ! Clean residual min=-0.003451 max=0.003933 Jy/beam ! Clean residual mean=-0.000015 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.412276 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 147 components and 0.412276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159551Jy sigma=0.000680 ! Fit after self-cal, rms=0.159542Jy sigma=0.000679 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.00100982 Jy ! Component: 100 - total flux cleaned = 0.00165276 Jy ! Component: 150 - total flux cleaned = 0.00184819 Jy ! Component: 200 - total flux cleaned = 0.00205308 Jy ! Total flux subtracted in 200 components = 0.00205308 Jy ! Clean residual min=-0.003262 max=0.003519 Jy/beam ! Clean residual mean=-0.000016 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.414329 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 155 components and 0.414329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159498Jy sigma=0.000679 ! Fit after self-cal, rms=0.159487Jy sigma=0.000679 ! 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.159487Jy sigma=0.000679 ! Fit after self-cal, rms=0.147434Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.178 mas, bmaj=10.3 mas, bpa=16.84 degrees ! Estimated noise=992.417 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156276 Jy ! Component: 100 - total flux cleaned = 0.0022588 Jy ! Component: 150 - total flux cleaned = 0.00253006 Jy ! Component: 200 - total flux cleaned = 0.00269901 Jy ! Total flux subtracted in 200 components = 0.00269901 Jy ! Clean residual min=-0.002982 max=0.003297 Jy/beam ! Clean residual mean=-0.000005 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.417028 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 162 components and 0.417028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147390Jy sigma=0.000675 ! Fit after self-cal, rms=0.147308Jy sigma=0.000675 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.000438648 Jy ! Component: 100 - total flux cleaned = 0.000749839 Jy ! Component: 150 - total flux cleaned = 0.000921467 Jy ! Component: 200 - total flux cleaned = 0.00105137 Jy ! Total flux subtracted in 200 components = 0.00105137 Jy ! Clean residual min=-0.002846 max=0.003136 Jy/beam ! Clean residual mean=-0.000005 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.418079 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 165 components and 0.418079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147288Jy sigma=0.000675 ! Fit after self-cal, rms=0.147283Jy sigma=0.000675 ! 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.147283Jy sigma=0.000675 ! Fit after self-cal, rms=0.147672Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=12.89 mas, bpa=6.997 degrees ! Estimated noise=1160.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207483 Jy ! Component: 100 - total flux cleaned = 0.00274052 Jy ! Component: 150 - total flux cleaned = 0.00300847 Jy ! Component: 200 - total flux cleaned = 0.00312056 Jy ! Total flux subtracted in 200 components = 0.00312056 Jy ! Clean residual min=-0.003299 max=0.003326 Jy/beam ! Clean residual mean=-0.000007 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.4212 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 173 components and 0.4212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147651Jy sigma=0.000675 ! Fit after self-cal, rms=0.147646Jy sigma=0.000675 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.000394575 Jy ! Component: 100 - total flux cleaned = 0.000650167 Jy ! Component: 150 - total flux cleaned = 0.000676159 Jy ! Component: 200 - total flux cleaned = 0.000722675 Jy ! Total flux subtracted in 200 components = 0.000722675 Jy ! Clean residual min=-0.003213 max=0.003271 Jy/beam ! Clean residual mean=-0.000007 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.421923 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 176 components and 0.421923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147641Jy sigma=0.000675 ! Fit after self-cal, rms=0.147637Jy sigma=0.000675 ! 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.174 mas, bmaj=10.3 mas, bpa=16.85 degrees ! Estimated noise=995.258 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.174 x 10.3 at 16.85 degrees (North through East) ! Clean map min=-0.002798 max=0.28386 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.585 mas, bmaj=9.346 mas, bpa=16.6 degrees ! Estimated noise=1358.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.21786 Jy ! Component: 100 - total flux cleaned = 0.273052 Jy ! Component: 150 - total flux cleaned = 0.304774 Jy ! Component: 200 - total flux cleaned = 0.327562 Jy ! Total flux subtracted in 200 components = 0.327562 Jy ! Clean residual min=-0.007482 max=0.013515 Jy/beam ! Clean residual mean=0.000010 rms=0.002248 Jy/beam ! Combined flux in latest and established models = 0.327562 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.327562 Jy ! Inverting map and beam ! Estimated beam: bmin=4.174 mas, bmaj=10.3 mas, bpa=16.85 degrees ! Estimated noise=995.258 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.0260827 Jy ! Component: 100 - total flux cleaned = 0.043471 Jy ! Component: 150 - total flux cleaned = 0.0556837 Jy ! Component: 200 - total flux cleaned = 0.0644291 Jy ! Total flux subtracted in 200 components = 0.0644291 Jy ! Clean residual min=-0.004188 max=0.006495 Jy/beam ! Clean residual mean=0.000000 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.391991 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 109 components and 0.391991 Jy ! Inverting map ! Added new window around map position (7.5, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694191 Jy ! Component: 100 - total flux cleaned = 0.0121055 Jy ! Component: 150 - total flux cleaned = 0.0161692 Jy ! Component: 200 - total flux cleaned = 0.019473 Jy ! Total flux subtracted in 200 components = 0.019473 Jy ! Clean residual min=-0.002847 max=0.002581 Jy/beam ! Clean residual mean=-0.000001 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.411464 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 157 components and 0.411464 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.848 mas, bmaj=12.89 mas, bpa=6.997 degrees ! Estimated noise=1160.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003864 Jy ! Component: 100 - total flux cleaned = 0.00652729 Jy ! Component: 150 - total flux cleaned = 0.00809753 Jy ! Component: 200 - total flux cleaned = 0.00927539 Jy ! Total flux subtracted in 200 components = 0.00927539 Jy ! Clean residual min=-0.002884 max=0.002961 Jy/beam ! Clean residual mean=-0.000002 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.420739 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.000895488 Jy ! Component: 100 - total flux cleaned = 0.00166086 Jy ! Component: 150 - total flux cleaned = 0.00224554 Jy ! Component: 200 - total flux cleaned = 0.00253642 Jy ! Total flux subtracted in 200 components = 0.00253642 Jy ! Clean residual min=-0.002746 max=0.002861 Jy/beam ! Clean residual mean=-0.000002 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.423276 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 222 components and 0.423276 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.174 mas, bmaj=10.3 mas, bpa=16.85 degrees ! Estimated noise=995.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000123492 Jy ! Component: 100 - total flux cleaned = -0.000158564 Jy ! Component: 150 - total flux cleaned = -0.000159582 Jy ! Component: 200 - total flux cleaned = -0.000158991 Jy ! Total flux subtracted in 200 components = -0.000158991 Jy ! Clean residual min=-0.002461 max=0.002406 Jy/beam ! Clean residual mean=-0.000001 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.423117 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 242 components and 0.423117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147482Jy sigma=0.000673 ! Fit after self-cal, rms=0.147435Jy sigma=0.000673 wmodel J2015-0137_S_2017_01_16_pus_map.mod ! Writing 242 model components to file: J2015-0137_S_2017_01_16_pus_map.mod wobs J2015-0137_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J2015-0137_S_2017_01_16_pus_uvs.fits wwins J2015-0137_S_2017_01_16_pus_map.win ! wwins: Wrote 3 windows to J2015-0137_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.000914371 Jy ! Component: 100 - total flux cleaned = 0.0010836 Jy ! Component: 150 - total flux cleaned = 0.0012033 Jy ! Component: 200 - total flux cleaned = 0.00116587 Jy ! Component: 250 - total flux cleaned = 0.0010926 Jy ! Component: 300 - total flux cleaned = 0.00109331 Jy ! Component: 350 - total flux cleaned = 0.00109255 Jy ! Component: 400 - total flux cleaned = 0.00112579 Jy ! Component: 450 - total flux cleaned = 0.00112579 Jy ! Component: 500 - total flux cleaned = 0.00119076 Jy ! Component: 550 - total flux cleaned = 0.00122241 Jy ! Component: 600 - total flux cleaned = 0.00131453 Jy ! Component: 650 - total flux cleaned = 0.00134498 Jy ! Component: 700 - total flux cleaned = 0.00143359 Jy ! Component: 750 - total flux cleaned = 0.0014043 Jy ! Component: 800 - total flux cleaned = 0.0015185 Jy ! Component: 850 - total flux cleaned = 0.00157425 Jy ! Component: 900 - total flux cleaned = 0.00162897 Jy ! Component: 950 - total flux cleaned = 0.00171031 Jy ! Component: 1000 - total flux cleaned = 0.00181709 Jy ! Component: 1050 - total flux cleaned = 0.00189565 Jy ! Component: 1100 - total flux cleaned = 0.00186965 Jy ! Component: 1150 - total flux cleaned = 0.00194607 Jy ! Component: 1200 - total flux cleaned = 0.00189593 Jy ! Component: 1250 - total flux cleaned = 0.00201984 Jy ! Component: 1300 - total flux cleaned = 0.0019711 Jy ! Component: 1350 - total flux cleaned = 0.00209161 Jy ! Component: 1400 - total flux cleaned = 0.00206734 Jy ! Component: 1450 - total flux cleaned = 0.00211456 Jy ! Component: 1500 - total flux cleaned = 0.00223077 Jy ! Component: 1550 - total flux cleaned = 0.00216181 Jy ! Component: 1600 - total flux cleaned = 0.00220761 Jy ! Component: 1650 - total flux cleaned = 0.0021854 Jy ! Component: 1700 - total flux cleaned = 0.00225214 Jy ! Component: 1750 - total flux cleaned = 0.00220797 Jy ! Component: 1800 - total flux cleaned = 0.0022946 Jy ! Component: 1850 - total flux cleaned = 0.00229444 Jy ! Component: 1900 - total flux cleaned = 0.0022946 Jy ! Component: 1950 - total flux cleaned = 0.00233698 Jy ! Component: 2000 - total flux cleaned = 0.00227414 Jy ! Component: 2050 - total flux cleaned = 0.00235673 Jy ! Component: 2100 - total flux cleaned = 0.00231564 Jy ! Component: 2150 - total flux cleaned = 0.00225464 Jy ! Component: 2200 - total flux cleaned = 0.0022344 Jy ! Component: 2250 - total flux cleaned = 0.0021943 Jy ! Component: 2300 - total flux cleaned = 0.00217453 Jy ! Component: 2350 - total flux cleaned = 0.00219411 Jy ! Component: 2400 - total flux cleaned = 0.00215537 Jy ! Component: 2450 - total flux cleaned = 0.00215554 Jy ! Component: 2500 - total flux cleaned = 0.00217469 Jy ! Component: 2550 - total flux cleaned = 0.00215567 Jy ! Component: 2600 - total flux cleaned = 0.00217477 Jy ! Component: 2650 - total flux cleaned = 0.00213742 Jy ! Component: 2700 - total flux cleaned = 0.00215603 Jy ! Component: 2750 - total flux cleaned = 0.00213746 Jy ! Component: 2800 - total flux cleaned = 0.00208281 Jy ! Component: 2850 - total flux cleaned = 0.00215543 Jy ! Component: 2900 - total flux cleaned = 0.00206541 Jy ! Component: 2950 - total flux cleaned = 0.00215493 Jy ! Component: 3000 - total flux cleaned = 0.00211946 Jy ! Component: 3050 - total flux cleaned = 0.00213722 Jy ! Component: 3100 - total flux cleaned = 0.00215486 Jy ! Component: 3150 - total flux cleaned = 0.00217229 Jy ! Component: 3200 - total flux cleaned = 0.0021552 Jy ! Component: 3250 - total flux cleaned = 0.0022068 Jy ! Component: 3300 - total flux cleaned = 0.00217276 Jy ! Component: 3350 - total flux cleaned = 0.0021557 Jy ! Component: 3400 - total flux cleaned = 0.00212211 Jy ! Component: 3450 - total flux cleaned = 0.00210524 Jy ! Component: 3500 - total flux cleaned = 0.0020888 Jy ! Component: 3550 - total flux cleaned = 0.00213829 Jy ! Component: 3600 - total flux cleaned = 0.00203987 Jy ! Component: 3650 - total flux cleaned = 0.00210513 Jy ! Component: 3700 - total flux cleaned = 0.00210501 Jy ! Component: 3750 - total flux cleaned = 0.00210511 Jy ! Component: 3800 - total flux cleaned = 0.00212127 Jy ! Component: 3850 - total flux cleaned = 0.00207331 Jy ! Component: 3900 - total flux cleaned = 0.00197829 Jy ! Component: 3950 - total flux cleaned = 0.00202562 Jy ! Component: 4000 - total flux cleaned = 0.00205674 Jy ! Component: 4050 - total flux cleaned = 0.00202566 Jy ! Total flux subtracted in 4096 components = 0.00201037 Jy ! Clean residual min=-0.000935 max=0.000850 Jy/beam ! Clean residual mean=0.000000 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.425127 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 569 components and 0.425127 Jy ![Exited script file: muppet] wmap "J2015-0137_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.174 x 10.3 at 16.85 degrees (North through East) ! Clean map min=-0.0017626 max=0.28595 Jy/beam ! Writing clean map to FITS file: J2015-0137_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.285949 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00030489 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.319871 0.319871 0.639742 1.27948 2.55897 5.11793 10.2359 20.4717 40.9435 81.8869 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.285 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.174 x 10.3 at 16.85 degrees (North through East) ! Clean map min=-0.0017626 max=0.28595 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 J2015-0137_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:21:57 2019