! Started logfile: J0559+2353_S_2017_05_27_pus_uvs.log on Fri May 3 10:58:14 2019 obs J0559+2353_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0559+2353_S_2017_05_27_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.714583 visibilities/baseline/integration-bin. ! Found source: J0559+2353 ! ! 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 4116 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 J0559+2353_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 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 221 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.673547Jy sigma=0.005716 ! Fit after self-cal, rms=0.667694Jy sigma=0.005675 ! 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.814 mas, bmaj=6.205 mas, bpa=-4.095 degrees ! Estimated noise=1891.22 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.264135 Jy ! Component: 100 - total flux cleaned = 0.321823 Jy ! Total flux subtracted in 100 components = 0.321823 Jy ! Clean residual min=-0.011928 max=0.016836 Jy/beam ! Clean residual mean=0.000001 rms=0.002764 Jy/beam ! Combined flux in latest and established models = 0.321823 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.321823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261570Jy sigma=0.000852 ! Fit after self-cal, rms=0.261574Jy sigma=0.000852 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0183868 Jy ! Component: 100 - total flux cleaned = 0.0282193 Jy ! Total flux subtracted in 100 components = 0.0282193 Jy ! Clean residual min=-0.012105 max=0.010887 Jy/beam ! Clean residual mean=0.000020 rms=0.002575 Jy/beam ! Combined flux in latest and established models = 0.350042 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.350042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257917Jy sigma=0.000833 ! Fit after self-cal, rms=0.257918Jy sigma=0.000833 ! 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.396 mas, bmaj=7.022 mas, bpa=-1.514 degrees ! Estimated noise=1530.61 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.0074299 Jy ! Component: 100 - total flux cleaned = 0.00915526 Jy ! Component: 150 - total flux cleaned = 0.0102838 Jy ! Component: 200 - total flux cleaned = 0.0104802 Jy ! Total flux subtracted in 200 components = 0.0104802 Jy ! Clean residual min=-0.010783 max=0.010307 Jy/beam ! Clean residual mean=0.000031 rms=0.002399 Jy/beam ! Combined flux in latest and established models = 0.360522 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 0.360522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256687Jy sigma=0.000834 ! Fit after self-cal, rms=0.256681Jy sigma=0.000834 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.96 HN 1.02 KP 1.00 ! LA 0.99 MK 0.96 NL 0.90 OV 1.09 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.00 HN 1.10 KP 0.92 ! LA 0.95 MK 0.96 NL 1.05 OV 1.08 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.76 FD 1.03 HN 1.05 KP 0.98 ! LA 1.00 MK 1.01 NL 1.05 OV 0.98 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.17 HN 1.03 KP 1.00* ! LA 0.95 MK 1.34 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.256681Jy sigma=0.000834 ! Fit after self-cal, rms=0.195338Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.42 mas, bmaj=7.025 mas, bpa=-1.662 degrees ! Estimated noise=1559.13 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.00552589 Jy ! Component: 100 - total flux cleaned = 0.00555518 Jy ! Component: 150 - total flux cleaned = 0.00525821 Jy ! Component: 200 - total flux cleaned = 0.00513228 Jy ! Total flux subtracted in 200 components = 0.00513228 Jy ! Clean residual min=-0.008508 max=0.007761 Jy/beam ! Clean residual mean=0.000039 rms=0.002050 Jy/beam ! Combined flux in latest and established models = 0.365654 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 39 components and 0.365654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194344Jy sigma=0.000775 ! Fit after self-cal, rms=0.194315Jy sigma=0.000774 ! 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.194315Jy sigma=0.000774 ! Fit after self-cal, rms=0.116427Jy sigma=0.000695 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.062 mas, bpa=-1.559 degrees ! Estimated noise=1573.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00347541 Jy ! Component: 100 - total flux cleaned = 0.00380892 Jy ! Component: 150 - total flux cleaned = 0.00377281 Jy ! Component: 200 - total flux cleaned = 0.00377231 Jy ! Total flux subtracted in 200 components = 0.00377231 Jy ! Clean residual min=-0.006323 max=0.005886 Jy/beam ! Clean residual mean=0.000020 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.369427 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.369427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116121Jy sigma=0.000694 ! Fit after self-cal, rms=0.116065Jy sigma=0.000694 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.000237209 Jy ! Component: 100 - total flux cleaned = 0.000238654 Jy ! Component: 150 - total flux cleaned = 0.000238076 Jy ! Component: 200 - total flux cleaned = 0.000207138 Jy ! Total flux subtracted in 200 components = 0.000207138 Jy ! Clean residual min=-0.006314 max=0.005883 Jy/beam ! Clean residual mean=0.000020 rms=0.001482 Jy/beam ! Combined flux in latest and established models = 0.369634 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.369634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116016Jy sigma=0.000694 ! Fit after self-cal, rms=0.116010Jy sigma=0.000694 ! 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.116010Jy sigma=0.000694 ! Fit after self-cal, rms=0.100943Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=7.064 mas, bpa=-1.398 degrees ! Estimated noise=1580.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178444 Jy ! Component: 100 - total flux cleaned = 0.00169047 Jy ! Component: 150 - total flux cleaned = 0.00168799 Jy ! Component: 200 - total flux cleaned = 0.00168752 Jy ! Total flux subtracted in 200 components = 0.00168752 Jy ! Clean residual min=-0.004786 max=0.006245 Jy/beam ! Clean residual mean=0.000011 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.371321 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.371321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100868Jy sigma=0.000681 ! Fit after self-cal, rms=0.100811Jy 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 (-17, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00624415 Jy ! Component: 100 - total flux cleaned = 0.00988312 Jy ! Component: 150 - total flux cleaned = 0.0122418 Jy ! Component: 200 - total flux cleaned = 0.0137463 Jy ! Total flux subtracted in 200 components = 0.0137463 Jy ! Clean residual min=-0.004485 max=0.004499 Jy/beam ! Clean residual mean=0.000004 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.385068 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.385068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100387Jy sigma=0.000677 ! Fit after self-cal, rms=0.100354Jy sigma=0.000677 ! 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.100354Jy sigma=0.000677 ! Fit after self-cal, rms=0.099562Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.493 mas, bmaj=10.65 mas, bpa=-3.454 degrees ! Estimated noise=1898.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333508 Jy ! Component: 100 - total flux cleaned = 0.00454946 Jy ! Component: 150 - total flux cleaned = 0.00527212 Jy ! Component: 200 - total flux cleaned = 0.00584461 Jy ! Total flux subtracted in 200 components = 0.00584461 Jy ! Clean residual min=-0.004732 max=0.004988 Jy/beam ! Clean residual mean=0.000009 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.390912 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.390912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099554Jy sigma=0.000674 ! Fit after self-cal, rms=0.099517Jy 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.000708995 Jy ! Component: 100 - total flux cleaned = 0.00092301 Jy ! Component: 150 - total flux cleaned = 0.00110762 Jy ! Component: 200 - total flux cleaned = 0.00123669 Jy ! Total flux subtracted in 200 components = 0.00123669 Jy ! Clean residual min=-0.004766 max=0.004935 Jy/beam ! Clean residual mean=0.000009 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.392149 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.392149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099538Jy sigma=0.000674 ! Fit after self-cal, rms=0.099523Jy 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.409 mas, bmaj=7.07 mas, bpa=-1.309 degrees ! Estimated noise=1583.74 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.409 x 7.07 at -1.309 degrees (North through East) ! Clean map min=-0.0042379 max=0.35392 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.827 mas, bmaj=6.278 mas, bpa=-3.764 degrees ! Estimated noise=1973.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.275334 Jy ! Component: 100 - total flux cleaned = 0.335498 Jy ! Component: 150 - total flux cleaned = 0.353471 Jy ! Component: 200 - total flux cleaned = 0.362705 Jy ! Total flux subtracted in 200 components = 0.362705 Jy ! Clean residual min=-0.005637 max=0.005709 Jy/beam ! Clean residual mean=-0.000002 rms=0.001465 Jy/beam ! Combined flux in latest and established models = 0.362705 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.362705 Jy ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.07 mas, bpa=-1.309 degrees ! Estimated noise=1583.74 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 (-3.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00837759 Jy ! Component: 100 - total flux cleaned = 0.0137553 Jy ! Component: 150 - total flux cleaned = 0.0168137 Jy ! Component: 200 - total flux cleaned = 0.0193983 Jy ! Total flux subtracted in 200 components = 0.0193983 Jy ! Clean residual min=-0.004409 max=0.004654 Jy/beam ! Clean residual mean=0.000007 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.382104 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 43 components and 0.382104 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=7.493 mas, bmaj=10.65 mas, bpa=-3.454 degrees ! Estimated noise=1898.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00473873 Jy ! Component: 100 - total flux cleaned = 0.00724734 Jy ! Component: 150 - total flux cleaned = 0.0083083 Jy ! Component: 200 - total flux cleaned = 0.00909436 Jy ! Total flux subtracted in 200 components = 0.00909436 Jy ! Clean residual min=-0.004702 max=0.004837 Jy/beam ! Clean residual mean=0.000011 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.391198 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.000713829 Jy ! Component: 100 - total flux cleaned = 0.0012612 Jy ! Component: 150 - total flux cleaned = 0.00160872 Jy ! Component: 200 - total flux cleaned = 0.00180525 Jy ! Total flux subtracted in 200 components = 0.00180525 Jy ! Clean residual min=-0.004661 max=0.004874 Jy/beam ! Clean residual mean=0.000010 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.393003 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 111 components and 0.393003 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.07 mas, bpa=-1.309 degrees ! Estimated noise=1583.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000791486 Jy ! Component: 100 - total flux cleaned = 0.00135787 Jy ! Component: 150 - total flux cleaned = 0.00185644 Jy ! Component: 200 - total flux cleaned = 0.00210757 Jy ! Total flux subtracted in 200 components = 0.00210757 Jy ! Clean residual min=-0.004175 max=0.004426 Jy/beam ! Clean residual mean=0.000005 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.395111 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 126 components and 0.395111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099370Jy sigma=0.000673 ! Fit after self-cal, rms=0.099316Jy sigma=0.000673 wmodel J0559+2353_S_2017_05_27_pus_map.mod ! Writing 126 model components to file: J0559+2353_S_2017_05_27_pus_map.mod wobs J0559+2353_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0559+2353_S_2017_05_27_pus_uvs.fits wwins J0559+2353_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J0559+2353_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.000893172 Jy ! Component: 100 - total flux cleaned = 0.0013433 Jy ! Component: 150 - total flux cleaned = 0.00134558 Jy ! Component: 200 - total flux cleaned = 0.00120842 Jy ! Component: 250 - total flux cleaned = 0.00134307 Jy ! Component: 300 - total flux cleaned = 0.00134354 Jy ! Component: 350 - total flux cleaned = 0.00153394 Jy ! Component: 400 - total flux cleaned = 0.00147046 Jy ! Component: 450 - total flux cleaned = 0.00134846 Jy ! Component: 500 - total flux cleaned = 0.00122961 Jy ! Component: 550 - total flux cleaned = 0.00122989 Jy ! Component: 600 - total flux cleaned = 0.00134447 Jy ! Component: 650 - total flux cleaned = 0.00123127 Jy ! Component: 700 - total flux cleaned = 0.00134201 Jy ! Component: 750 - total flux cleaned = 0.00134128 Jy ! Component: 800 - total flux cleaned = 0.0015031 Jy ! Component: 850 - total flux cleaned = 0.0015029 Jy ! Component: 900 - total flux cleaned = 0.00176726 Jy ! Component: 950 - total flux cleaned = 0.00187124 Jy ! Component: 1000 - total flux cleaned = 0.00207449 Jy ! Component: 1050 - total flux cleaned = 0.00197289 Jy ! Component: 1100 - total flux cleaned = 0.00222324 Jy ! Component: 1150 - total flux cleaned = 0.00227203 Jy ! Component: 1200 - total flux cleaned = 0.00217405 Jy ! Component: 1250 - total flux cleaned = 0.00241669 Jy ! Component: 1300 - total flux cleaned = 0.00256027 Jy ! Component: 1350 - total flux cleaned = 0.00260707 Jy ! Component: 1400 - total flux cleaned = 0.0027015 Jy ! Component: 1450 - total flux cleaned = 0.00270137 Jy ! Component: 1500 - total flux cleaned = 0.00284056 Jy ! Component: 1550 - total flux cleaned = 0.00288681 Jy ! Component: 1600 - total flux cleaned = 0.00302246 Jy ! Component: 1650 - total flux cleaned = 0.00306761 Jy ! Component: 1700 - total flux cleaned = 0.00306692 Jy ! Component: 1750 - total flux cleaned = 0.00297851 Jy ! Component: 1800 - total flux cleaned = 0.00297876 Jy ! Component: 1850 - total flux cleaned = 0.00293543 Jy ! Component: 1900 - total flux cleaned = 0.00276318 Jy ! Component: 1950 - total flux cleaned = 0.00284857 Jy ! Component: 2000 - total flux cleaned = 0.00267903 Jy ! Component: 2050 - total flux cleaned = 0.00255272 Jy ! Component: 2100 - total flux cleaned = 0.00259445 Jy ! Component: 2150 - total flux cleaned = 0.00255298 Jy ! Component: 2200 - total flux cleaned = 0.00251155 Jy ! Component: 2250 - total flux cleaned = 0.00234841 Jy ! Component: 2300 - total flux cleaned = 0.00226716 Jy ! Component: 2350 - total flux cleaned = 0.00222704 Jy ! Component: 2400 - total flux cleaned = 0.00222718 Jy ! Component: 2450 - total flux cleaned = 0.00214784 Jy ! Component: 2500 - total flux cleaned = 0.00214805 Jy ! Component: 2550 - total flux cleaned = 0.00214861 Jy ! Component: 2600 - total flux cleaned = 0.00214834 Jy ! Component: 2650 - total flux cleaned = 0.00222559 Jy ! Component: 2700 - total flux cleaned = 0.00218716 Jy ! Component: 2750 - total flux cleaned = 0.00214952 Jy ! Component: 2800 - total flux cleaned = 0.00218804 Jy ! Component: 2850 - total flux cleaned = 0.00211276 Jy ! Component: 2900 - total flux cleaned = 0.0021875 Jy ! Component: 2950 - total flux cleaned = 0.0023728 Jy ! Component: 3000 - total flux cleaned = 0.00237248 Jy ! Component: 3050 - total flux cleaned = 0.00222585 Jy ! Component: 3100 - total flux cleaned = 0.00237185 Jy ! Component: 3150 - total flux cleaned = 0.00222725 Jy ! Component: 3200 - total flux cleaned = 0.0021913 Jy ! Component: 3250 - total flux cleaned = 0.00211979 Jy ! Component: 3300 - total flux cleaned = 0.00197779 Jy ! Component: 3350 - total flux cleaned = 0.00204844 Jy ! Component: 3400 - total flux cleaned = 0.00211865 Jy ! Component: 3450 - total flux cleaned = 0.0020839 Jy ! Component: 3500 - total flux cleaned = 0.00194477 Jy ! Component: 3550 - total flux cleaned = 0.00194493 Jy ! Component: 3600 - total flux cleaned = 0.00208243 Jy ! Component: 3650 - total flux cleaned = 0.00204829 Jy ! Component: 3700 - total flux cleaned = 0.00204811 Jy ! Component: 3750 - total flux cleaned = 0.00191254 Jy ! Component: 3800 - total flux cleaned = 0.00194629 Jy ! Component: 3850 - total flux cleaned = 0.00197977 Jy ! Component: 3900 - total flux cleaned = 0.00197975 Jy ! Component: 3950 - total flux cleaned = 0.00198007 Jy ! Component: 4000 - total flux cleaned = 0.0019138 Jy ! Component: 4050 - total flux cleaned = 0.00201225 Jy ! Total flux subtracted in 4096 components = 0.00184888 Jy ! Clean residual min=-0.001973 max=0.002102 Jy/beam ! Clean residual mean=-0.000002 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.39696 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 437 components and 0.39696 Jy ![Exited script file: muppet] wmap "J0559+2353_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.409 x 7.07 at -1.309 degrees (North through East) ! Clean map min=-0.0032264 max=0.35411 Jy/beam ! Writing clean map to FITS file: J0559+2353_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.35411 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000613478 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.519735 0.519735 1.03947 2.07894 4.15788 8.31576 16.6315 33.263 66.5261 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.354 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.409 x 7.07 at -1.309 degrees (North through East) ! Clean map min=-0.0032264 max=0.35411 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 J0559+2353_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:58:19 2019