! Started logfile: J1459-3655_S_2017_05_27_pus_uvs.log on Fri May 3 11:09:39 2019 obs J1459-3655_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1459-3655_S_2017_05_27_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.57256 visibilities/baseline/integration-bin. ! Found source: J1459-3655 ! ! 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 1211 lines of history. ! ! Reading 11852 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 J1459-3655_S_2017_05_27_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 307 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 356 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 356 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 873 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.671483Jy sigma=0.003303 ! Fit after self-cal, rms=0.609022Jy sigma=0.002884 ! 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.48 mas, bmaj=7.761 mas, bpa=-10.14 degrees ! Estimated noise=2810.61 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.346051 Jy ! Component: 100 - total flux cleaned = 0.499868 Jy ! Total flux subtracted in 100 components = 0.499868 Jy ! Clean residual min=-0.043563 max=0.091961 Jy/beam ! Clean residual mean=0.000353 rms=0.015001 Jy/beam ! Combined flux in latest and established models = 0.499868 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.499868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253351Jy sigma=0.001245 ! Fit after self-cal, rms=0.252733Jy sigma=0.001243 ! Inverting map ! Added new window around map position (-4, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100774 Jy ! Component: 100 - total flux cleaned = 0.164318 Jy ! Total flux subtracted in 100 components = 0.164318 Jy ! Clean residual min=-0.029438 max=0.050020 Jy/beam ! Clean residual mean=0.000217 rms=0.008825 Jy/beam ! Combined flux in latest and established models = 0.664186 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 51 components and 0.664186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203929Jy sigma=0.000885 ! Fit after self-cal, rms=0.202359Jy sigma=0.000878 ! 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.205 mas, bmaj=9.209 mas, bpa=-8.897 degrees ! Estimated noise=1510.86 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.0505408 Jy ! Component: 100 - total flux cleaned = 0.0767062 Jy ! Component: 150 - total flux cleaned = 0.0911952 Jy ! Component: 200 - total flux cleaned = 0.0990358 Jy ! Total flux subtracted in 200 components = 0.0990358 Jy ! Clean residual min=-0.027048 max=0.031675 Jy/beam ! Clean residual mean=0.000130 rms=0.009135 Jy/beam ! Combined flux in latest and established models = 0.763222 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 67 components and 0.763222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191221Jy sigma=0.000795 ! Fit after self-cal, rms=0.190460Jy sigma=0.000791 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 0.95 HN 1.37 KP 0.95 ! LA 0.94 MK 1.01 NL 1.03 OV 1.01 ! PT 1.11 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.37 KP 0.91 ! LA 0.91 MK 1.01 NL 1.24 OV 1.04 ! PT 1.10 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.29 KP 0.93 ! LA 0.94 MK 1.02 NL 1.23 OV 0.95 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.11 KP 1.00* ! LA 0.83 MK 0.99 NL 1.00* OV 1.00* ! PT 1.22 SC 1.00* ! ! ! Fit before self-cal, rms=0.190460Jy sigma=0.000791 ! Fit after self-cal, rms=0.192653Jy sigma=0.000716 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=9.169 mas, bpa=-8.492 degrees ! Estimated noise=1550.82 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.00374208 Jy ! Component: 100 - total flux cleaned = -0.00462279 Jy ! Component: 150 - total flux cleaned = -0.0050137 Jy ! Component: 200 - total flux cleaned = -0.0053668 Jy ! Total flux subtracted in 200 components = -0.0053668 Jy ! Clean residual min=-0.017616 max=0.019383 Jy/beam ! Clean residual mean=-0.000018 rms=0.005918 Jy/beam ! Combined flux in latest and established models = 0.757855 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.757855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192041Jy sigma=0.000714 ! Fit after self-cal, rms=0.192385Jy sigma=0.000713 ! 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.192385Jy sigma=0.000713 ! Fit after self-cal, rms=0.193220Jy sigma=0.000705 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=9.129 mas, bpa=-8.371 degrees ! Estimated noise=1545.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00155723 Jy ! Component: 100 - total flux cleaned = -0.00202834 Jy ! Component: 150 - total flux cleaned = -0.0024392 Jy ! Component: 200 - total flux cleaned = -0.00278899 Jy ! Total flux subtracted in 200 components = -0.00278899 Jy ! Clean residual min=-0.017516 max=0.018261 Jy/beam ! Clean residual mean=0.000001 rms=0.005454 Jy/beam ! Combined flux in latest and established models = 0.755066 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.755066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192919Jy sigma=0.000704 ! Fit after self-cal, rms=0.192862Jy sigma=0.000703 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.000447259 Jy ! Component: 100 - total flux cleaned = -0.000974099 Jy ! Component: 150 - total flux cleaned = -0.00115321 Jy ! Component: 200 - total flux cleaned = -0.00131851 Jy ! Total flux subtracted in 200 components = -0.00131851 Jy ! Clean residual min=-0.017272 max=0.018102 Jy/beam ! Clean residual mean=-0.000001 rms=0.005431 Jy/beam ! Combined flux in latest and established models = 0.753747 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.753748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192708Jy sigma=0.000703 ! Fit after self-cal, rms=0.192700Jy sigma=0.000703 ! 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.192700Jy sigma=0.000703 ! Fit after self-cal, rms=0.194876Jy sigma=0.000702 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=9.101 mas, bpa=-8.358 degrees ! Estimated noise=1543.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132267 Jy ! Component: 100 - total flux cleaned = -0.00173899 Jy ! Component: 150 - total flux cleaned = -0.00201117 Jy ! Component: 200 - total flux cleaned = -0.00232513 Jy ! Total flux subtracted in 200 components = -0.00232513 Jy ! Clean residual min=-0.017026 max=0.017770 Jy/beam ! Clean residual mean=0.000006 rms=0.005391 Jy/beam ! Combined flux in latest and established models = 0.751422 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 94 components and 0.751422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194744Jy sigma=0.000702 ! Fit after self-cal, rms=0.194765Jy sigma=0.000702 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 = -7.99822e-05 Jy ! Component: 100 - total flux cleaned = -0.00028861 Jy ! Component: 150 - total flux cleaned = -0.000473583 Jy ! Component: 200 - total flux cleaned = -0.000532062 Jy ! Total flux subtracted in 200 components = -0.000532062 Jy ! Clean residual min=-0.016881 max=0.017710 Jy/beam ! Clean residual mean=0.000005 rms=0.005381 Jy/beam ! Combined flux in latest and established models = 0.75089 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.75089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194695Jy sigma=0.000702 ! Fit after self-cal, rms=0.194703Jy sigma=0.000702 ! 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.194703Jy sigma=0.000702 ! Fit after self-cal, rms=0.196510Jy sigma=0.000702 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.821 mas, bmaj=27.2 mas, bpa=1.363 degrees ! Estimated noise=1816.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000648206 Jy ! Component: 100 - total flux cleaned = -0.000652981 Jy ! Component: 150 - total flux cleaned = -0.00070653 Jy ! Component: 200 - total flux cleaned = -0.000704221 Jy ! Total flux subtracted in 200 components = -0.000704221 Jy ! Clean residual min=-0.026976 max=0.026931 Jy/beam ! Clean residual mean=0.000016 rms=0.009148 Jy/beam ! Combined flux in latest and established models = 0.750186 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 104 components and 0.750186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196495Jy sigma=0.000702 ! Fit after self-cal, rms=0.196500Jy sigma=0.000702 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.000174551 Jy ! Component: 100 - total flux cleaned = -0.00022818 Jy ! Component: 150 - total flux cleaned = -0.000231322 Jy ! Component: 200 - total flux cleaned = -0.000230648 Jy ! Total flux subtracted in 200 components = -0.000230648 Jy ! Clean residual min=-0.027005 max=0.026971 Jy/beam ! Clean residual mean=0.000016 rms=0.009148 Jy/beam ! Combined flux in latest and established models = 0.749955 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 106 components and 0.749955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196506Jy sigma=0.000702 ! Fit after self-cal, rms=0.196505Jy sigma=0.000702 ! 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.225 mas, bmaj=9.083 mas, bpa=-8.356 degrees ! Estimated noise=1542.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.225 x 9.083 at -8.356 degrees (North through East) ! Clean map min=-0.017005 max=0.38925 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.5 mas, bmaj=7.624 mas, bpa=-9.448 degrees ! Estimated noise=2828.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.347692 Jy ! Component: 100 - total flux cleaned = 0.499523 Jy ! Component: 150 - total flux cleaned = 0.590231 Jy ! Component: 200 - total flux cleaned = 0.646434 Jy ! Total flux subtracted in 200 components = 0.646434 Jy ! Clean residual min=-0.020272 max=0.033231 Jy/beam ! Clean residual mean=0.000114 rms=0.006239 Jy/beam ! Combined flux in latest and established models = 0.646434 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 56 model components to the UV plane model. ! The established model now contains 56 components and 0.646434 Jy ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=9.083 mas, bpa=-8.356 degrees ! Estimated noise=1542.18 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 (2, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0487258 Jy ! Component: 100 - total flux cleaned = 0.0746151 Jy ! Component: 150 - total flux cleaned = 0.0892693 Jy ! Component: 200 - total flux cleaned = 0.0981527 Jy ! Total flux subtracted in 200 components = 0.0981527 Jy ! Clean residual min=-0.017643 max=0.016778 Jy/beam ! Clean residual mean=0.000009 rms=0.005338 Jy/beam ! Combined flux in latest and established models = 0.744587 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 99 components and 0.744587 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=8.821 mas, bmaj=27.2 mas, bpa=1.363 degrees ! Estimated noise=1816.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00992707 Jy ! Component: 100 - total flux cleaned = 0.0122428 Jy ! Component: 150 - total flux cleaned = 0.0127911 Jy ! Component: 200 - total flux cleaned = 0.0131237 Jy ! Total flux subtracted in 200 components = 0.0131237 Jy ! Clean residual min=-0.025505 max=0.027970 Jy/beam ! Clean residual mean=0.000031 rms=0.009026 Jy/beam ! Combined flux in latest and established models = 0.757711 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.00018501 Jy ! Component: 100 - total flux cleaned = 0.000264101 Jy ! Component: 150 - total flux cleaned = 0.000265397 Jy ! Component: 200 - total flux cleaned = 0.000272314 Jy ! Total flux subtracted in 200 components = 0.000272314 Jy ! Clean residual min=-0.025475 max=0.028051 Jy/beam ! Clean residual mean=0.000031 rms=0.009024 Jy/beam ! Combined flux in latest and established models = 0.757983 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 111 components and 0.757983 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=9.083 mas, bpa=-8.356 degrees ! Estimated noise=1542.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111316 Jy ! Component: 100 - total flux cleaned = -0.00110838 Jy ! Component: 150 - total flux cleaned = -0.00110581 Jy ! Component: 200 - total flux cleaned = -0.00141883 Jy ! Total flux subtracted in 200 components = -0.00141883 Jy ! Clean residual min=-0.016949 max=0.018175 Jy/beam ! Clean residual mean=0.000015 rms=0.005259 Jy/beam ! Combined flux in latest and established models = 0.756564 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 132 components and 0.756564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195687Jy sigma=0.000699 ! Fit after self-cal, rms=0.195664Jy sigma=0.000698 wmodel J1459-3655_S_2017_05_27_pus_map.mod ! Writing 132 model components to file: J1459-3655_S_2017_05_27_pus_map.mod wobs J1459-3655_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1459-3655_S_2017_05_27_pus_uvs.fits wwins J1459-3655_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J1459-3655_S_2017_05_27_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.00356457 Jy ! Component: 100 - total flux cleaned = 0.00495052 Jy ! Component: 150 - total flux cleaned = 0.00693811 Jy ! Component: 200 - total flux cleaned = 0.00786504 Jy ! Component: 250 - total flux cleaned = 0.00828841 Jy ! Component: 300 - total flux cleaned = 0.00888914 Jy ! Component: 350 - total flux cleaned = 0.00945674 Jy ! Component: 400 - total flux cleaned = 0.00981057 Jy ! Component: 450 - total flux cleaned = 0.0104948 Jy ! Component: 500 - total flux cleaned = 0.0113168 Jy ! Component: 550 - total flux cleaned = 0.012569 Jy ! Component: 600 - total flux cleaned = 0.0136235 Jy ! Component: 650 - total flux cleaned = 0.0152118 Jy ! Component: 700 - total flux cleaned = 0.0166011 Jy ! Component: 750 - total flux cleaned = 0.0180714 Jy ! Component: 800 - total flux cleaned = 0.0193612 Jy ! Component: 850 - total flux cleaned = 0.0203578 Jy ! Component: 900 - total flux cleaned = 0.0216875 Jy ! Component: 950 - total flux cleaned = 0.0223898 Jy ! Component: 1000 - total flux cleaned = 0.0232987 Jy ! Component: 1050 - total flux cleaned = 0.0242853 Jy ! Component: 1100 - total flux cleaned = 0.0250309 Jy ! Component: 1150 - total flux cleaned = 0.0259639 Jy ! Component: 1200 - total flux cleaned = 0.0264633 Jy ! Component: 1250 - total flux cleaned = 0.0266598 Jy ! Component: 1300 - total flux cleaned = 0.0272314 Jy ! Component: 1350 - total flux cleaned = 0.0276955 Jy ! Component: 1400 - total flux cleaned = 0.0281482 Jy ! Component: 1450 - total flux cleaned = 0.028587 Jy ! Component: 1500 - total flux cleaned = 0.0288444 Jy ! Component: 1550 - total flux cleaned = 0.0293484 Jy ! Component: 1600 - total flux cleaned = 0.0298411 Jy ! Component: 1650 - total flux cleaned = 0.0302428 Jy ! Component: 1700 - total flux cleaned = 0.0307128 Jy ! Component: 1750 - total flux cleaned = 0.0310196 Jy ! Component: 1800 - total flux cleaned = 0.0315476 Jy ! Component: 1850 - total flux cleaned = 0.0319887 Jy ! Component: 1900 - total flux cleaned = 0.0326382 Jy ! Component: 1950 - total flux cleaned = 0.0329932 Jy ! Component: 2000 - total flux cleaned = 0.0337553 Jy ! Component: 2050 - total flux cleaned = 0.0343668 Jy ! Component: 2100 - total flux cleaned = 0.0348323 Jy ! Component: 2150 - total flux cleaned = 0.0352236 Jy ! Component: 2200 - total flux cleaned = 0.0358652 Jy ! Component: 2250 - total flux cleaned = 0.0360551 Jy ! Component: 2300 - total flux cleaned = 0.0367368 Jy ! Component: 2350 - total flux cleaned = 0.0371031 Jy ! Component: 2400 - total flux cleaned = 0.0376427 Jy ! Component: 2450 - total flux cleaned = 0.0380559 Jy ! Component: 2500 - total flux cleaned = 0.0383459 Jy ! Component: 2550 - total flux cleaned = 0.0384597 Jy ! Component: 2600 - total flux cleaned = 0.0386287 Jy ! Component: 2650 - total flux cleaned = 0.0387956 Jy ! Component: 2700 - total flux cleaned = 0.0390709 Jy ! Component: 2750 - total flux cleaned = 0.0391801 Jy ! Component: 2800 - total flux cleaned = 0.0393412 Jy ! Component: 2850 - total flux cleaned = 0.0395523 Jy ! Component: 2900 - total flux cleaned = 0.0395526 Jy ! Component: 2950 - total flux cleaned = 0.0398115 Jy ! Component: 3000 - total flux cleaned = 0.0399125 Jy ! Component: 3050 - total flux cleaned = 0.0398634 Jy ! Component: 3100 - total flux cleaned = 0.0399133 Jy ! Component: 3150 - total flux cleaned = 0.0400605 Jy ! Component: 3200 - total flux cleaned = 0.0399635 Jy ! Component: 3250 - total flux cleaned = 0.0400112 Jy ! Component: 3300 - total flux cleaned = 0.0399631 Jy ! Component: 3350 - total flux cleaned = 0.0398223 Jy ! Component: 3400 - total flux cleaned = 0.0398686 Jy ! Component: 3450 - total flux cleaned = 0.0397301 Jy ! Component: 3500 - total flux cleaned = 0.0396387 Jy ! Component: 3550 - total flux cleaned = 0.0395483 Jy ! Component: 3600 - total flux cleaned = 0.0395035 Jy ! Component: 3650 - total flux cleaned = 0.0393266 Jy ! Component: 3700 - total flux cleaned = 0.0394139 Jy ! Component: 3750 - total flux cleaned = 0.0393267 Jy ! Component: 3800 - total flux cleaned = 0.0392836 Jy ! Component: 3850 - total flux cleaned = 0.0391988 Jy ! Component: 3900 - total flux cleaned = 0.0391988 Jy ! Component: 3950 - total flux cleaned = 0.039115 Jy ! Component: 4000 - total flux cleaned = 0.038949 Jy ! Component: 4050 - total flux cleaned = 0.038949 Jy ! Total flux subtracted in 4096 components = 0.0389489 Jy ! Clean residual min=-0.002175 max=0.002248 Jy/beam ! Clean residual mean=0.000012 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.795513 Jy keep ! Adding 450 model components to the UV plane model. ! The established model now contains 582 components and 0.795513 Jy ![Exited script file: muppet] wmap "J1459-3655_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.225 x 9.083 at -8.356 degrees (North through East) ! Clean map min=-0.0064711 max=0.41385 Jy/beam ! Writing clean map to FITS file: J1459-3655_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.413852 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00080756 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.585398 0.585398 1.1708 2.34159 4.68318 9.36637 18.7327 37.4655 74.931 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.413 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.225 x 9.083 at -8.356 degrees (North through East) ! Clean map min=-0.0064711 max=0.41385 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 J1459-3655_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:09:43 2019