! Started logfile: J1230-3121_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:13:35 2019 obs J1230-3121_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1230-3121_S_2017_01_16_pus_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.749732 visibilities/baseline/integration-bin. ! Found source: J1230-3121 ! ! 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 19568 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 J1230-3121_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 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 438 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.906645Jy sigma=0.005352 ! Fit after self-cal, rms=0.882505Jy sigma=0.005246 ! 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.153 mas, bmaj=11.88 mas, bpa=14.25 degrees ! Estimated noise=1650.79 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.0913431 Jy ! Component: 100 - total flux cleaned = 0.121528 Jy ! Total flux subtracted in 100 components = 0.121528 Jy ! Clean residual min=-0.008176 max=0.014277 Jy/beam ! Clean residual mean=-0.000103 rms=0.002355 Jy/beam ! Combined flux in latest and established models = 0.121528 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.121528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141735Jy sigma=0.000703 ! Fit after self-cal, rms=0.141690Jy sigma=0.000702 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158571 Jy ! Component: 100 - total flux cleaned = 0.0254551 Jy ! Total flux subtracted in 100 components = 0.0254551 Jy ! Clean residual min=-0.006927 max=0.009232 Jy/beam ! Clean residual mean=-0.000074 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.146983 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.146983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138972Jy sigma=0.000680 ! Fit after self-cal, rms=0.139024Jy sigma=0.000680 ! 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.209 mas, bmaj=16.01 mas, bpa=11.8 degrees ! Estimated noise=913.775 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 (1, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145275 Jy ! Component: 100 - total flux cleaned = 0.0233185 Jy ! Component: 150 - total flux cleaned = 0.0294773 Jy ! Component: 200 - total flux cleaned = 0.0340508 Jy ! Total flux subtracted in 200 components = 0.0340508 Jy ! Clean residual min=-0.004725 max=0.005016 Jy/beam ! Clean residual mean=-0.000046 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.181034 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 118 components and 0.181034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137384Jy sigma=0.000666 ! Fit after self-cal, rms=0.137295Jy sigma=0.000665 ! 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.09 FD 0.91 HN 1.07 KP 0.97 ! LA 1.00 MK 1.00* NL 0.96 OV 0.94 ! PT 0.94 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.99 HN 1.19 KP 0.97 ! LA 0.98 MK 1.00* NL 1.05 OV 0.99 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.02 HN 1.05 KP 0.99 ! LA 1.03 MK 1.00* NL 1.07 OV 0.94 ! PT 0.93 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 0.97 KP 0.90 ! LA 1.04 MK 1.00* NL 1.00* OV 0.96 ! PT 0.96 SC 0.85 ! ! ! Fit before self-cal, rms=0.137295Jy sigma=0.000665 ! Fit after self-cal, rms=0.138935Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.214 mas, bmaj=16.21 mas, bpa=11.92 degrees ! Estimated noise=908.889 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.00376123 Jy ! Component: 100 - total flux cleaned = 0.00535907 Jy ! Component: 150 - total flux cleaned = 0.0058994 Jy ! Component: 200 - total flux cleaned = 0.0062571 Jy ! Total flux subtracted in 200 components = 0.0062571 Jy ! Clean residual min=-0.003337 max=0.003689 Jy/beam ! Clean residual mean=0.000003 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.187291 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 159 components and 0.187291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138822Jy sigma=0.000661 ! Fit after self-cal, rms=0.138940Jy sigma=0.000660 ! 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.138940Jy sigma=0.000660 ! Fit after self-cal, rms=0.140383Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.199 mas, bmaj=16.12 mas, bpa=11.89 degrees ! Estimated noise=909.974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211134 Jy ! Component: 100 - total flux cleaned = 0.00284888 Jy ! Component: 150 - total flux cleaned = 0.00348621 Jy ! Component: 200 - total flux cleaned = 0.00378726 Jy ! Total flux subtracted in 200 components = 0.00378726 Jy ! Clean residual min=-0.003111 max=0.003070 Jy/beam ! Clean residual mean=0.000006 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.191078 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 183 components and 0.191078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140341Jy sigma=0.000658 ! Fit after self-cal, rms=0.140361Jy sigma=0.000658 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.000589806 Jy ! Component: 100 - total flux cleaned = 0.00109241 Jy ! Component: 150 - total flux cleaned = 0.00143971 Jy ! Component: 200 - total flux cleaned = 0.00154985 Jy ! Total flux subtracted in 200 components = 0.00154985 Jy ! Clean residual min=-0.002971 max=0.002969 Jy/beam ! Clean residual mean=0.000012 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.192628 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 199 components and 0.192628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140343Jy sigma=0.000658 ! Fit after self-cal, rms=0.140341Jy sigma=0.000658 ! 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.140341Jy sigma=0.000658 ! Fit after self-cal, rms=0.142436Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.184 mas, bmaj=16.09 mas, bpa=11.95 degrees ! Estimated noise=910.583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000738228 Jy ! Component: 100 - total flux cleaned = 0.00123182 Jy ! Component: 150 - total flux cleaned = 0.0016353 Jy ! Component: 200 - total flux cleaned = 0.00186221 Jy ! Total flux subtracted in 200 components = 0.00186221 Jy ! Clean residual min=-0.002868 max=0.002839 Jy/beam ! Clean residual mean=0.000003 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.19449 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 207 components and 0.19449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142412Jy sigma=0.000658 ! Fit after self-cal, rms=0.142417Jy sigma=0.000658 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 (-67.5, 48). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271955 Jy ! Component: 100 - total flux cleaned = 0.00363785 Jy ! Component: 150 - total flux cleaned = 0.00425005 Jy ! Component: 200 - total flux cleaned = 0.00451814 Jy ! Total flux subtracted in 200 components = 0.00451814 Jy ! Clean residual min=-0.002415 max=0.002428 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.199008 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 228 components and 0.199008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142348Jy sigma=0.000657 ! Fit after self-cal, rms=0.142332Jy sigma=0.000657 ! 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.142332Jy sigma=0.000657 ! Fit after self-cal, rms=0.142961Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.531 mas, bmaj=25.14 mas, bpa=5.43 degrees ! Estimated noise=1014.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134685 Jy ! Component: 100 - total flux cleaned = 0.00187115 Jy ! Component: 150 - total flux cleaned = 0.0021692 Jy ! Component: 200 - total flux cleaned = 0.00228689 Jy ! Total flux subtracted in 200 components = 0.00228689 Jy ! Clean residual min=-0.002171 max=0.001963 Jy/beam ! Clean residual mean=0.000004 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.201295 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 258 components and 0.201295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142945Jy sigma=0.000657 ! Fit after self-cal, rms=0.142938Jy sigma=0.000657 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.000254969 Jy ! Component: 100 - total flux cleaned = 0.000376028 Jy ! Component: 150 - total flux cleaned = 0.000440505 Jy ! Component: 200 - total flux cleaned = 0.000520218 Jy ! Total flux subtracted in 200 components = 0.000520218 Jy ! Clean residual min=-0.002166 max=0.001963 Jy/beam ! Clean residual mean=0.000005 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.201815 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 267 components and 0.201815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142926Jy sigma=0.000657 ! Fit after self-cal, rms=0.142928Jy sigma=0.000657 ! 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.171 mas, bmaj=16.04 mas, bpa=12.07 degrees ! Estimated noise=910.818 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 16.04 at 12.07 degrees (North through East) ! Clean map min=-0.002168 max=0.11416 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.096 mas, bmaj=11.82 mas, bpa=14.41 degrees ! Estimated noise=1627.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0902319 Jy ! Component: 100 - total flux cleaned = 0.12161 Jy ! Component: 150 - total flux cleaned = 0.136967 Jy ! Component: 200 - total flux cleaned = 0.147853 Jy ! Total flux subtracted in 200 components = 0.147853 Jy ! Clean residual min=-0.006183 max=0.006519 Jy/beam ! Clean residual mean=-0.000063 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.147853 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 65 model components to the UV plane model. ! The established model now contains 65 components and 0.147853 Jy ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=16.04 mas, bpa=12.07 degrees ! Estimated noise=910.818 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.0134366 Jy ! Component: 100 - total flux cleaned = 0.0218447 Jy ! Component: 150 - total flux cleaned = 0.0278036 Jy ! Component: 200 - total flux cleaned = 0.0323304 Jy ! Total flux subtracted in 200 components = 0.0323304 Jy ! Clean residual min=-0.003618 max=0.003258 Jy/beam ! Clean residual mean=-0.000035 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.180183 Jy ! Adding 98 model components to the UV plane model. ! The established model now contains 151 components and 0.180184 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.531 mas, bmaj=25.14 mas, bpa=5.43 degrees ! Estimated noise=1014.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00472744 Jy ! Component: 100 - total flux cleaned = 0.00811762 Jy ! Component: 150 - total flux cleaned = 0.0107334 Jy ! Component: 200 - total flux cleaned = 0.0127879 Jy ! Total flux subtracted in 200 components = 0.0127879 Jy ! Clean residual min=-0.002638 max=0.002195 Jy/beam ! Clean residual mean=-0.000018 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.192971 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.00163077 Jy ! Component: 100 - total flux cleaned = 0.00293555 Jy ! Component: 150 - total flux cleaned = 0.0039896 Jy ! Component: 200 - total flux cleaned = 0.00482613 Jy ! Total flux subtracted in 200 components = 0.00482613 Jy ! Clean residual min=-0.002274 max=0.001960 Jy/beam ! Clean residual mean=-0.000007 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.197798 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 257 components and 0.197797 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=16.04 mas, bpa=12.07 degrees ! Estimated noise=910.818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000283578 Jy ! Component: 100 - total flux cleaned = 0.000714118 Jy ! Component: 150 - total flux cleaned = 0.00101165 Jy ! Component: 200 - total flux cleaned = 0.00133329 Jy ! Total flux subtracted in 200 components = 0.00133329 Jy ! Clean residual min=-0.002253 max=0.002203 Jy/beam ! Clean residual mean=-0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.199131 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 275 components and 0.199131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142952Jy sigma=0.000657 ! Fit after self-cal, rms=0.142938Jy sigma=0.000657 wmodel J1230-3121_S_2017_01_16_pus_map.mod ! Writing 275 model components to file: J1230-3121_S_2017_01_16_pus_map.mod wobs J1230-3121_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1230-3121_S_2017_01_16_pus_uvs.fits wwins J1230-3121_S_2017_01_16_pus_map.win ! wwins: Wrote 3 windows to J1230-3121_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.000132695 Jy ! Component: 100 - total flux cleaned = -1.77099e-05 Jy ! Component: 150 - total flux cleaned = 0.000163939 Jy ! Component: 200 - total flux cleaned = 0.000233302 Jy ! Component: 250 - total flux cleaned = 0.000232793 Jy ! Component: 300 - total flux cleaned = 0.000232345 Jy ! Component: 350 - total flux cleaned = 0.0002324 Jy ! Component: 400 - total flux cleaned = 0.000263343 Jy ! Component: 450 - total flux cleaned = 0.000204729 Jy ! Component: 500 - total flux cleaned = 0.000146892 Jy ! Component: 550 - total flux cleaned = 6.34351e-06 Jy ! Component: 600 - total flux cleaned = -4.82417e-05 Jy ! Component: 650 - total flux cleaned = -0.000129005 Jy ! Component: 700 - total flux cleaned = -0.000260366 Jy ! Component: 750 - total flux cleaned = -0.000388797 Jy ! Component: 800 - total flux cleaned = -0.000464473 Jy ! Component: 850 - total flux cleaned = -0.0005385 Jy ! Component: 900 - total flux cleaned = -0.000610992 Jy ! Component: 950 - total flux cleaned = -0.000753037 Jy ! Component: 1000 - total flux cleaned = -0.000799474 Jy ! Component: 1050 - total flux cleaned = -0.000845514 Jy ! Component: 1100 - total flux cleaned = -0.00091338 Jy ! Component: 1150 - total flux cleaned = -0.00100236 Jy ! Component: 1200 - total flux cleaned = -0.00104595 Jy ! Component: 1250 - total flux cleaned = -0.0010676 Jy ! Component: 1300 - total flux cleaned = -0.00106773 Jy ! Component: 1350 - total flux cleaned = -0.00108928 Jy ! Component: 1400 - total flux cleaned = -0.00117238 Jy ! Component: 1450 - total flux cleaned = -0.00115165 Jy ! Component: 1500 - total flux cleaned = -0.00117175 Jy ! Component: 1550 - total flux cleaned = -0.00109253 Jy ! Component: 1600 - total flux cleaned = -0.00107318 Jy ! Component: 1650 - total flux cleaned = -0.00105371 Jy ! Component: 1700 - total flux cleaned = -0.00107324 Jy ! Component: 1750 - total flux cleaned = -0.00107323 Jy ! Component: 1800 - total flux cleaned = -0.00105428 Jy ! Component: 1850 - total flux cleaned = -0.00105469 Jy ! Component: 1900 - total flux cleaned = -0.00114689 Jy ! Component: 1950 - total flux cleaned = -0.00116518 Jy ! Component: 2000 - total flux cleaned = -0.00123745 Jy ! Component: 2050 - total flux cleaned = -0.00132695 Jy ! Component: 2100 - total flux cleaned = -0.00141543 Jy ! Component: 2150 - total flux cleaned = -0.00146781 Jy ! Component: 2200 - total flux cleaned = -0.00158957 Jy ! Component: 2250 - total flux cleaned = -0.00170983 Jy ! Component: 2300 - total flux cleaned = -0.00179473 Jy ! Component: 2350 - total flux cleaned = -0.0018791 Jy ! Component: 2400 - total flux cleaned = -0.00201296 Jy ! Component: 2450 - total flux cleaned = -0.00207918 Jy ! Component: 2500 - total flux cleaned = -0.0021612 Jy ! Component: 2550 - total flux cleaned = -0.0022263 Jy ! Component: 2600 - total flux cleaned = -0.00235535 Jy ! Component: 2650 - total flux cleaned = -0.00243527 Jy ! Component: 2700 - total flux cleaned = -0.00254645 Jy ! Component: 2750 - total flux cleaned = -0.00259363 Jy ! Component: 2800 - total flux cleaned = -0.00273438 Jy ! Component: 2850 - total flux cleaned = -0.00274992 Jy ! Component: 2900 - total flux cleaned = -0.00281151 Jy ! Component: 2950 - total flux cleaned = -0.00296422 Jy ! Component: 3000 - total flux cleaned = -0.00308539 Jy ! Component: 3050 - total flux cleaned = -0.00313071 Jy ! Component: 3100 - total flux cleaned = -0.00329497 Jy ! Component: 3150 - total flux cleaned = -0.00336907 Jy ! Component: 3200 - total flux cleaned = -0.00342791 Jy ! Component: 3250 - total flux cleaned = -0.00354493 Jy ! Component: 3300 - total flux cleaned = -0.00366111 Jy ! Component: 3350 - total flux cleaned = -0.00367549 Jy ! Component: 3400 - total flux cleaned = -0.00376139 Jy ! Component: 3450 - total flux cleaned = -0.0039178 Jy ! Component: 3500 - total flux cleaned = -0.00397414 Jy ! Component: 3550 - total flux cleaned = -0.00408624 Jy ! Component: 3600 - total flux cleaned = -0.0041142 Jy ! Component: 3650 - total flux cleaned = -0.00422491 Jy ! Component: 3700 - total flux cleaned = -0.00425241 Jy ! Component: 3750 - total flux cleaned = -0.00434791 Jy ! Component: 3800 - total flux cleaned = -0.00445652 Jy ! Component: 3850 - total flux cleaned = -0.00445643 Jy ! Component: 3900 - total flux cleaned = -0.0045637 Jy ! Component: 3950 - total flux cleaned = -0.00469697 Jy ! Component: 4000 - total flux cleaned = -0.00478965 Jy ! Component: 4050 - total flux cleaned = -0.00477653 Jy ! Total flux subtracted in 4096 components = -0.00484202 Jy ! Clean residual min=-0.000761 max=0.000655 Jy/beam ! Clean residual mean=-0.000003 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.194289 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 562 components and 0.194289 Jy ![Exited script file: muppet] wmap "J1230-3121_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 16.04 at 12.07 degrees (North through East) ! Clean map min=-0.001638 max=0.1163 Jy/beam ! Writing clean map to FITS file: J1230-3121_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.116301 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025912 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.668405 0.668405 1.33681 2.67362 5.34724 10.6945 21.389 42.7779 85.5559 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.116 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.171 x 16.04 at 12.07 degrees (North through East) ! Clean map min=-0.001638 max=0.1163 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 J1230-3121_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:13:41 2019