! Started logfile: J1226-1328_S_2017_07_16_pus_uvs.log on Thu May 9 11:08:47 2019 obs J1226-1328_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1226-1328_S_2017_07_16_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776023 visibilities/baseline/integration-bin. ! Found source: J1226-1328 ! ! 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 815 lines of history. ! ! Reading 10616 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 J1226-1328_S_2017_07_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 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 658 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.874728Jy sigma=0.007337 ! Fit after self-cal, rms=0.846581Jy sigma=0.007115 ! 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.438 mas, bmaj=6.387 mas, bpa=-5.012 degrees ! Estimated noise=1330.15 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.116048 Jy ! Component: 100 - total flux cleaned = 0.144726 Jy ! Total flux subtracted in 100 components = 0.144726 Jy ! Clean residual min=-0.009396 max=0.024005 Jy/beam ! Clean residual mean=-0.000020 rms=0.002923 Jy/beam ! Combined flux in latest and established models = 0.144726 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.144726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094562Jy sigma=0.000778 ! Fit after self-cal, rms=0.094532Jy sigma=0.000778 ! Inverting map ! Added new window around map position (3, -9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0199703 Jy ! Component: 100 - total flux cleaned = 0.026858 Jy ! Total flux subtracted in 100 components = 0.026858 Jy ! Clean residual min=-0.007314 max=0.016123 Jy/beam ! Clean residual mean=-0.000017 rms=0.002177 Jy/beam ! Combined flux in latest and established models = 0.171584 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.171584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090183Jy sigma=0.000743 ! Fit after self-cal, rms=0.089635Jy sigma=0.000738 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.902 mas, bmaj=7.173 mas, bpa=-5.241 degrees ! Estimated noise=984.444 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 (-3, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01174 Jy ! Component: 100 - total flux cleaned = 0.0174706 Jy ! Component: 150 - total flux cleaned = 0.0194891 Jy ! Component: 200 - total flux cleaned = 0.019971 Jy ! Total flux subtracted in 200 components = 0.019971 Jy ! Clean residual min=-0.006057 max=0.005915 Jy/beam ! Clean residual mean=-0.000007 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.191555 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.191555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088063Jy sigma=0.000726 ! Fit after self-cal, rms=0.088007Jy sigma=0.000725 ! 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.39 FD 1.00* HN 0.96 KP 1.01 ! LA 1.01 MK 1.04 NL 0.88 OV 0.98 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.00* HN 1.04 KP 1.00 ! LA 0.99 MK 1.00 NL 1.02 OV 0.98 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00* HN 0.95 KP 0.98 ! LA 1.01 MK 1.02 NL 0.97 OV 0.90 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.088007Jy sigma=0.000725 ! Fit after self-cal, rms=0.089776Jy sigma=0.000716 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.905 mas, bmaj=7.157 mas, bpa=-4.493 degrees ! Estimated noise=993.061 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.00299574 Jy ! Component: 100 - total flux cleaned = -0.00345653 Jy ! Component: 150 - total flux cleaned = -0.00374975 Jy ! Component: 200 - total flux cleaned = -0.00392175 Jy ! Total flux subtracted in 200 components = -0.00392175 Jy ! Clean residual min=-0.004337 max=0.005177 Jy/beam ! Clean residual mean=-0.000002 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.187633 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 47 components and 0.187633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089464Jy sigma=0.000714 ! Fit after self-cal, rms=0.089478Jy sigma=0.000714 ! 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.089478Jy sigma=0.000714 ! Fit after self-cal, rms=0.091032Jy sigma=0.000705 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.908 mas, bmaj=7.181 mas, bpa=-3.992 degrees ! Estimated noise=990.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128445 Jy ! Component: 100 - total flux cleaned = -0.00128177 Jy ! Component: 150 - total flux cleaned = -0.00133167 Jy ! Component: 200 - total flux cleaned = -0.00137845 Jy ! Total flux subtracted in 200 components = -0.00137845 Jy ! Clean residual min=-0.003386 max=0.002834 Jy/beam ! Clean residual mean=-0.000001 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.186255 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.186255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090956Jy sigma=0.000704 ! Fit after self-cal, rms=0.091033Jy sigma=0.000704 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.000188451 Jy ! Component: 100 - total flux cleaned = 0.00019031 Jy ! Component: 150 - total flux cleaned = 0.000189768 Jy ! Component: 200 - total flux cleaned = 0.000157058 Jy ! Total flux subtracted in 200 components = 0.000157058 Jy ! Clean residual min=-0.003364 max=0.002901 Jy/beam ! Clean residual mean=-0.000001 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.186412 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 69 components and 0.186412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091004Jy sigma=0.000704 ! Fit after self-cal, rms=0.091003Jy 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.091003Jy sigma=0.000703 ! Fit after self-cal, rms=0.091764Jy sigma=0.000703 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=7.197 mas, bpa=-3.862 degrees ! Estimated noise=991.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00104664 Jy ! Component: 100 - total flux cleaned = -0.00121642 Jy ! Component: 150 - total flux cleaned = -0.00121581 Jy ! Component: 200 - total flux cleaned = -0.00121685 Jy ! Total flux subtracted in 200 components = -0.00121685 Jy ! Clean residual min=-0.003188 max=0.002813 Jy/beam ! Clean residual mean=-0.000001 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.185195 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.185195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091721Jy sigma=0.000703 ! Fit after self-cal, rms=0.091726Jy 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 = 2.78222e-05 Jy ! Component: 100 - total flux cleaned = 2.84763e-05 Jy ! Component: 150 - total flux cleaned = -2.40466e-05 Jy ! Component: 200 - total flux cleaned = -4.81588e-05 Jy ! Total flux subtracted in 200 components = -4.81588e-05 Jy ! Clean residual min=-0.003155 max=0.002832 Jy/beam ! Clean residual mean=-0.000001 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.185147 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.185147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091711Jy sigma=0.000703 ! Fit after self-cal, rms=0.091709Jy sigma=0.000703 ! 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.091709Jy sigma=0.000703 ! Fit after self-cal, rms=0.092229Jy sigma=0.000703 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.759 mas, bmaj=13.61 mas, bpa=-2.778 degrees ! Estimated noise=1357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306646 Jy ! Component: 100 - total flux cleaned = 0.000265335 Jy ! Component: 150 - total flux cleaned = 0.000265207 Jy ! Component: 200 - total flux cleaned = 0.000233023 Jy ! Total flux subtracted in 200 components = 0.000233023 Jy ! Clean residual min=-0.003605 max=0.003220 Jy/beam ! Clean residual mean=0.000002 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.18538 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.18538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092215Jy sigma=0.000703 ! Fit after self-cal, rms=0.092215Jy 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 = -1.17905e-05 Jy ! Component: 100 - total flux cleaned = -1.1127e-05 Jy ! Component: 150 - total flux cleaned = -3.63652e-05 Jy ! Component: 200 - total flux cleaned = -8.08039e-05 Jy ! Total flux subtracted in 200 components = -8.08039e-05 Jy ! Clean residual min=-0.003502 max=0.003162 Jy/beam ! Clean residual mean=0.000002 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.185299 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.185299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092218Jy sigma=0.000703 ! Fit after self-cal, rms=0.092216Jy sigma=0.000703 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=7.209 mas, bpa=-3.761 degrees ! Estimated noise=991.83 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.904 x 7.209 at -3.761 degrees (North through East) ! Clean map min=-0.0030996 max=0.14602 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.416 mas, bmaj=6.471 mas, bpa=-3.638 degrees ! Estimated noise=1394.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11829 Jy ! Component: 100 - total flux cleaned = 0.148576 Jy ! Component: 150 - total flux cleaned = 0.162753 Jy ! Component: 200 - total flux cleaned = 0.170615 Jy ! Total flux subtracted in 200 components = 0.170615 Jy ! Clean residual min=-0.004144 max=0.005048 Jy/beam ! Clean residual mean=-0.000003 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.170615 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.170615 Jy ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=7.209 mas, bpa=-3.761 degrees ! Estimated noise=991.83 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.00585208 Jy ! Component: 100 - total flux cleaned = 0.0091245 Jy ! Component: 150 - total flux cleaned = 0.0104483 Jy ! Component: 200 - total flux cleaned = 0.0111343 Jy ! Total flux subtracted in 200 components = 0.0111343 Jy ! Clean residual min=-0.003155 max=0.002697 Jy/beam ! Clean residual mean=-0.000003 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.181749 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 50 components and 0.181749 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=6.759 mas, bmaj=13.61 mas, bpa=-2.778 degrees ! Estimated noise=1357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218988 Jy ! Component: 100 - total flux cleaned = 0.00316205 Jy ! Component: 150 - total flux cleaned = 0.00330786 Jy ! Component: 200 - total flux cleaned = 0.00340304 Jy ! Total flux subtracted in 200 components = 0.00340304 Jy ! Clean residual min=-0.003401 max=0.003346 Jy/beam ! Clean residual mean=0.000001 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.185152 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.09608e-05 Jy ! Component: 100 - total flux cleaned = 3.23206e-05 Jy ! Component: 150 - total flux cleaned = 5.84186e-05 Jy ! Component: 200 - total flux cleaned = 8.18503e-05 Jy ! Total flux subtracted in 200 components = 8.18503e-05 Jy ! Clean residual min=-0.003371 max=0.003230 Jy/beam ! Clean residual mean=0.000001 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.185234 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.185234 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=7.209 mas, bpa=-3.761 degrees ! Estimated noise=991.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000921049 Jy ! Component: 100 - total flux cleaned = -0.000973009 Jy ! Component: 150 - total flux cleaned = -0.000927882 Jy ! Component: 200 - total flux cleaned = -0.000927793 Jy ! Total flux subtracted in 200 components = -0.000927793 Jy ! Clean residual min=-0.003087 max=0.002654 Jy/beam ! Clean residual mean=-0.000001 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.184306 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.184306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092218Jy sigma=0.000703 ! Fit after self-cal, rms=0.092199Jy sigma=0.000703 wmodel J1226-1328_S_2017_07_16_pus_map.mod ! Writing 85 model components to file: J1226-1328_S_2017_07_16_pus_map.mod wobs J1226-1328_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1226-1328_S_2017_07_16_pus_uvs.fits wwins J1226-1328_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1226-1328_S_2017_07_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.000905817 Jy ! Component: 100 - total flux cleaned = -0.00104477 Jy ! Component: 150 - total flux cleaned = -0.00108927 Jy ! Component: 200 - total flux cleaned = -0.00117439 Jy ! Component: 250 - total flux cleaned = -0.00137678 Jy ! Component: 300 - total flux cleaned = -0.001338 Jy ! Component: 350 - total flux cleaned = -0.00130121 Jy ! Component: 400 - total flux cleaned = -0.00130135 Jy ! Component: 450 - total flux cleaned = -0.00133651 Jy ! Component: 500 - total flux cleaned = -0.00133673 Jy ! Component: 550 - total flux cleaned = -0.00143746 Jy ! Component: 600 - total flux cleaned = -0.00146937 Jy ! Component: 650 - total flux cleaned = -0.00146822 Jy ! Component: 700 - total flux cleaned = -0.00143629 Jy ! Component: 750 - total flux cleaned = -0.00137575 Jy ! Component: 800 - total flux cleaned = -0.00143613 Jy ! Component: 850 - total flux cleaned = -0.00137758 Jy ! Component: 900 - total flux cleaned = -0.00143531 Jy ! Component: 950 - total flux cleaned = -0.00143553 Jy ! Component: 1000 - total flux cleaned = -0.00138051 Jy ! Component: 1050 - total flux cleaned = -0.0013268 Jy ! Component: 1100 - total flux cleaned = -0.00132727 Jy ! Component: 1150 - total flux cleaned = -0.00127535 Jy ! Component: 1200 - total flux cleaned = -0.00124993 Jy ! Component: 1250 - total flux cleaned = -0.00122465 Jy ! Component: 1300 - total flux cleaned = -0.00110068 Jy ! Component: 1350 - total flux cleaned = -0.00100394 Jy ! Component: 1400 - total flux cleaned = -0.00100371 Jy ! Component: 1450 - total flux cleaned = -0.000885838 Jy ! Component: 1500 - total flux cleaned = -0.000770237 Jy ! Component: 1550 - total flux cleaned = -0.000724541 Jy ! Component: 1600 - total flux cleaned = -0.000611711 Jy ! Component: 1650 - total flux cleaned = -0.000522809 Jy ! Component: 1700 - total flux cleaned = -0.000391664 Jy ! Component: 1750 - total flux cleaned = -0.000262181 Jy ! Component: 1800 - total flux cleaned = -0.000283404 Jy ! Component: 1850 - total flux cleaned = -0.00021999 Jy ! Component: 1900 - total flux cleaned = -0.000199481 Jy ! Component: 1950 - total flux cleaned = -0.000199302 Jy ! Component: 2000 - total flux cleaned = -9.86848e-05 Jy ! Component: 2050 - total flux cleaned = -3.85541e-05 Jy ! Component: 2100 - total flux cleaned = 2.05361e-05 Jy ! Component: 2150 - total flux cleaned = 0.000117921 Jy ! Component: 2200 - total flux cleaned = 0.000233661 Jy ! Component: 2250 - total flux cleaned = 0.000233655 Jy ! Component: 2300 - total flux cleaned = 0.000347168 Jy ! Component: 2350 - total flux cleaned = 0.000459529 Jy ! Component: 2400 - total flux cleaned = 0.000533773 Jy ! Component: 2450 - total flux cleaned = 0.000716782 Jy ! Component: 2500 - total flux cleaned = 0.000771061 Jy ! Component: 2550 - total flux cleaned = 0.000860523 Jy ! Component: 2600 - total flux cleaned = 0.000914165 Jy ! Component: 2650 - total flux cleaned = 0.00109025 Jy ! Component: 2700 - total flux cleaned = 0.00124714 Jy ! Component: 2750 - total flux cleaned = 0.00138501 Jy ! Component: 2800 - total flux cleaned = 0.00143603 Jy ! Component: 2850 - total flux cleaned = 0.00157164 Jy ! Component: 2900 - total flux cleaned = 0.00163858 Jy ! Component: 2950 - total flux cleaned = 0.00180467 Jy ! Component: 3000 - total flux cleaned = 0.00183767 Jy ! Component: 3050 - total flux cleaned = 0.00200036 Jy ! Component: 3100 - total flux cleaned = 0.00203292 Jy ! Component: 3150 - total flux cleaned = 0.00217709 Jy ! Component: 3200 - total flux cleaned = 0.00217691 Jy ! Component: 3250 - total flux cleaned = 0.00231821 Jy ! Component: 3300 - total flux cleaned = 0.00241154 Jy ! Component: 3350 - total flux cleaned = 0.00247334 Jy ! Component: 3400 - total flux cleaned = 0.0025805 Jy ! Component: 3450 - total flux cleaned = 0.00270177 Jy ! Component: 3500 - total flux cleaned = 0.00273187 Jy ! Component: 3550 - total flux cleaned = 0.00283631 Jy ! Component: 3600 - total flux cleaned = 0.00289534 Jy ! Component: 3650 - total flux cleaned = 0.00295414 Jy ! Component: 3700 - total flux cleaned = 0.00304157 Jy ! Component: 3750 - total flux cleaned = 0.00312835 Jy ! Component: 3800 - total flux cleaned = 0.00317145 Jy ! Component: 3850 - total flux cleaned = 0.00317136 Jy ! Component: 3900 - total flux cleaned = 0.00324223 Jy ! Component: 3950 - total flux cleaned = 0.00331248 Jy ! Component: 4000 - total flux cleaned = 0.0034242 Jy ! Component: 4050 - total flux cleaned = 0.00343801 Jy ! Total flux subtracted in 4096 components = 0.0035483 Jy ! Clean residual min=-0.000893 max=0.000834 Jy/beam ! Clean residual mean=-0.000001 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.187855 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 380 components and 0.187855 Jy ![Exited script file: muppet] wmap "J1226-1328_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.904 x 7.209 at -3.761 degrees (North through East) ! Clean map min=-0.0020442 max=0.14663 Jy/beam ! Writing clean map to FITS file: J1226-1328_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.146628 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000248279 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.507975 0.507975 1.01595 2.0319 4.0638 8.1276 16.2552 32.5104 65.0208 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.146 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.904 x 7.209 at -3.761 degrees (North through East) ! Clean map min=-0.0020442 max=0.14663 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 J1226-1328_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:08:51 2019