! Started logfile: J1209-4016_S_2017_05_27_pus_uvs.log on Fri May 3 11:05:28 2019 obs J1209-4016_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1209-4016_S_2017_05_27_pus_uva.fits ! AN table 1: 156 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.573219 visibilities/baseline/integration-bin. ! Found source: J1209-4016 ! ! 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 16096 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 J1209-4016_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 441 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 453 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 433 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1019 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.765732Jy sigma=0.003945 ! Fit after self-cal, rms=0.746669Jy sigma=0.003839 ! 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.443 mas, bmaj=8.345 mas, bpa=-1.676 degrees ! Estimated noise=2386.74 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.183262 Jy ! Component: 100 - total flux cleaned = 0.250955 Jy ! Total flux subtracted in 100 components = 0.250955 Jy ! Clean residual min=-0.017692 max=0.038546 Jy/beam ! Clean residual mean=-0.000167 rms=0.005767 Jy/beam ! Combined flux in latest and established models = 0.250955 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.250955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180623Jy sigma=0.000872 ! Fit after self-cal, rms=0.180503Jy sigma=0.000871 ! Inverting map ! Added new window around map position (-3, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0430593 Jy ! Component: 100 - total flux cleaned = 0.0706687 Jy ! Total flux subtracted in 100 components = 0.0706687 Jy ! Clean residual min=-0.013459 max=0.020683 Jy/beam ! Clean residual mean=-0.000108 rms=0.003575 Jy/beam ! Combined flux in latest and established models = 0.321624 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 49 components and 0.321624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162651Jy sigma=0.000742 ! Fit after self-cal, rms=0.162415Jy sigma=0.000741 ! 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.221 mas, bmaj=9.797 mas, bpa=-1.67 degrees ! Estimated noise=1290.28 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.0344708 Jy ! Component: 100 - total flux cleaned = 0.0520945 Jy ! Component: 150 - total flux cleaned = 0.0613238 Jy ! Component: 200 - total flux cleaned = 0.0661698 Jy ! Total flux subtracted in 200 components = 0.0661698 Jy ! Clean residual min=-0.010359 max=0.013539 Jy/beam ! Clean residual mean=-0.000195 rms=0.002927 Jy/beam ! Combined flux in latest and established models = 0.387794 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 75 components and 0.387794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156527Jy sigma=0.000695 ! Fit after self-cal, rms=0.156230Jy sigma=0.000693 ! 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.89 HN 0.99 KP 1.01 ! LA 0.98 MK 0.97 NL 1.10 OV 0.99 ! PT 1.07 SC 0.96 ! ! ! 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.96 HN 1.19 KP 0.97 ! LA 0.93 MK 0.98 NL 1.40 OV 1.02 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.53 KP 0.97 ! LA 0.95 MK 0.98 NL 1.36 OV 0.94 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.79 KP 1.00* ! LA 0.75 MK 0.91 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.156230Jy sigma=0.000693 ! Fit after self-cal, rms=0.171940Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=9.65 mas, bpa=-1.893 degrees ! Estimated noise=1312.1 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000709851 Jy ! Component: 100 - total flux cleaned = -0.000799396 Jy ! Component: 150 - total flux cleaned = -0.000884055 Jy ! Component: 200 - total flux cleaned = -0.000885938 Jy ! Total flux subtracted in 200 components = -0.000885938 Jy ! Clean residual min=-0.006308 max=0.005648 Jy/beam ! Clean residual mean=-0.000062 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.386908 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.386908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171817Jy sigma=0.000676 ! Fit after self-cal, rms=0.172244Jy sigma=0.000676 ! 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.172244Jy sigma=0.000676 ! Fit after self-cal, rms=0.173591Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.169 mas, bmaj=9.621 mas, bpa=-1.979 degrees ! Estimated noise=1309.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231255 Jy ! Component: 100 - total flux cleaned = -0.00022769 Jy ! Component: 150 - total flux cleaned = -0.000295209 Jy ! Component: 200 - total flux cleaned = -0.000356283 Jy ! Total flux subtracted in 200 components = -0.000356283 Jy ! Clean residual min=-0.005090 max=0.004188 Jy/beam ! Clean residual mean=-0.000030 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.386551 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.386551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173517Jy sigma=0.000673 ! Fit after self-cal, rms=0.173495Jy sigma=0.000673 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000268356 Jy ! Component: 100 - total flux cleaned = -0.00026772 Jy ! Component: 150 - total flux cleaned = -0.000323259 Jy ! Component: 200 - total flux cleaned = -0.000324708 Jy ! Total flux subtracted in 200 components = -0.000324708 Jy ! Clean residual min=-0.004902 max=0.004101 Jy/beam ! Clean residual mean=-0.000032 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.386227 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 91 components and 0.386227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173445Jy sigma=0.000673 ! Fit after self-cal, rms=0.173435Jy sigma=0.000673 ! 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.173435Jy sigma=0.000673 ! Fit after self-cal, rms=0.173964Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=9.601 mas, bpa=-2.019 degrees ! Estimated noise=1307.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000457105 Jy ! Component: 100 - total flux cleaned = -0.000406332 Jy ! Component: 150 - total flux cleaned = -0.000404932 Jy ! Component: 200 - total flux cleaned = -0.000406562 Jy ! Total flux subtracted in 200 components = -0.000406562 Jy ! Clean residual min=-0.004247 max=0.004106 Jy/beam ! Clean residual mean=-0.000016 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.38582 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.38582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173930Jy sigma=0.000672 ! Fit after self-cal, rms=0.173894Jy sigma=0.000672 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.000183789 Jy ! Component: 100 - total flux cleaned = -0.000140596 Jy ! Component: 150 - total flux cleaned = -0.000139195 Jy ! Component: 200 - total flux cleaned = -0.000137707 Jy ! Total flux subtracted in 200 components = -0.000137707 Jy ! Clean residual min=-0.004100 max=0.004042 Jy/beam ! Clean residual mean=-0.000017 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.385682 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 102 components and 0.385682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173869Jy sigma=0.000672 ! Fit after self-cal, rms=0.173860Jy sigma=0.000672 ! 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.173860Jy sigma=0.000672 ! Fit after self-cal, rms=0.174487Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.734 mas, bmaj=32.85 mas, bpa=-2.396 degrees ! Estimated noise=1601.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00013055 Jy ! Component: 100 - total flux cleaned = -0.000131536 Jy ! Component: 150 - total flux cleaned = -0.000132133 Jy ! Component: 200 - total flux cleaned = -0.000132566 Jy ! Total flux subtracted in 200 components = -0.000132566 Jy ! Clean residual min=-0.002863 max=0.003394 Jy/beam ! Clean residual mean=-0.000026 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.38555 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 107 components and 0.38555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174484Jy sigma=0.000672 ! Fit after self-cal, rms=0.174493Jy sigma=0.000672 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 = 2.39217e-05 Jy ! Component: 100 - total flux cleaned = 2.43266e-05 Jy ! Component: 150 - total flux cleaned = 2.40604e-05 Jy ! Component: 200 - total flux cleaned = 2.37114e-05 Jy ! Total flux subtracted in 200 components = 2.37114e-05 Jy ! Clean residual min=-0.002868 max=0.003387 Jy/beam ! Clean residual mean=-0.000026 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.385574 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 107 components and 0.385573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174491Jy sigma=0.000672 ! Fit after self-cal, rms=0.174492Jy sigma=0.000672 ! 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.162 mas, bmaj=9.589 mas, bpa=-2.007 degrees ! Estimated noise=1306.09 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.162 x 9.589 at -2.007 degrees (North through East) ! Clean map min=-0.003906 max=0.23729 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.411 mas, bmaj=8.195 mas, bpa=-1.885 degrees ! Estimated noise=2404.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.185089 Jy ! Component: 100 - total flux cleaned = 0.256381 Jy ! Component: 150 - total flux cleaned = 0.299373 Jy ! Component: 200 - total flux cleaned = 0.327364 Jy ! Total flux subtracted in 200 components = 0.327364 Jy ! Clean residual min=-0.008480 max=0.015494 Jy/beam ! Clean residual mean=-0.000082 rms=0.002620 Jy/beam ! Combined flux in latest and established models = 0.327364 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.327364 Jy ! Inverting map and beam ! Estimated beam: bmin=3.162 mas, bmaj=9.589 mas, bpa=-2.007 degrees ! Estimated noise=1306.09 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, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0293202 Jy ! Component: 100 - total flux cleaned = 0.0431026 Jy ! Component: 150 - total flux cleaned = 0.0502311 Jy ! Component: 200 - total flux cleaned = 0.0540495 Jy ! Total flux subtracted in 200 components = 0.0540495 Jy ! Clean residual min=-0.003805 max=0.003253 Jy/beam ! Clean residual mean=-0.000031 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.381414 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 74 components and 0.381414 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=9.734 mas, bmaj=32.85 mas, bpa=-2.396 degrees ! Estimated noise=1601.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273941 Jy ! Component: 100 - total flux cleaned = 0.00358637 Jy ! Component: 150 - total flux cleaned = 0.0037004 Jy ! Component: 200 - total flux cleaned = 0.00376927 Jy ! Total flux subtracted in 200 components = 0.00376927 Jy ! Clean residual min=-0.002946 max=0.003436 Jy/beam ! Clean residual mean=-0.000029 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.385183 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 = 3.97003e-05 Jy ! Component: 100 - total flux cleaned = 9.23168e-05 Jy ! Component: 150 - total flux cleaned = 0.000124161 Jy ! Component: 200 - total flux cleaned = 0.000125542 Jy ! Total flux subtracted in 200 components = 0.000125542 Jy ! Clean residual min=-0.002874 max=0.003429 Jy/beam ! Clean residual mean=-0.000028 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.385309 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 94 components and 0.385309 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.162 mas, bmaj=9.589 mas, bpa=-2.007 degrees ! Estimated noise=1306.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000435816 Jy ! Component: 100 - total flux cleaned = -0.000436653 Jy ! Component: 150 - total flux cleaned = -0.000438019 Jy ! Component: 200 - total flux cleaned = -0.000438301 Jy ! Total flux subtracted in 200 components = -0.000438301 Jy ! Clean residual min=-0.003451 max=0.003451 Jy/beam ! Clean residual mean=-0.000019 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.38487 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.38487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174370Jy sigma=0.000671 ! Fit after self-cal, rms=0.174319Jy sigma=0.000671 wmodel J1209-4016_S_2017_05_27_pus_map.mod ! Writing 111 model components to file: J1209-4016_S_2017_05_27_pus_map.mod wobs J1209-4016_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1209-4016_S_2017_05_27_pus_uvs.fits wwins J1209-4016_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J1209-4016_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.000253224 Jy ! Component: 100 - total flux cleaned = -0.000477096 Jy ! Component: 150 - total flux cleaned = -0.0010035 Jy ! Component: 200 - total flux cleaned = -0.00149663 Jy ! Component: 250 - total flux cleaned = -0.00186808 Jy ! Component: 300 - total flux cleaned = -0.0021759 Jy ! Component: 350 - total flux cleaned = -0.00259505 Jy ! Component: 400 - total flux cleaned = -0.00295933 Jy ! Component: 450 - total flux cleaned = -0.00338917 Jy ! Component: 500 - total flux cleaned = -0.00384568 Jy ! Component: 550 - total flux cleaned = -0.00421634 Jy ! Component: 600 - total flux cleaned = -0.0045421 Jy ! Component: 650 - total flux cleaned = -0.00489594 Jy ! Component: 700 - total flux cleaned = -0.00510307 Jy ! Component: 750 - total flux cleaned = -0.00537336 Jy ! Component: 800 - total flux cleaned = -0.00553877 Jy ! Component: 850 - total flux cleaned = -0.00586307 Jy ! Component: 900 - total flux cleaned = -0.00605442 Jy ! Component: 950 - total flux cleaned = -0.00636805 Jy ! Component: 1000 - total flux cleaned = -0.00652203 Jy ! Component: 1050 - total flux cleaned = -0.00670376 Jy ! Component: 1100 - total flux cleaned = -0.00679365 Jy ! Component: 1150 - total flux cleaned = -0.0070003 Jy ! Component: 1200 - total flux cleaned = -0.00717427 Jy ! Component: 1250 - total flux cleaned = -0.00726019 Jy ! Component: 1300 - total flux cleaned = -0.00742982 Jy ! Component: 1350 - total flux cleaned = -0.00756906 Jy ! Component: 1400 - total flux cleaned = -0.00773355 Jy ! Component: 1450 - total flux cleaned = -0.00778774 Jy ! Component: 1500 - total flux cleaned = -0.00792168 Jy ! Component: 1550 - total flux cleaned = -0.00802739 Jy ! Component: 1600 - total flux cleaned = -0.00818395 Jy ! Component: 1650 - total flux cleaned = -0.00823538 Jy ! Component: 1700 - total flux cleaned = -0.00833739 Jy ! Component: 1750 - total flux cleaned = -0.00848821 Jy ! Component: 1800 - total flux cleaned = -0.00858734 Jy ! Component: 1850 - total flux cleaned = -0.00870976 Jy ! Component: 1900 - total flux cleaned = -0.00880699 Jy ! Component: 1950 - total flux cleaned = -0.00892695 Jy ! Component: 2000 - total flux cleaned = -0.00902194 Jy ! Component: 2050 - total flux cleaned = -0.00913952 Jy ! Component: 2100 - total flux cleaned = -0.00923239 Jy ! Component: 2150 - total flux cleaned = -0.0094167 Jy ! Component: 2200 - total flux cleaned = -0.00946233 Jy ! Component: 2250 - total flux cleaned = -0.00962069 Jy ! Component: 2300 - total flux cleaned = -0.00973265 Jy ! Component: 2350 - total flux cleaned = -0.00984368 Jy ! Component: 2400 - total flux cleaned = -0.00997573 Jy ! Component: 2450 - total flux cleaned = -0.0100628 Jy ! Component: 2500 - total flux cleaned = -0.010171 Jy ! Component: 2550 - total flux cleaned = -0.0102993 Jy ! Component: 2600 - total flux cleaned = -0.0104053 Jy ! Component: 2650 - total flux cleaned = -0.0104894 Jy ! Component: 2700 - total flux cleaned = -0.0106354 Jy ! Component: 2750 - total flux cleaned = -0.0107595 Jy ! Component: 2800 - total flux cleaned = -0.0108005 Jy ! Component: 2850 - total flux cleaned = -0.0108415 Jy ! Component: 2900 - total flux cleaned = -0.010983 Jy ! Component: 2950 - total flux cleaned = -0.0110833 Jy ! Component: 3000 - total flux cleaned = -0.0111828 Jy ! Component: 3050 - total flux cleaned = -0.0112421 Jy ! Component: 3100 - total flux cleaned = -0.0113404 Jy ! Component: 3150 - total flux cleaned = -0.011438 Jy ! Component: 3200 - total flux cleaned = -0.0115348 Jy ! Component: 3250 - total flux cleaned = -0.011631 Jy ! Component: 3300 - total flux cleaned = -0.0117073 Jy ! Component: 3350 - total flux cleaned = -0.0118213 Jy ! Component: 3400 - total flux cleaned = -0.0119532 Jy ! Component: 3450 - total flux cleaned = -0.0120281 Jy ! Component: 3500 - total flux cleaned = -0.0121024 Jy ! Component: 3550 - total flux cleaned = -0.0121393 Jy ! Component: 3600 - total flux cleaned = -0.012231 Jy ! Component: 3650 - total flux cleaned = -0.0123402 Jy ! Component: 3700 - total flux cleaned = -0.0123766 Jy ! Component: 3750 - total flux cleaned = -0.0123766 Jy ! Component: 3800 - total flux cleaned = -0.0125378 Jy ! Component: 3850 - total flux cleaned = -0.0125736 Jy ! Component: 3900 - total flux cleaned = -0.0126267 Jy ! Component: 3950 - total flux cleaned = -0.0126444 Jy ! Component: 4000 - total flux cleaned = -0.0126969 Jy ! Component: 4050 - total flux cleaned = -0.0126969 Jy ! Total flux subtracted in 4096 components = -0.0126969 Jy ! Clean residual min=-0.000933 max=0.001068 Jy/beam ! Clean residual mean=-0.000010 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.372173 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 372 components and 0.372173 Jy ![Exited script file: muppet] wmap "J1209-4016_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.162 x 9.589 at -2.007 degrees (North through East) ! Clean map min=-0.0024726 max=0.24218 Jy/beam ! Writing clean map to FITS file: J1209-4016_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.242184 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000309292 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.383129 0.383129 0.766257 1.53251 3.06503 6.13006 12.2601 24.5202 49.0405 98.0809 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.242 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.162 x 9.589 at -2.007 degrees (North through East) ! Clean map min=-0.0024726 max=0.24218 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 J1209-4016_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:05:32 2019