! Started logfile: J1622+1426_S_2017_02_19_pus_uvs.log on Sat May 4 18:54:40 2019 obs J1622+1426_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1622+1426_S_2017_02_19_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767336 visibilities/baseline/integration-bin. ! Found source: J1622+1426 ! ! 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 482 lines of history. ! ! Reading 11464 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 J1622+1426_S_2017_02_19_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 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 355 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.886937Jy sigma=0.007894 ! Fit after self-cal, rms=0.879911Jy sigma=0.007837 ! 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.539 mas, bmaj=6.538 mas, bpa=-6.452 degrees ! Estimated noise=1021.88 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.0909002 Jy ! Component: 100 - total flux cleaned = 0.113939 Jy ! Total flux subtracted in 100 components = 0.113939 Jy ! Clean residual min=-0.005372 max=0.013118 Jy/beam ! Clean residual mean=-0.000011 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.113939 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.113939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086503Jy sigma=0.000719 ! Fit after self-cal, rms=0.086467Jy sigma=0.000719 ! Inverting map ! Added new window around map position (3.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139813 Jy ! Component: 100 - total flux cleaned = 0.0225032 Jy ! Total flux subtracted in 100 components = 0.0225032 Jy ! Clean residual min=-0.004355 max=0.005198 Jy/beam ! Clean residual mean=-0.000008 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.136442 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.136442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083266Jy sigma=0.000694 ! Fit after self-cal, rms=0.083146Jy sigma=0.000693 ! 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.948 mas, bmaj=7.017 mas, bpa=-6.2 degrees ! Estimated noise=817.6 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.00833982 Jy ! Component: 100 - total flux cleaned = 0.0129491 Jy ! Component: 150 - total flux cleaned = 0.015795 Jy ! Component: 200 - total flux cleaned = 0.0177156 Jy ! Total flux subtracted in 200 components = 0.0177156 Jy ! Clean residual min=-0.003514 max=0.003871 Jy/beam ! Clean residual mean=-0.000005 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.154157 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 44 components and 0.154157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082127Jy sigma=0.000687 ! Fit after self-cal, rms=0.082058Jy sigma=0.000686 ! 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.97 FD 0.94 HN 0.99 KP 1.04 ! LA 1.00 MK 0.98 NL 0.88 OV 1.06 ! PT 1.00* SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.04 KP 0.99 ! LA 1.00 MK 0.99 NL 1.09 OV 1.04 ! PT 1.00* SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.99 HN 0.98 KP 0.89 ! LA 0.79 MK 0.99 NL 1.34 OV 0.97 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.06 HN 0.96 KP 1.00* ! LA 0.80 MK 1.21 NL 1.00* OV 1.08 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.082058Jy sigma=0.000686 ! Fit after self-cal, rms=0.079089Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=7.038 mas, bpa=-5.835 degrees ! Estimated noise=813.241 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.000254485 Jy ! Component: 100 - total flux cleaned = -8.38507e-05 Jy ! Component: 150 - total flux cleaned = -0.000339265 Jy ! Component: 200 - total flux cleaned = -0.000383683 Jy ! Total flux subtracted in 200 components = -0.000383683 Jy ! Clean residual min=-0.002664 max=0.002689 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.153774 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.153774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079049Jy sigma=0.000672 ! Fit after self-cal, rms=0.079037Jy sigma=0.000671 ! 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.079037Jy sigma=0.000671 ! Fit after self-cal, rms=0.079482Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.96 mas, bmaj=7.026 mas, bpa=-5.803 degrees ! Estimated noise=813.577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.06901e-05 Jy ! Component: 100 - total flux cleaned = -0.000372112 Jy ! Component: 150 - total flux cleaned = -0.000452915 Jy ! Component: 200 - total flux cleaned = -0.000506606 Jy ! Total flux subtracted in 200 components = -0.000506606 Jy ! Clean residual min=-0.002368 max=0.002546 Jy/beam ! Clean residual mean=-0.000001 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.153267 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.153267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079467Jy sigma=0.000669 ! Fit after self-cal, rms=0.079485Jy sigma=0.000669 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 = 4.10418e-05 Jy ! Component: 100 - total flux cleaned = -1.72493e-05 Jy ! Component: 150 - total flux cleaned = -5.0601e-05 Jy ! Component: 200 - total flux cleaned = -6.64368e-05 Jy ! Total flux subtracted in 200 components = -6.64368e-05 Jy ! Clean residual min=-0.002380 max=0.002477 Jy/beam ! Clean residual mean=-0.000001 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.153201 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.153201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079476Jy sigma=0.000669 ! Fit after self-cal, rms=0.079473Jy sigma=0.000669 ! 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.079473Jy sigma=0.000669 ! Fit after self-cal, rms=0.079015Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.017 mas, bpa=-5.809 degrees ! Estimated noise=813.125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000368974 Jy ! Component: 100 - total flux cleaned = -0.000442992 Jy ! Component: 150 - total flux cleaned = -0.000474418 Jy ! Component: 200 - total flux cleaned = -0.000526595 Jy ! Total flux subtracted in 200 components = -0.000526595 Jy ! Clean residual min=-0.002122 max=0.002213 Jy/beam ! Clean residual mean=-0.000001 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.152674 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.152674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079008Jy sigma=0.000667 ! Fit after self-cal, rms=0.079008Jy sigma=0.000667 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 (-55.5, 61.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000498965 Jy ! Component: 100 - total flux cleaned = 3.689e-05 Jy ! Component: 150 - total flux cleaned = -3.97194e-05 Jy ! Component: 200 - total flux cleaned = 3.72525e-05 Jy ! Total flux subtracted in 200 components = 3.72525e-05 Jy ! Clean residual min=-0.002093 max=0.002070 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.152711 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 88 components and 0.152711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078953Jy sigma=0.000666 ! Fit after self-cal, rms=0.078949Jy sigma=0.000666 ! 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.078949Jy sigma=0.000666 ! Fit after self-cal, rms=0.078956Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.722 mas, bmaj=9.697 mas, bpa=-1.254 degrees ! Estimated noise=1085.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00067669 Jy ! Component: 100 - total flux cleaned = 0.000709648 Jy ! Component: 150 - total flux cleaned = 0.00063975 Jy ! Component: 200 - total flux cleaned = 0.000556057 Jy ! Total flux subtracted in 200 components = 0.000556057 Jy ! Clean residual min=-0.003015 max=0.002231 Jy/beam ! Clean residual mean=-0.000003 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.153267 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.153267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078957Jy sigma=0.000666 ! Fit after self-cal, rms=0.078958Jy sigma=0.000666 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 = 9.69508e-05 Jy ! Component: 100 - total flux cleaned = 2.2203e-05 Jy ! Component: 150 - total flux cleaned = -4.48175e-05 Jy ! Component: 200 - total flux cleaned = -7.58645e-05 Jy ! Total flux subtracted in 200 components = -7.58645e-05 Jy ! Clean residual min=-0.002990 max=0.002207 Jy/beam ! Clean residual mean=-0.000003 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.153191 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.153191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078963Jy sigma=0.000666 ! Fit after self-cal, rms=0.078964Jy sigma=0.000666 ! 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.968 mas, bmaj=7.018 mas, bpa=-5.827 degrees ! Estimated noise=813.155 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.968 x 7.018 at -5.827 degrees (North through East) ! Clean map min=-0.0019769 max=0.11793 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.557 mas, bmaj=6.526 mas, bpa=-5.965 degrees ! Estimated noise=1022.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0904509 Jy ! Component: 100 - total flux cleaned = 0.115903 Jy ! Component: 150 - total flux cleaned = 0.129337 Jy ! Component: 200 - total flux cleaned = 0.13764 Jy ! Total flux subtracted in 200 components = 0.13764 Jy ! Clean residual min=-0.002913 max=0.004344 Jy/beam ! Clean residual mean=-0.000004 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.13764 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.13764 Jy ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.018 mas, bpa=-5.827 degrees ! Estimated noise=813.155 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.00660711 Jy ! Component: 100 - total flux cleaned = 0.0104764 Jy ! Component: 150 - total flux cleaned = 0.0126315 Jy ! Component: 200 - total flux cleaned = 0.0135002 Jy ! Total flux subtracted in 200 components = 0.0135002 Jy ! Clean residual min=-0.002128 max=0.002111 Jy/beam ! Clean residual mean=-0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.15114 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.15114 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.722 mas, bmaj=9.697 mas, bpa=-1.254 degrees ! Estimated noise=1085.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209647 Jy ! Component: 100 - total flux cleaned = 0.00234439 Jy ! Component: 150 - total flux cleaned = 0.00226156 Jy ! Component: 200 - total flux cleaned = 0.0021915 Jy ! Total flux subtracted in 200 components = 0.0021915 Jy ! Clean residual min=-0.002923 max=0.002282 Jy/beam ! Clean residual mean=-0.000003 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.153332 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 = 1.24163e-06 Jy ! Component: 100 - total flux cleaned = 1.90421e-06 Jy ! Component: 150 - total flux cleaned = -2.03766e-05 Jy ! Component: 200 - total flux cleaned = -1.90843e-05 Jy ! Total flux subtracted in 200 components = -1.90843e-05 Jy ! Clean residual min=-0.002927 max=0.002240 Jy/beam ! Clean residual mean=-0.000004 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.153313 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 61 components and 0.153313 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.018 mas, bpa=-5.827 degrees ! Estimated noise=813.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000357932 Jy ! Component: 100 - total flux cleaned = -0.000504875 Jy ! Component: 150 - total flux cleaned = -0.000630447 Jy ! Component: 200 - total flux cleaned = -0.000768511 Jy ! Total flux subtracted in 200 components = -0.000768511 Jy ! Clean residual min=-0.002024 max=0.002066 Jy/beam ! Clean residual mean=-0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.152544 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 81 components and 0.152544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078973Jy sigma=0.000666 ! Fit after self-cal, rms=0.078961Jy sigma=0.000666 wmodel J1622+1426_S_2017_02_19_pus_map.mod ! Writing 81 model components to file: J1622+1426_S_2017_02_19_pus_map.mod wobs J1622+1426_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1622+1426_S_2017_02_19_pus_uvs.fits wwins J1622+1426_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J1622+1426_S_2017_02_19_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.000296552 Jy ! Component: 100 - total flux cleaned = -0.000608854 Jy ! Component: 150 - total flux cleaned = -0.00100746 Jy ! Component: 200 - total flux cleaned = -0.00139152 Jy ! Component: 250 - total flux cleaned = -0.00160805 Jy ! Component: 300 - total flux cleaned = -0.00178782 Jy ! Component: 350 - total flux cleaned = -0.00181649 Jy ! Component: 400 - total flux cleaned = -0.00184529 Jy ! Component: 450 - total flux cleaned = -0.00204126 Jy ! Component: 500 - total flux cleaned = -0.00209546 Jy ! Component: 550 - total flux cleaned = -0.00220249 Jy ! Component: 600 - total flux cleaned = -0.00225422 Jy ! Component: 650 - total flux cleaned = -0.00225403 Jy ! Component: 700 - total flux cleaned = -0.0023051 Jy ! Component: 750 - total flux cleaned = -0.00238022 Jy ! Component: 800 - total flux cleaned = -0.00238049 Jy ! Component: 850 - total flux cleaned = -0.00240542 Jy ! Component: 900 - total flux cleaned = -0.00238211 Jy ! Component: 950 - total flux cleaned = -0.00245243 Jy ! Component: 1000 - total flux cleaned = -0.00245219 Jy ! Component: 1050 - total flux cleaned = -0.00243004 Jy ! Component: 1100 - total flux cleaned = -0.00245265 Jy ! Component: 1150 - total flux cleaned = -0.00258455 Jy ! Component: 1200 - total flux cleaned = -0.00262791 Jy ! Component: 1250 - total flux cleaned = -0.00262761 Jy ! Component: 1300 - total flux cleaned = -0.00273316 Jy ! Component: 1350 - total flux cleaned = -0.00281625 Jy ! Component: 1400 - total flux cleaned = -0.00287791 Jy ! Component: 1450 - total flux cleaned = -0.00283719 Jy ! Component: 1500 - total flux cleaned = -0.00293808 Jy ! Component: 1550 - total flux cleaned = -0.00297814 Jy ! Component: 1600 - total flux cleaned = -0.00301747 Jy ! Component: 1650 - total flux cleaned = -0.00307563 Jy ! Component: 1700 - total flux cleaned = -0.00311438 Jy ! Component: 1750 - total flux cleaned = -0.00315256 Jy ! Component: 1800 - total flux cleaned = -0.00313369 Jy ! Component: 1850 - total flux cleaned = -0.00317124 Jy ! Component: 1900 - total flux cleaned = -0.00331877 Jy ! Component: 1950 - total flux cleaned = -0.00331857 Jy ! Component: 2000 - total flux cleaned = -0.00335446 Jy ! Component: 2050 - total flux cleaned = -0.00337256 Jy ! Component: 2100 - total flux cleaned = -0.00347878 Jy ! Component: 2150 - total flux cleaned = -0.00353142 Jy ! Component: 2200 - total flux cleaned = -0.00354886 Jy ! Component: 2250 - total flux cleaned = -0.0036178 Jy ! Component: 2300 - total flux cleaned = -0.00365177 Jy ! Component: 2350 - total flux cleaned = -0.00366889 Jy ! Component: 2400 - total flux cleaned = -0.00375247 Jy ! Component: 2450 - total flux cleaned = -0.00385212 Jy ! Component: 2500 - total flux cleaned = -0.00386868 Jy ! Component: 2550 - total flux cleaned = -0.00391766 Jy ! Component: 2600 - total flux cleaned = -0.00396596 Jy ! Component: 2650 - total flux cleaned = -0.00398184 Jy ! Component: 2700 - total flux cleaned = -0.00401384 Jy ! Component: 2750 - total flux cleaned = -0.00409273 Jy ! Component: 2800 - total flux cleaned = -0.00407728 Jy ! Component: 2850 - total flux cleaned = -0.00418583 Jy ! Component: 2900 - total flux cleaned = -0.00423219 Jy ! Component: 2950 - total flux cleaned = -0.00424736 Jy ! Component: 3000 - total flux cleaned = -0.00427761 Jy ! Component: 3050 - total flux cleaned = -0.00433759 Jy ! Component: 3100 - total flux cleaned = -0.00438226 Jy ! Component: 3150 - total flux cleaned = -0.00442677 Jy ! Component: 3200 - total flux cleaned = -0.00441189 Jy ! Component: 3250 - total flux cleaned = -0.00444113 Jy ! Component: 3300 - total flux cleaned = -0.00448486 Jy ! Component: 3350 - total flux cleaned = -0.00460014 Jy ! Component: 3400 - total flux cleaned = -0.00468596 Jy ! Component: 3450 - total flux cleaned = -0.00465741 Jy ! Component: 3500 - total flux cleaned = -0.00472793 Jy ! Component: 3550 - total flux cleaned = -0.00474197 Jy ! Component: 3600 - total flux cleaned = -0.00483951 Jy ! Component: 3650 - total flux cleaned = -0.00479785 Jy ! Component: 3700 - total flux cleaned = -0.00488032 Jy ! Component: 3750 - total flux cleaned = -0.00490767 Jy ! Component: 3800 - total flux cleaned = -0.00489412 Jy ! Component: 3850 - total flux cleaned = -0.00490758 Jy ! Component: 3900 - total flux cleaned = -0.00498802 Jy ! Component: 3950 - total flux cleaned = -0.00498815 Jy ! Component: 4000 - total flux cleaned = -0.00502787 Jy ! Component: 4050 - total flux cleaned = -0.00508032 Jy ! Total flux subtracted in 4096 components = -0.00506726 Jy ! Clean residual min=-0.000763 max=0.000821 Jy/beam ! Clean residual mean=-0.000001 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.147477 Jy keep ! Adding 345 model components to the UV plane model. ! The established model now contains 426 components and 0.147477 Jy ![Exited script file: muppet] wmap "J1622+1426_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.968 x 7.018 at -5.827 degrees (North through East) ! Clean map min=-0.0015465 max=0.11742 Jy/beam ! Writing clean map to FITS file: J1622+1426_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.117425 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244045 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.623493 0.623493 1.24699 2.49397 4.98794 9.97589 19.9518 39.9035 79.8071 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.117 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.968 x 7.018 at -5.827 degrees (North through East) ! Clean map min=-0.0015465 max=0.11742 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 J1622+1426_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:54:45 2019