! Started logfile: J2223-3455_S_2017_06_15_pus_uvs.log on Tue May 7 15:29:05 2019 obs J2223-3455_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2223-3455_S_2017_06_15_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.660741 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 603 lines of history. ! ! Reading 3568 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_06_15_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 208 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.825643Jy sigma=0.005975 ! Fit after self-cal, rms=0.798287Jy sigma=0.005777 ! 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.883 mas, bmaj=9.412 mas, bpa=-0.1065 degrees ! Estimated noise=2471.09 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.156069 Jy ! Component: 100 - total flux cleaned = 0.199597 Jy ! Total flux subtracted in 100 components = 0.199597 Jy ! Clean residual min=-0.021273 max=0.046351 Jy/beam ! Clean residual mean=-0.000162 rms=0.006419 Jy/beam ! Combined flux in latest and established models = 0.199597 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.199597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146050Jy sigma=0.001023 ! Fit after self-cal, rms=0.145850Jy sigma=0.001022 ! Inverting map ! Added new window around map position (6, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0400189 Jy ! Component: 100 - total flux cleaned = 0.0558107 Jy ! Total flux subtracted in 100 components = 0.0558107 Jy ! Clean residual min=-0.018543 max=0.042208 Jy/beam ! Clean residual mean=-0.000057 rms=0.005427 Jy/beam ! Combined flux in latest and established models = 0.255408 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.255408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136483Jy sigma=0.000953 ! Fit after self-cal, rms=0.134504Jy sigma=0.000938 ! 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.437 mas, bmaj=10.92 mas, bpa=0.2569 degrees ! Estimated noise=1876.68 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.014714 Jy ! Component: 100 - total flux cleaned = 0.0151144 Jy ! Component: 150 - total flux cleaned = 0.0157813 Jy ! Component: 200 - total flux cleaned = 0.0160826 Jy ! Total flux subtracted in 200 components = 0.0160826 Jy ! Clean residual min=-0.019804 max=0.028871 Jy/beam ! Clean residual mean=-0.000091 rms=0.006353 Jy/beam ! Combined flux in latest and established models = 0.27149 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 31 components and 0.27149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131724Jy sigma=0.000920 ! Fit after self-cal, rms=0.131526Jy sigma=0.000918 ! 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 2.15 FD 0.87 HN 1.73 KP 0.90 ! LA 1.11 MK 0.92 NL 1.29 OV 0.79 ! PT 1.00 SC 0.83 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 5.12 FD 0.92 HN 1.63 KP 0.88 ! LA 1.06 MK 0.97 NL 1.40 OV 0.86 ! PT 0.94 SC 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 2.43 FD 0.98 HN 1.73 KP 0.84 ! LA 1.06 MK 0.96 NL 0.92 OV 0.92 ! PT 0.92 SC 0.90 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.39 KP 1.00* ! LA 2.51 MK 1.00* NL 1.00* OV 1.00* ! PT 0.75 SC 1.00* ! ! ! Fit before self-cal, rms=0.131526Jy sigma=0.000918 ! Fit after self-cal, rms=0.172467Jy sigma=0.000790 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=11.05 mas, bpa=1.889 degrees ! Estimated noise=2004.98 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 (25.5, 96.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0254643 Jy ! Component: 100 - total flux cleaned = 0.0324405 Jy ! Component: 150 - total flux cleaned = 0.0363469 Jy ! Component: 200 - total flux cleaned = 0.0389142 Jy ! Total flux subtracted in 200 components = 0.0389142 Jy ! Clean residual min=-0.010838 max=0.010629 Jy/beam ! Clean residual mean=-0.000086 rms=0.003018 Jy/beam ! Combined flux in latest and established models = 0.310404 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 80 components and 0.310404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169016Jy sigma=0.000741 ! Fit after self-cal, rms=0.170279Jy sigma=0.000735 ! 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.170279Jy sigma=0.000735 ! Fit after self-cal, rms=0.188079Jy sigma=0.000717 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.38 mas, bmaj=11.05 mas, bpa=2.005 degrees ! Estimated noise=2023.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00588938 Jy ! Component: 100 - total flux cleaned = 0.00806289 Jy ! Component: 150 - total flux cleaned = 0.00917629 Jy ! Component: 200 - total flux cleaned = 0.00975299 Jy ! Total flux subtracted in 200 components = 0.00975299 Jy ! Clean residual min=-0.008909 max=0.009517 Jy/beam ! Clean residual mean=-0.000025 rms=0.002589 Jy/beam ! Combined flux in latest and established models = 0.320157 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 107 components and 0.320157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187177Jy sigma=0.000709 ! Fit after self-cal, rms=0.187203Jy sigma=0.000708 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.000612786 Jy ! Component: 100 - total flux cleaned = 0.00181991 Jy ! Component: 150 - total flux cleaned = 0.00240307 Jy ! Component: 200 - total flux cleaned = 0.00278487 Jy ! Total flux subtracted in 200 components = 0.00278487 Jy ! Clean residual min=-0.008471 max=0.009050 Jy/beam ! Clean residual mean=-0.000040 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.322942 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 129 components and 0.322942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186824Jy sigma=0.000705 ! Fit after self-cal, rms=0.186706Jy sigma=0.000705 ! 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.186706Jy sigma=0.000705 ! Fit after self-cal, rms=0.198018Jy sigma=0.000685 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.387 mas, bmaj=11.11 mas, bpa=2.15 degrees ! Estimated noise=2006.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191429 Jy ! Component: 100 - total flux cleaned = 0.00340189 Jy ! Component: 150 - total flux cleaned = 0.00402365 Jy ! Component: 200 - total flux cleaned = 0.00419637 Jy ! Total flux subtracted in 200 components = 0.00419637 Jy ! Clean residual min=-0.006073 max=0.008582 Jy/beam ! Clean residual mean=0.000010 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.327139 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 154 components and 0.327139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197745Jy sigma=0.000682 ! Fit after self-cal, rms=0.197885Jy 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 (13.5, 58). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00776448 Jy ! Component: 100 - total flux cleaned = 0.0105829 Jy ! Component: 150 - total flux cleaned = 0.0123688 Jy ! Component: 200 - total flux cleaned = 0.0136615 Jy ! Total flux subtracted in 200 components = 0.0136615 Jy ! Clean residual min=-0.006411 max=0.006544 Jy/beam ! Clean residual mean=0.000016 rms=0.001743 Jy/beam ! Combined flux in latest and established models = 0.3408 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 186 components and 0.3408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197625Jy sigma=0.000676 ! Fit after self-cal, rms=0.197635Jy sigma=0.000676 ! 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.197635Jy sigma=0.000676 ! Fit after self-cal, rms=0.198529Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.195 mas, bmaj=24.51 mas, bpa=-1.811 degrees ! Estimated noise=2402.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00284128 Jy ! Component: 100 - total flux cleaned = 0.00424074 Jy ! Component: 150 - total flux cleaned = 0.00519617 Jy ! Component: 200 - total flux cleaned = 0.00563391 Jy ! Total flux subtracted in 200 components = 0.00563391 Jy ! Clean residual min=-0.007706 max=0.008161 Jy/beam ! Clean residual mean=0.000075 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.346434 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 196 components and 0.346434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198399Jy sigma=0.000674 ! Fit after self-cal, rms=0.198430Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000389942 Jy ! Component: 100 - total flux cleaned = -0.000153751 Jy ! Component: 150 - total flux cleaned = 6.58871e-05 Jy ! Component: 200 - total flux cleaned = 0.000326876 Jy ! Total flux subtracted in 200 components = 0.000326876 Jy ! Clean residual min=-0.007779 max=0.007949 Jy/beam ! Clean residual mean=0.000069 rms=0.002299 Jy/beam ! Combined flux in latest and established models = 0.346761 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 202 components and 0.346761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198368Jy sigma=0.000674 ! Fit after self-cal, rms=0.198356Jy sigma=0.000674 ! 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.39 mas, bmaj=11.11 mas, bpa=2.128 degrees ! Estimated noise=1996.61 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.39 x 11.11 at 2.128 degrees (North through East) ! Clean map min=-0.0061408 max=0.19482 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.823 mas, bmaj=9.401 mas, bpa=1.94 degrees ! Estimated noise=2690.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167196 Jy ! Component: 100 - total flux cleaned = 0.214385 Jy ! Component: 150 - total flux cleaned = 0.242398 Jy ! Component: 200 - total flux cleaned = 0.2621 Jy ! Total flux subtracted in 200 components = 0.2621 Jy ! Clean residual min=-0.009873 max=0.012529 Jy/beam ! Clean residual mean=-0.000027 rms=0.002835 Jy/beam ! Combined flux in latest and established models = 0.2621 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.2621 Jy ! Inverting map and beam ! Estimated beam: bmin=3.39 mas, bmaj=11.11 mas, bpa=2.128 degrees ! Estimated noise=1996.61 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.0197522 Jy ! Component: 100 - total flux cleaned = 0.0335497 Jy ! Component: 150 - total flux cleaned = 0.0442133 Jy ! Component: 200 - total flux cleaned = 0.0525626 Jy ! Total flux subtracted in 200 components = 0.0525626 Jy ! Clean residual min=-0.006894 max=0.008877 Jy/beam ! Clean residual mean=0.000020 rms=0.002103 Jy/beam ! Combined flux in latest and established models = 0.314663 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 87 components and 0.314663 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.195 mas, bmaj=24.51 mas, bpa=-1.811 degrees ! Estimated noise=2402.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102357 Jy ! Component: 100 - total flux cleaned = 0.017253 Jy ! Component: 150 - total flux cleaned = 0.0223129 Jy ! Component: 200 - total flux cleaned = 0.0259227 Jy ! Total flux subtracted in 200 components = 0.0259227 Jy ! Clean residual min=-0.008148 max=0.008209 Jy/beam ! Clean residual mean=0.000059 rms=0.002404 Jy/beam ! Combined flux in latest and established models = 0.340586 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.00153174 Jy ! Component: 100 - total flux cleaned = 0.00271113 Jy ! Component: 150 - total flux cleaned = 0.00371622 Jy ! Component: 200 - total flux cleaned = 0.00457518 Jy ! Total flux subtracted in 200 components = 0.00457518 Jy ! Clean residual min=-0.008083 max=0.008004 Jy/beam ! Clean residual mean=0.000053 rms=0.002309 Jy/beam ! Combined flux in latest and established models = 0.345161 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 130 components and 0.345161 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.39 mas, bmaj=11.11 mas, bpa=2.128 degrees ! Estimated noise=1996.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00100222 Jy ! Component: 100 - total flux cleaned = -0.000869821 Jy ! Component: 150 - total flux cleaned = -0.000884795 Jy ! Component: 200 - total flux cleaned = -0.000886146 Jy ! Total flux subtracted in 200 components = -0.000886146 Jy ! Clean residual min=-0.006175 max=0.006836 Jy/beam ! Clean residual mean=0.000040 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.344275 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 148 components and 0.344275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198268Jy sigma=0.000675 ! Fit after self-cal, rms=0.198494Jy sigma=0.000674 wmodel J2223-3455_S_2017_06_15_pus_map.mod ! Writing 148 model components to file: J2223-3455_S_2017_06_15_pus_map.mod wobs J2223-3455_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2223-3455_S_2017_06_15_pus_uvs.fits wwins J2223-3455_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J2223-3455_S_2017_06_15_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.000840619 Jy ! Component: 100 - total flux cleaned = 0.00115701 Jy ! Component: 150 - total flux cleaned = 0.00135925 Jy ! Component: 200 - total flux cleaned = 0.00126404 Jy ! Component: 250 - total flux cleaned = 0.00126566 Jy ! Component: 300 - total flux cleaned = 0.00117824 Jy ! Component: 350 - total flux cleaned = 0.0011777 Jy ! Component: 400 - total flux cleaned = 0.00109477 Jy ! Component: 450 - total flux cleaned = 0.00109569 Jy ! Component: 500 - total flux cleaned = 0.00109811 Jy ! Component: 550 - total flux cleaned = 0.00102481 Jy ! Component: 600 - total flux cleaned = 0.00109942 Jy ! Component: 650 - total flux cleaned = 0.000960045 Jy ! Component: 700 - total flux cleaned = 0.000892127 Jy ! Component: 750 - total flux cleaned = 0.000623692 Jy ! Component: 800 - total flux cleaned = 0.000820595 Jy ! Component: 850 - total flux cleaned = 0.000496772 Jy ! Component: 900 - total flux cleaned = 0.000496717 Jy ! Component: 950 - total flux cleaned = 0.000559108 Jy ! Component: 1000 - total flux cleaned = 0.000681282 Jy ! Component: 1050 - total flux cleaned = 0.00086044 Jy ! Component: 1100 - total flux cleaned = 0.000977842 Jy ! Component: 1150 - total flux cleaned = 0.0011516 Jy ! Component: 1200 - total flux cleaned = 0.00126359 Jy ! Component: 1250 - total flux cleaned = 0.00137544 Jy ! Component: 1300 - total flux cleaned = 0.00143046 Jy ! Component: 1350 - total flux cleaned = 0.00143143 Jy ! Component: 1400 - total flux cleaned = 0.00148426 Jy ! Component: 1450 - total flux cleaned = 0.00116991 Jy ! Component: 1500 - total flux cleaned = 0.00137729 Jy ! Component: 1550 - total flux cleaned = 0.00122307 Jy ! Component: 1600 - total flux cleaned = 0.00117219 Jy ! Component: 1650 - total flux cleaned = 0.00112184 Jy ! Component: 1700 - total flux cleaned = 0.00107293 Jy ! Component: 1750 - total flux cleaned = 0.000974757 Jy ! Component: 1800 - total flux cleaned = 0.000878919 Jy ! Component: 1850 - total flux cleaned = 0.00083211 Jy ! Component: 1900 - total flux cleaned = 0.000832147 Jy ! Component: 1950 - total flux cleaned = 0.000878623 Jy ! Component: 2000 - total flux cleaned = 0.000742047 Jy ! Component: 2050 - total flux cleaned = 0.000877412 Jy ! Component: 2100 - total flux cleaned = 0.000922727 Jy ! Component: 2150 - total flux cleaned = 0.000878559 Jy ! Component: 2200 - total flux cleaned = 0.000878241 Jy ! Component: 2250 - total flux cleaned = 0.000921989 Jy ! Component: 2300 - total flux cleaned = 0.000921948 Jy ! Component: 2350 - total flux cleaned = 0.000709453 Jy ! Component: 2400 - total flux cleaned = 0.00066792 Jy ! Component: 2450 - total flux cleaned = 0.000626422 Jy ! Component: 2500 - total flux cleaned = 0.000584462 Jy ! Component: 2550 - total flux cleaned = 0.000420751 Jy ! Component: 2600 - total flux cleaned = 0.000380065 Jy ! Component: 2650 - total flux cleaned = 0.000300038 Jy ! Component: 2700 - total flux cleaned = 0.000180702 Jy ! Component: 2750 - total flux cleaned = 0.000180969 Jy ! Component: 2800 - total flux cleaned = 0.000103084 Jy ! Component: 2850 - total flux cleaned = -0.000128811 Jy ! Component: 2900 - total flux cleaned = -0.000320287 Jy ! Component: 2950 - total flux cleaned = -0.000282398 Jy ! Component: 3000 - total flux cleaned = -0.000471053 Jy ! Component: 3050 - total flux cleaned = -0.000695744 Jy ! Component: 3100 - total flux cleaned = -0.000732944 Jy ! Component: 3150 - total flux cleaned = -0.000806609 Jy ! Component: 3200 - total flux cleaned = -0.000843366 Jy ! Component: 3250 - total flux cleaned = -0.000988017 Jy ! Component: 3300 - total flux cleaned = -0.00109578 Jy ! Component: 3350 - total flux cleaned = -0.00113139 Jy ! Component: 3400 - total flux cleaned = -0.0010612 Jy ! Component: 3450 - total flux cleaned = -0.00120161 Jy ! Component: 3500 - total flux cleaned = -0.00134108 Jy ! Component: 3550 - total flux cleaned = -0.00120267 Jy ! Component: 3600 - total flux cleaned = -0.00130564 Jy ! Component: 3650 - total flux cleaned = -0.00133974 Jy ! Component: 3700 - total flux cleaned = -0.00130581 Jy ! Component: 3750 - total flux cleaned = -0.00140698 Jy ! Component: 3800 - total flux cleaned = -0.00150708 Jy ! Component: 3850 - total flux cleaned = -0.00150693 Jy ! Component: 3900 - total flux cleaned = -0.0014407 Jy ! Component: 3950 - total flux cleaned = -0.00147373 Jy ! Component: 4000 - total flux cleaned = -0.00144107 Jy ! Component: 4050 - total flux cleaned = -0.00137617 Jy ! Total flux subtracted in 4096 components = -0.0014406 Jy ! Clean residual min=-0.001706 max=0.002095 Jy/beam ! Clean residual mean=0.000003 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.342834 Jy keep ! Adding 326 model components to the UV plane model. ! The established model now contains 474 components and 0.342834 Jy ![Exited script file: muppet] wmap "J2223-3455_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.39 x 11.11 at 2.128 degrees (North through East) ! Clean map min=-0.0043538 max=0.20199 Jy/beam ! Writing clean map to FITS file: J2223-3455_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.201994 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000604275 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.897465 0.897465 1.79493 3.58986 7.17972 14.3594 28.7189 57.4377 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.201 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.39 x 11.11 at 2.128 degrees (North through East) ! Clean map min=-0.0043538 max=0.20199 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_06_15_pus_uvs.log closed on Tue May 7 15:29:10 2019