! Started logfile: J2223-3455_S_2017_05_27_pus_uvs.log on Fri May 3 11:15:20 2019 obs J2223-3455_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J2223-3455_S_2017_05_27_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.625556 visibilities/baseline/integration-bin. ! Found source: J2223-3455 ! ! 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 2252 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 J2223-3455_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.753497Jy sigma=0.004113 ! Fit after self-cal, rms=0.730342Jy sigma=0.004020 ! 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.573 mas, bmaj=8.06 mas, bpa=-4.887 degrees ! Estimated noise=4792.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.221388 Jy ! Component: 100 - total flux cleaned = 0.276561 Jy ! Total flux subtracted in 100 components = 0.276561 Jy ! Clean residual min=-0.025118 max=0.035101 Jy/beam ! Clean residual mean=0.000147 rms=0.006645 Jy/beam ! Combined flux in latest and established models = 0.276561 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.276561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172654Jy sigma=0.000836 ! Fit after self-cal, rms=0.172664Jy sigma=0.000835 ! 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.077 mas, bmaj=9.256 mas, bpa=-3.364 degrees ! Estimated noise=3334.47 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.030577 Jy ! Component: 100 - total flux cleaned = 0.0428984 Jy ! Component: 150 - total flux cleaned = 0.0441344 Jy ! Component: 200 - total flux cleaned = 0.0451483 Jy ! Total flux subtracted in 200 components = 0.0451483 Jy ! Clean residual min=-0.019805 max=0.045152 Jy/beam ! Clean residual mean=0.000451 rms=0.007656 Jy/beam ! Combined flux in latest and established models = 0.321709 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 19 components and 0.321709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168635Jy sigma=0.000796 ! Fit after self-cal, rms=0.168607Jy sigma=0.000796 ! Inverting map ! Added new window around map position (22, 94). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0415645 Jy ! Component: 100 - total flux cleaned = 0.0614078 Jy ! Component: 150 - total flux cleaned = 0.0726699 Jy ! Component: 200 - total flux cleaned = 0.0801014 Jy ! Total flux subtracted in 200 components = 0.0801014 Jy ! Clean residual min=-0.014112 max=0.017056 Jy/beam ! Clean residual mean=0.000125 rms=0.004295 Jy/beam ! Combined flux in latest and established models = 0.401811 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 56 components and 0.401811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159711Jy sigma=0.000723 ! Fit after self-cal, rms=0.158890Jy sigma=0.000718 ! 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.70 FD 0.95 HN 1.61 KP 1.03 ! LA 1.04 MK 0.99 NL 1.04 OV 0.97 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.58 KP 1.01 ! LA 1.03 MK 0.93 NL 1.14 OV 0.94 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.49 KP 1.01 ! LA 1.01 MK 1.03 NL 1.11 OV 0.89 ! PT 0.93 SC 0.97 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.41 KP 1.00* ! LA 1.05 MK 1.13 NL 1.00* OV 1.00* ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.158890Jy sigma=0.000718 ! Fit after self-cal, rms=0.176419Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.085 mas, bmaj=9.139 mas, bpa=-2.823 degrees ! Estimated noise=3353.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.00462393 Jy ! Component: 100 - total flux cleaned = 0.00471037 Jy ! Component: 150 - total flux cleaned = 0.00530905 Jy ! Component: 200 - total flux cleaned = 0.00551707 Jy ! Total flux subtracted in 200 components = 0.00551707 Jy ! Clean residual min=-0.011314 max=0.012493 Jy/beam ! Clean residual mean=0.000115 rms=0.002988 Jy/beam ! Combined flux in latest and established models = 0.407328 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.407328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176051Jy sigma=0.000686 ! Fit after self-cal, rms=0.176519Jy sigma=0.000685 ! 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.176519Jy sigma=0.000685 ! Fit after self-cal, rms=0.180213Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=9.131 mas, bpa=-2.856 degrees ! Estimated noise=3340.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136003 Jy ! Component: 100 - total flux cleaned = 0.00184436 Jy ! Component: 150 - total flux cleaned = 0.00184401 Jy ! Component: 200 - total flux cleaned = 0.00184843 Jy ! Total flux subtracted in 200 components = 0.00184843 Jy ! Clean residual min=-0.010391 max=0.011027 Jy/beam ! Clean residual mean=0.000130 rms=0.002576 Jy/beam ! Combined flux in latest and established models = 0.409176 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.409176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179989Jy sigma=0.000675 ! Fit after self-cal, rms=0.180173Jy sigma=0.000674 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 (8, 46). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00855192 Jy ! Component: 100 - total flux cleaned = 0.00961926 Jy ! Component: 150 - total flux cleaned = 0.0100767 Jy ! Component: 200 - total flux cleaned = 0.0103599 Jy ! Total flux subtracted in 200 components = 0.0103599 Jy ! Clean residual min=-0.009328 max=0.009240 Jy/beam ! Clean residual mean=0.000118 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.419536 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.419536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179340Jy sigma=0.000671 ! Fit after self-cal, rms=0.179339Jy sigma=0.000671 ! 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.179339Jy sigma=0.000671 ! Fit after self-cal, rms=0.178982Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=9.111 mas, bpa=-2.846 degrees ! Estimated noise=3308.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00262809 Jy ! Component: 100 - total flux cleaned = 0.00275472 Jy ! Component: 150 - total flux cleaned = 0.00275423 Jy ! Component: 200 - total flux cleaned = 0.0027564 Jy ! Total flux subtracted in 200 components = 0.0027564 Jy ! Clean residual min=-0.008781 max=0.008499 Jy/beam ! Clean residual mean=0.000122 rms=0.002258 Jy/beam ! Combined flux in latest and established models = 0.422293 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 108 components and 0.422293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178699Jy sigma=0.000669 ! Fit after self-cal, rms=0.178746Jy 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 = 0.00046887 Jy ! Component: 100 - total flux cleaned = 0.000464768 Jy ! Component: 150 - total flux cleaned = 0.000463975 Jy ! Component: 200 - total flux cleaned = 0.000371142 Jy ! Total flux subtracted in 200 components = 0.000371142 Jy ! Clean residual min=-0.008600 max=0.008265 Jy/beam ! Clean residual mean=0.000117 rms=0.002234 Jy/beam ! Combined flux in latest and established models = 0.422664 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.422664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178553Jy sigma=0.000668 ! Fit after self-cal, rms=0.178551Jy sigma=0.000668 ! 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.178551Jy sigma=0.000668 ! Fit after self-cal, rms=0.178362Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.536 mas, bmaj=26.24 mas, bpa=-0.2308 degrees ! Estimated noise=4073.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176651 Jy ! Component: 100 - total flux cleaned = 0.00144867 Jy ! Component: 150 - total flux cleaned = 0.00136303 Jy ! Component: 200 - total flux cleaned = 0.00144288 Jy ! Total flux subtracted in 200 components = 0.00144288 Jy ! Clean residual min=-0.010761 max=0.009870 Jy/beam ! Clean residual mean=0.000230 rms=0.003171 Jy/beam ! Combined flux in latest and established models = 0.424107 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 121 components and 0.424107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178392Jy sigma=0.000667 ! Fit after self-cal, rms=0.178361Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000453516 Jy ! Component: 100 - total flux cleaned = 0.000450876 Jy ! Component: 150 - total flux cleaned = 0.000320187 Jy ! Component: 200 - total flux cleaned = 0.000192736 Jy ! Total flux subtracted in 200 components = 0.000192736 Jy ! Clean residual min=-0.010765 max=0.009732 Jy/beam ! Clean residual mean=0.000215 rms=0.003093 Jy/beam ! Combined flux in latest and established models = 0.424299 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 124 components and 0.424299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178360Jy sigma=0.000667 ! Fit after self-cal, rms=0.178356Jy sigma=0.000667 ! 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.079 mas, bmaj=9.113 mas, bpa=-2.829 degrees ! Estimated noise=3299.88 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.079 x 9.113 at -2.829 degrees (North through East) ! Clean map min=-0.0082251 max=0.27422 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.583 mas, bmaj=7.925 mas, bpa=-4.179 degrees ! Estimated noise=4817.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222271 Jy ! Component: 100 - total flux cleaned = 0.277504 Jy ! Component: 150 - total flux cleaned = 0.310027 Jy ! Component: 200 - total flux cleaned = 0.333559 Jy ! Total flux subtracted in 200 components = 0.333559 Jy ! Clean residual min=-0.018852 max=0.018570 Jy/beam ! Clean residual mean=0.000117 rms=0.004168 Jy/beam ! Combined flux in latest and established models = 0.333559 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.333559 Jy ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=9.113 mas, bpa=-2.829 degrees ! Estimated noise=3299.88 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 (27, 99). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0250443 Jy ! Component: 100 - total flux cleaned = 0.0415808 Jy ! Component: 150 - total flux cleaned = 0.0538322 Jy ! Component: 200 - total flux cleaned = 0.0634183 Jy ! Total flux subtracted in 200 components = 0.0634183 Jy ! Clean residual min=-0.010484 max=0.007947 Jy/beam ! Clean residual mean=0.000088 rms=0.002520 Jy/beam ! Combined flux in latest and established models = 0.396977 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 63 components and 0.396977 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.536 mas, bmaj=26.24 mas, bpa=-0.2308 degrees ! Estimated noise=4073.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0110182 Jy ! Component: 100 - total flux cleaned = 0.01817 Jy ! Component: 150 - total flux cleaned = 0.0231036 Jy ! Component: 200 - total flux cleaned = 0.0265985 Jy ! Total flux subtracted in 200 components = 0.0265985 Jy ! Clean residual min=-0.011440 max=0.009970 Jy/beam ! Clean residual mean=0.000132 rms=0.003019 Jy/beam ! Combined flux in latest and established models = 0.423576 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.00197115 Jy ! Component: 100 - total flux cleaned = 0.00249052 Jy ! Component: 150 - total flux cleaned = 0.00280971 Jy ! Component: 200 - total flux cleaned = 0.00295938 Jy ! Total flux subtracted in 200 components = 0.00295938 Jy ! Clean residual min=-0.011308 max=0.010333 Jy/beam ! Clean residual mean=0.000118 rms=0.002966 Jy/beam ! Combined flux in latest and established models = 0.426535 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 103 components and 0.426535 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=9.113 mas, bpa=-2.829 degrees ! Estimated noise=3299.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000436396 Jy ! Component: 100 - total flux cleaned = -0.000596288 Jy ! Component: 150 - total flux cleaned = -0.000482976 Jy ! Component: 200 - total flux cleaned = -0.000374921 Jy ! Total flux subtracted in 200 components = -0.000374921 Jy ! Clean residual min=-0.008247 max=0.008731 Jy/beam ! Clean residual mean=0.000058 rms=0.002103 Jy/beam ! Combined flux in latest and established models = 0.42616 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 123 components and 0.42616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178519Jy sigma=0.000668 ! Fit after self-cal, rms=0.178376Jy sigma=0.000667 wmodel J2223-3455_S_2017_05_27_pus_map.mod ! Writing 123 model components to file: J2223-3455_S_2017_05_27_pus_map.mod wobs J2223-3455_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J2223-3455_S_2017_05_27_pus_uvs.fits wwins J2223-3455_S_2017_05_27_pus_map.win ! wwins: Wrote 4 windows to J2223-3455_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.00162523 Jy ! Component: 100 - total flux cleaned = -0.00363669 Jy ! Component: 150 - total flux cleaned = -0.00414253 Jy ! Component: 200 - total flux cleaned = -0.00414582 Jy ! Component: 250 - total flux cleaned = -0.00392158 Jy ! Component: 300 - total flux cleaned = -0.00424747 Jy ! Component: 350 - total flux cleaned = -0.00403521 Jy ! Component: 400 - total flux cleaned = -0.00373193 Jy ! Component: 450 - total flux cleaned = -0.0036355 Jy ! Component: 500 - total flux cleaned = -0.00401239 Jy ! Component: 550 - total flux cleaned = -0.00401173 Jy ! Component: 600 - total flux cleaned = -0.00437344 Jy ! Component: 650 - total flux cleaned = -0.00455081 Jy ! Component: 700 - total flux cleaned = -0.0048972 Jy ! Component: 750 - total flux cleaned = -0.00506684 Jy ! Component: 800 - total flux cleaned = -0.00523237 Jy ! Component: 850 - total flux cleaned = -0.0053941 Jy ! Component: 900 - total flux cleaned = -0.00547471 Jy ! Component: 950 - total flux cleaned = -0.00563221 Jy ! Component: 1000 - total flux cleaned = -0.00571031 Jy ! Component: 1050 - total flux cleaned = -0.00593867 Jy ! Component: 1100 - total flux cleaned = -0.005939 Jy ! Component: 1150 - total flux cleaned = -0.00593935 Jy ! Component: 1200 - total flux cleaned = -0.00579388 Jy ! Component: 1250 - total flux cleaned = -0.0057938 Jy ! Component: 1300 - total flux cleaned = -0.00586378 Jy ! Component: 1350 - total flux cleaned = -0.00544406 Jy ! Component: 1400 - total flux cleaned = -0.0053768 Jy ! Component: 1450 - total flux cleaned = -0.00551284 Jy ! Component: 1500 - total flux cleaned = -0.00544452 Jy ! Component: 1550 - total flux cleaned = -0.00531007 Jy ! Component: 1600 - total flux cleaned = -0.00511203 Jy ! Component: 1650 - total flux cleaned = -0.00511219 Jy ! Component: 1700 - total flux cleaned = -0.00511192 Jy ! Component: 1750 - total flux cleaned = -0.0051113 Jy ! Component: 1800 - total flux cleaned = -0.00517355 Jy ! Component: 1850 - total flux cleaned = -0.00517331 Jy ! Component: 1900 - total flux cleaned = -0.00517339 Jy ! Component: 1950 - total flux cleaned = -0.00505085 Jy ! Component: 2000 - total flux cleaned = -0.00511124 Jy ! Component: 2050 - total flux cleaned = -0.00511076 Jy ! Component: 2100 - total flux cleaned = -0.00511067 Jy ! Component: 2150 - total flux cleaned = -0.00510999 Jy ! Component: 2200 - total flux cleaned = -0.00505181 Jy ! Component: 2250 - total flux cleaned = -0.00510903 Jy ! Component: 2300 - total flux cleaned = -0.00505253 Jy ! Component: 2350 - total flux cleaned = -0.00516599 Jy ! Component: 2400 - total flux cleaned = -0.00533359 Jy ! Component: 2450 - total flux cleaned = -0.00522225 Jy ! Component: 2500 - total flux cleaned = -0.00522279 Jy ! Component: 2550 - total flux cleaned = -0.00533197 Jy ! Component: 2600 - total flux cleaned = -0.00543994 Jy ! Component: 2650 - total flux cleaned = -0.00538593 Jy ! Component: 2700 - total flux cleaned = -0.00538634 Jy ! Component: 2750 - total flux cleaned = -0.0053861 Jy ! Component: 2800 - total flux cleaned = -0.00538607 Jy ! Component: 2850 - total flux cleaned = -0.00543771 Jy ! Component: 2900 - total flux cleaned = -0.00543756 Jy ! Component: 2950 - total flux cleaned = -0.00543765 Jy ! Component: 3000 - total flux cleaned = -0.0052856 Jy ! Component: 3050 - total flux cleaned = -0.00533623 Jy ! Component: 3100 - total flux cleaned = -0.00543663 Jy ! Component: 3150 - total flux cleaned = -0.00548619 Jy ! Component: 3200 - total flux cleaned = -0.00548619 Jy ! Component: 3250 - total flux cleaned = -0.00548616 Jy ! Component: 3300 - total flux cleaned = -0.00548618 Jy ! Component: 3350 - total flux cleaned = -0.00553475 Jy ! Component: 3400 - total flux cleaned = -0.00558317 Jy ! Component: 3450 - total flux cleaned = -0.00591648 Jy ! Component: 3500 - total flux cleaned = -0.00586859 Jy ! Component: 3550 - total flux cleaned = -0.005868 Jy ! Component: 3600 - total flux cleaned = -0.00600782 Jy ! Component: 3650 - total flux cleaned = -0.00596122 Jy ! Component: 3700 - total flux cleaned = -0.00609975 Jy ! Component: 3750 - total flux cleaned = -0.00623683 Jy ! Component: 3800 - total flux cleaned = -0.00628233 Jy ! Component: 3850 - total flux cleaned = -0.00632759 Jy ! Component: 3900 - total flux cleaned = -0.00655228 Jy ! Component: 3950 - total flux cleaned = -0.00659691 Jy ! Component: 4000 - total flux cleaned = -0.00664086 Jy ! Component: 4050 - total flux cleaned = -0.00672934 Jy ! Total flux subtracted in 4096 components = -0.00677303 Jy ! Clean residual min=-0.002231 max=0.002467 Jy/beam ! Clean residual mean=-0.000003 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.419387 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 390 components and 0.419387 Jy ![Exited script file: muppet] wmap "J2223-3455_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.079 x 9.113 at -2.829 degrees (North through East) ! Clean map min=-0.0083699 max=0.28409 Jy/beam ! Writing clean map to FITS file: J2223-3455_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.284094 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00079836 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.84306 0.84306 1.68612 3.37224 6.74448 13.489 26.9779 53.9558 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.284 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.079 x 9.113 at -2.829 degrees (North through East) ! Clean map min=-0.0083699 max=0.28409 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 J2223-3455_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:15:24 2019