! Started logfile: J1327+2210_S_2017_06_10_pus_uvs.log on Mon May 6 14:54:26 2019 obs J1327+2210_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1327+2210_S_2017_06_10_pus_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.745679 visibilities/baseline/integration-bin. ! Found source: J1327+2210 ! ! 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 1154 lines of history. ! ! Reading 8456 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 J1327+2210_S_2017_06_10_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 458 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.620808Jy sigma=0.006083 ! Fit after self-cal, rms=0.605038Jy sigma=0.005943 ! 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.573 mas, bmaj=6.124 mas, bpa=1.455 degrees ! Estimated noise=1238.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.300873 Jy ! Component: 100 - total flux cleaned = 0.371237 Jy ! Total flux subtracted in 100 components = 0.371237 Jy ! Clean residual min=-0.010133 max=0.027549 Jy/beam ! Clean residual mean=-0.000112 rms=0.002847 Jy/beam ! Combined flux in latest and established models = 0.371237 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.371237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107206Jy sigma=0.000970 ! Fit after self-cal, rms=0.107207Jy sigma=0.000970 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0290271 Jy ! Component: 100 - total flux cleaned = 0.0453775 Jy ! Total flux subtracted in 100 components = 0.0453775 Jy ! Clean residual min=-0.008266 max=0.011799 Jy/beam ! Clean residual mean=-0.000065 rms=0.002186 Jy/beam ! Combined flux in latest and established models = 0.416615 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.416615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096099Jy sigma=0.000855 ! Fit after self-cal, rms=0.096057Jy sigma=0.000854 ! 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.497 mas, bmaj=7.439 mas, bpa=6.075 degrees ! Estimated noise=927.225 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.0151204 Jy ! Component: 100 - total flux cleaned = 0.0234336 Jy ! Component: 150 - total flux cleaned = 0.028427 Jy ! Component: 200 - total flux cleaned = 0.0314984 Jy ! Total flux subtracted in 200 components = 0.0314984 Jy ! Clean residual min=-0.006211 max=0.008627 Jy/beam ! Clean residual mean=-0.000012 rms=0.001706 Jy/beam ! Combined flux in latest and established models = 0.448113 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 54 components and 0.448113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093431Jy sigma=0.000831 ! Fit after self-cal, rms=0.093380Jy sigma=0.000831 ! 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.98 FD 0.93 HN 0.96 KP 1.02 ! LA 1.03 MK 1.06 NL 0.91 OV 1.00 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.31 FD 0.97 HN 1.01 KP 0.99 ! LA 0.98 MK 1.03 NL 1.07 OV 1.03 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.00 KP 0.99 ! LA 1.00 MK 1.07 NL 1.02 OV 0.95 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.97 KP 1.00* ! LA 1.13 MK 1.20 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.093380Jy sigma=0.000831 ! Fit after self-cal, rms=0.088647Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.494 mas, bmaj=7.507 mas, bpa=6.675 degrees ! Estimated noise=934.514 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 (31.5, 56.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0064272 Jy ! Component: 100 - total flux cleaned = 0.00766223 Jy ! Component: 150 - total flux cleaned = 0.00815922 Jy ! Component: 200 - total flux cleaned = 0.00826485 Jy ! Total flux subtracted in 200 components = 0.00826485 Jy ! Clean residual min=-0.005721 max=0.005998 Jy/beam ! Clean residual mean=-0.000016 rms=0.001437 Jy/beam ! Combined flux in latest and established models = 0.456378 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 80 components and 0.456378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087942Jy sigma=0.000770 ! Fit after self-cal, rms=0.087937Jy sigma=0.000769 ! 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.087937Jy sigma=0.000769 ! Fit after self-cal, rms=0.079708Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.505 mas, bmaj=7.501 mas, bpa=6.992 degrees ! Estimated noise=934.509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000742535 Jy ! Component: 100 - total flux cleaned = 0.001285 Jy ! Component: 150 - total flux cleaned = 0.00186446 Jy ! Component: 200 - total flux cleaned = 0.00236327 Jy ! Total flux subtracted in 200 components = 0.00236327 Jy ! Clean residual min=-0.002916 max=0.003708 Jy/beam ! Clean residual mean=-0.000006 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.458741 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.458741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079574Jy sigma=0.000681 ! Fit after self-cal, rms=0.079623Jy sigma=0.000681 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 (-1.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324447 Jy ! Component: 100 - total flux cleaned = 0.0037362 Jy ! Component: 150 - total flux cleaned = 0.00422206 Jy ! Component: 200 - total flux cleaned = 0.00435949 Jy ! Total flux subtracted in 200 components = 0.00435949 Jy ! Clean residual min=-0.002715 max=0.002662 Jy/beam ! Clean residual mean=-0.000001 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.463101 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.463101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079463Jy sigma=0.000679 ! Fit after self-cal, rms=0.079427Jy sigma=0.000679 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079427Jy sigma=0.000679 ! Fit after self-cal, rms=0.078249Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.508 mas, bmaj=7.49 mas, bpa=6.876 degrees ! Estimated noise=934.579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111571 Jy ! Component: 100 - total flux cleaned = 0.00157135 Jy ! Component: 150 - total flux cleaned = 0.00187332 Jy ! Component: 200 - total flux cleaned = 0.00202749 Jy ! Total flux subtracted in 200 components = 0.00202749 Jy ! Clean residual min=-0.002481 max=0.002375 Jy/beam ! Clean residual mean=-0.000003 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.465128 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 136 components and 0.465128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078185Jy sigma=0.000670 ! Fit after self-cal, rms=0.078175Jy sigma=0.000670 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.000338781 Jy ! Component: 100 - total flux cleaned = 0.000563513 Jy ! Component: 150 - total flux cleaned = 0.000663678 Jy ! Component: 200 - total flux cleaned = 0.000695508 Jy ! Total flux subtracted in 200 components = 0.000695508 Jy ! Clean residual min=-0.002457 max=0.002363 Jy/beam ! Clean residual mean=-0.000003 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.465824 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 146 components and 0.465824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078146Jy sigma=0.000670 ! Fit after self-cal, rms=0.078140Jy sigma=0.000670 ! 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.078140Jy sigma=0.000670 ! Fit after self-cal, rms=0.078068Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.147 mas, bmaj=10.5 mas, bpa=-7.682 degrees ! Estimated noise=1066.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000279923 Jy ! Component: 100 - total flux cleaned = 3.18557e-05 Jy ! Component: 150 - total flux cleaned = 0.000372118 Jy ! Component: 200 - total flux cleaned = 0.000661037 Jy ! Total flux subtracted in 200 components = 0.000661037 Jy ! Clean residual min=-0.002589 max=0.002796 Jy/beam ! Clean residual mean=-0.000008 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.466485 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 163 components and 0.466485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078045Jy sigma=0.000670 ! Fit after self-cal, rms=0.078036Jy sigma=0.000670 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.93283e-05 Jy ! Component: 100 - total flux cleaned = 0.000333206 Jy ! Component: 150 - total flux cleaned = 0.000569187 Jy ! Component: 200 - total flux cleaned = 0.000701049 Jy ! Total flux subtracted in 200 components = 0.000701049 Jy ! Clean residual min=-0.002569 max=0.002775 Jy/beam ! Clean residual mean=-0.000008 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.467186 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 179 components and 0.467186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078029Jy sigma=0.000670 ! Fit after self-cal, rms=0.078024Jy sigma=0.000670 ! 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.512 mas, bmaj=7.487 mas, bpa=6.822 degrees ! Estimated noise=934.342 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.512 x 7.487 at 6.822 degrees (North through East) ! Clean map min=-0.0023399 max=0.39599 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.597 mas, bmaj=6.146 mas, bpa=2.331 degrees ! Estimated noise=1255.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.303721 Jy ! Component: 100 - total flux cleaned = 0.373465 Jy ! Component: 150 - total flux cleaned = 0.401676 Jy ! Component: 200 - total flux cleaned = 0.417296 Jy ! Total flux subtracted in 200 components = 0.417296 Jy ! Clean residual min=-0.004816 max=0.008061 Jy/beam ! Clean residual mean=-0.000040 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.417296 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.417296 Jy ! Inverting map and beam ! Estimated beam: bmin=4.512 mas, bmaj=7.487 mas, bpa=6.822 degrees ! Estimated noise=934.342 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.0136733 Jy ! Component: 100 - total flux cleaned = 0.022293 Jy ! Component: 150 - total flux cleaned = 0.0284561 Jy ! Component: 200 - total flux cleaned = 0.0331803 Jy ! Total flux subtracted in 200 components = 0.0331803 Jy ! Clean residual min=-0.002591 max=0.003146 Jy/beam ! Clean residual mean=-0.000018 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.450476 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 92 components and 0.450476 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.147 mas, bmaj=10.5 mas, bpa=-7.682 degrees ! Estimated noise=1066.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00478878 Jy ! Component: 100 - total flux cleaned = 0.0079937 Jy ! Component: 150 - total flux cleaned = 0.0103338 Jy ! Component: 200 - total flux cleaned = 0.0121281 Jy ! Total flux subtracted in 200 components = 0.0121281 Jy ! Clean residual min=-0.002496 max=0.002826 Jy/beam ! Clean residual mean=-0.000014 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.462604 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.00141249 Jy ! Component: 100 - total flux cleaned = 0.00229463 Jy ! Component: 150 - total flux cleaned = 0.00292401 Jy ! Component: 200 - total flux cleaned = 0.00340301 Jy ! Total flux subtracted in 200 components = 0.00340301 Jy ! Clean residual min=-0.002415 max=0.002841 Jy/beam ! Clean residual mean=-0.000011 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.466007 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 186 components and 0.466007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.512 mas, bmaj=7.487 mas, bpa=6.822 degrees ! Estimated noise=934.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165708 Jy ! Component: 100 - total flux cleaned = -1.73424e-06 Jy ! Component: 150 - total flux cleaned = 0.000279144 Jy ! Component: 200 - total flux cleaned = 0.000409182 Jy ! Total flux subtracted in 200 components = 0.000409182 Jy ! Clean residual min=-0.002292 max=0.002295 Jy/beam ! Clean residual mean=-0.000006 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.466417 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 208 components and 0.466417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078149Jy sigma=0.000670 ! Fit after self-cal, rms=0.078137Jy sigma=0.000670 wmodel J1327+2210_S_2017_06_10_pus_map.mod ! Writing 208 model components to file: J1327+2210_S_2017_06_10_pus_map.mod wobs J1327+2210_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1327+2210_S_2017_06_10_pus_uvs.fits wwins J1327+2210_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J1327+2210_S_2017_06_10_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.000300557 Jy ! Component: 100 - total flux cleaned = -0.000421594 Jy ! Component: 150 - total flux cleaned = -0.000459144 Jy ! Component: 200 - total flux cleaned = -0.000347137 Jy ! Component: 250 - total flux cleaned = -0.000274886 Jy ! Component: 300 - total flux cleaned = -0.000239106 Jy ! Component: 350 - total flux cleaned = -0.000134927 Jy ! Component: 400 - total flux cleaned = -0.000100604 Jy ! Component: 450 - total flux cleaned = 0.0001326 Jy ! Component: 500 - total flux cleaned = 0.000361432 Jy ! Component: 550 - total flux cleaned = 0.000521789 Jy ! Component: 600 - total flux cleaned = 0.000648245 Jy ! Component: 650 - total flux cleaned = 0.000709794 Jy ! Component: 700 - total flux cleaned = 0.000802206 Jy ! Component: 750 - total flux cleaned = 0.000801992 Jy ! Component: 800 - total flux cleaned = 0.00080207 Jy ! Component: 850 - total flux cleaned = 0.000890913 Jy ! Component: 900 - total flux cleaned = 0.000890735 Jy ! Component: 950 - total flux cleaned = 0.00100638 Jy ! Component: 1000 - total flux cleaned = 0.00103474 Jy ! Component: 1050 - total flux cleaned = 0.00109158 Jy ! Component: 1100 - total flux cleaned = 0.00112018 Jy ! Component: 1150 - total flux cleaned = 0.0012309 Jy ! Component: 1200 - total flux cleaned = 0.00123112 Jy ! Component: 1250 - total flux cleaned = 0.00128525 Jy ! Component: 1300 - total flux cleaned = 0.00139281 Jy ! Component: 1350 - total flux cleaned = 0.0013396 Jy ! Component: 1400 - total flux cleaned = 0.0014721 Jy ! Component: 1450 - total flux cleaned = 0.00149806 Jy ! Component: 1500 - total flux cleaned = 0.00152382 Jy ! Component: 1550 - total flux cleaned = 0.00152428 Jy ! Component: 1600 - total flux cleaned = 0.00154956 Jy ! Component: 1650 - total flux cleaned = 0.00162564 Jy ! Component: 1700 - total flux cleaned = 0.00157555 Jy ! Component: 1750 - total flux cleaned = 0.00167484 Jy ! Component: 1800 - total flux cleaned = 0.00169938 Jy ! Component: 1850 - total flux cleaned = 0.00172398 Jy ! Component: 1900 - total flux cleaned = 0.00177263 Jy ! Component: 1950 - total flux cleaned = 0.00177271 Jy ! Component: 2000 - total flux cleaned = 0.00179647 Jy ! Component: 2050 - total flux cleaned = 0.00177305 Jy ! Component: 2100 - total flux cleaned = 0.0017729 Jy ! Component: 2150 - total flux cleaned = 0.00181984 Jy ! Component: 2200 - total flux cleaned = 0.00186638 Jy ! Component: 2250 - total flux cleaned = 0.00188946 Jy ! Component: 2300 - total flux cleaned = 0.00186663 Jy ! Component: 2350 - total flux cleaned = 0.00188941 Jy ! Component: 2400 - total flux cleaned = 0.00197986 Jy ! Component: 2450 - total flux cleaned = 0.00197959 Jy ! Component: 2500 - total flux cleaned = 0.0020466 Jy ! Component: 2550 - total flux cleaned = 0.0018915 Jy ! Component: 2600 - total flux cleaned = 0.00195756 Jy ! Component: 2650 - total flux cleaned = 0.00202333 Jy ! Component: 2700 - total flux cleaned = 0.00197986 Jy ! Component: 2750 - total flux cleaned = 0.00197989 Jy ! Component: 2800 - total flux cleaned = 0.001937 Jy ! Component: 2850 - total flux cleaned = 0.0020651 Jy ! Component: 2900 - total flux cleaned = 0.00195885 Jy ! Component: 2950 - total flux cleaned = 0.00195897 Jy ! Component: 3000 - total flux cleaned = 0.00195911 Jy ! Component: 3050 - total flux cleaned = 0.00200076 Jy ! Component: 3100 - total flux cleaned = 0.00193875 Jy ! Component: 3150 - total flux cleaned = 0.00195933 Jy ! Component: 3200 - total flux cleaned = 0.0019184 Jy ! Component: 3250 - total flux cleaned = 0.00183707 Jy ! Component: 3300 - total flux cleaned = 0.00181681 Jy ! Component: 3350 - total flux cleaned = 0.00177661 Jy ! Component: 3400 - total flux cleaned = 0.00175665 Jy ! Component: 3450 - total flux cleaned = 0.00171681 Jy ! Component: 3500 - total flux cleaned = 0.0016772 Jy ! Component: 3550 - total flux cleaned = 0.00159866 Jy ! Component: 3600 - total flux cleaned = 0.00165727 Jy ! Component: 3650 - total flux cleaned = 0.00156013 Jy ! Component: 3700 - total flux cleaned = 0.00148294 Jy ! Component: 3750 - total flux cleaned = 0.00148319 Jy ! Component: 3800 - total flux cleaned = 0.0014259 Jy ! Component: 3850 - total flux cleaned = 0.00142589 Jy ! Component: 3900 - total flux cleaned = 0.00129363 Jy ! Component: 3950 - total flux cleaned = 0.00131239 Jy ! Component: 4000 - total flux cleaned = 0.00123767 Jy ! Component: 4050 - total flux cleaned = 0.00131207 Jy ! Total flux subtracted in 4096 components = 0.00123804 Jy ! Clean residual min=-0.001148 max=0.001325 Jy/beam ! Clean residual mean=-0.000003 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.467655 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 504 components and 0.467655 Jy ![Exited script file: muppet] wmap "J1327+2210_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.512 x 7.487 at 6.822 degrees (North through East) ! Clean map min=-0.0019316 max=0.39658 Jy/beam ! Writing clean map to FITS file: J1327+2210_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.39658 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000357773 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.270644 0.270644 0.541287 1.08257 2.16515 4.3303 8.6606 17.3212 34.6424 69.2848 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.396 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.512 x 7.487 at 6.822 degrees (North through East) ! Clean map min=-0.0019316 max=0.39658 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 J1327+2210_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:54:30 2019