! Started logfile: J2123+4614_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:22:28 2019 obs J2123+4614_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J2123+4614_S_2017_01_16_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.695726 visibilities/baseline/integration-bin. ! Found source: J2123+4614 ! ! 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 622 lines of history. ! ! Reading 17908 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 J2123+4614_S_2017_01_16_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 233 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 233 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 233 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 556 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917727Jy sigma=0.007906 ! Fit after self-cal, rms=0.900488Jy sigma=0.007827 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=6.278 mas, bpa=19.72 degrees ! Estimated noise=1125.97 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.0800577 Jy ! Component: 100 - total flux cleaned = 0.100399 Jy ! Total flux subtracted in 100 components = 0.100399 Jy ! Clean residual min=-0.004837 max=0.008503 Jy/beam ! Clean residual mean=-0.000026 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.100399 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.100399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121138Jy sigma=0.000676 ! Fit after self-cal, rms=0.121099Jy sigma=0.000676 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00954258 Jy ! Component: 100 - total flux cleaned = 0.0152005 Jy ! Total flux subtracted in 100 components = 0.0152005 Jy ! Clean residual min=-0.004015 max=0.003907 Jy/beam ! Clean residual mean=-0.000021 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.1156 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.1156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120221Jy sigma=0.000662 ! Fit after self-cal, rms=0.120198Jy sigma=0.000662 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.387 mas, bmaj=6.839 mas, bpa=18.27 degrees ! Estimated noise=663.669 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, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00581936 Jy ! Component: 100 - total flux cleaned = 0.00915966 Jy ! Component: 150 - total flux cleaned = 0.0107116 Jy ! Component: 200 - total flux cleaned = 0.0111182 Jy ! Total flux subtracted in 200 components = 0.0111182 Jy ! Clean residual min=-0.003056 max=0.002995 Jy/beam ! Clean residual mean=-0.000030 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.126718 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 62 components and 0.126718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119969Jy sigma=0.000657 ! Fit after self-cal, rms=0.119962Jy sigma=0.000657 ! 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 1.08 FD 0.94 HN 0.96 KP 1.00 ! LA 0.99 MK 1.00* NL 0.86 OV 0.98 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.00 KP 0.97 ! LA 0.95 MK 1.00* NL 1.02 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.99 HN 0.98 KP 0.98 ! LA 0.96 MK 1.00* NL 0.99 OV 0.93 ! PT 1.06 SC 1.08 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 0.98 KP 1.00* ! LA 1.06 MK 1.00* NL 1.00* OV 0.96 ! PT 1.06 SC 0.73 ! ! ! Fit before self-cal, rms=0.119962Jy sigma=0.000657 ! Fit after self-cal, rms=0.104463Jy sigma=0.000653 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.405 mas, bmaj=6.866 mas, bpa=17.37 degrees ! Estimated noise=661.414 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.000531448 Jy ! Component: 100 - total flux cleaned = 0.000628003 Jy ! Component: 150 - total flux cleaned = 0.000710633 Jy ! Component: 200 - total flux cleaned = 0.000746993 Jy ! Total flux subtracted in 200 components = 0.000746993 Jy ! Clean residual min=-0.002476 max=0.002595 Jy/beam ! Clean residual mean=-0.000025 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.127465 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.127465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104434Jy sigma=0.000653 ! Fit after self-cal, rms=0.104460Jy sigma=0.000653 ! 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.104460Jy sigma=0.000653 ! Fit after self-cal, rms=0.097434Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.397 mas, bmaj=6.857 mas, bpa=17.37 degrees ! Estimated noise=663.509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122532 Jy ! Component: 100 - total flux cleaned = 0.00146635 Jy ! Component: 150 - total flux cleaned = 0.00156042 Jy ! Component: 200 - total flux cleaned = 0.00158112 Jy ! Total flux subtracted in 200 components = 0.00158112 Jy ! Clean residual min=-0.002016 max=0.001480 Jy/beam ! Clean residual mean=-0.000000 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.129046 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 91 components and 0.129046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097417Jy sigma=0.000649 ! Fit after self-cal, rms=0.097586Jy sigma=0.000649 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 = -8.54074e-05 Jy ! Component: 100 - total flux cleaned = -0.000104138 Jy ! Component: 150 - total flux cleaned = -0.000104508 Jy ! Component: 200 - total flux cleaned = -7.4037e-05 Jy ! Total flux subtracted in 200 components = -7.4037e-05 Jy ! Clean residual min=-0.001986 max=0.001460 Jy/beam ! Clean residual mean=-0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.128972 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 98 components and 0.128972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097580Jy sigma=0.000648 ! Fit after self-cal, rms=0.097580Jy sigma=0.000648 ! 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.097580Jy sigma=0.000648 ! Fit after self-cal, rms=0.098430Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.386 mas, bmaj=6.851 mas, bpa=17.14 degrees ! Estimated noise=664.514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000776428 Jy ! Component: 100 - total flux cleaned = 0.00101505 Jy ! Component: 150 - total flux cleaned = 0.00109367 Jy ! Component: 200 - total flux cleaned = 0.00113676 Jy ! Total flux subtracted in 200 components = 0.00113676 Jy ! Clean residual min=-0.001893 max=0.001397 Jy/beam ! Clean residual mean=-0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.130109 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.130109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098422Jy sigma=0.000648 ! Fit after self-cal, rms=0.098441Jy sigma=0.000648 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.20175e-05 Jy ! Component: 100 - total flux cleaned = 6.79719e-05 Jy ! Component: 150 - total flux cleaned = 8.02517e-05 Jy ! Component: 200 - total flux cleaned = 8.03921e-05 Jy ! Total flux subtracted in 200 components = 8.03921e-05 Jy ! Clean residual min=-0.001879 max=0.001381 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.130189 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 110 components and 0.130189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098437Jy sigma=0.000648 ! Fit after self-cal, rms=0.098438Jy sigma=0.000648 ! 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.098438Jy sigma=0.000648 ! Fit after self-cal, rms=0.098716Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.828 mas, bmaj=9.047 mas, bpa=4.77 degrees ! Estimated noise=793.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000550129 Jy ! Component: 100 - total flux cleaned = 0.000813783 Jy ! Component: 150 - total flux cleaned = 0.000878642 Jy ! Component: 200 - total flux cleaned = 0.000925778 Jy ! Total flux subtracted in 200 components = 0.000925778 Jy ! Clean residual min=-0.002107 max=0.001468 Jy/beam ! Clean residual mean=-0.000003 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.131115 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 131 components and 0.131115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098711Jy sigma=0.000648 ! Fit after self-cal, rms=0.098717Jy sigma=0.000648 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 = 1.94607e-05 Jy ! Component: 100 - total flux cleaned = 6.30169e-05 Jy ! Component: 150 - total flux cleaned = 0.00010905 Jy ! Component: 200 - total flux cleaned = 0.000143172 Jy ! Total flux subtracted in 200 components = 0.000143172 Jy ! Clean residual min=-0.002115 max=0.001475 Jy/beam ! Clean residual mean=-0.000003 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.131258 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 138 components and 0.131258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098715Jy sigma=0.000648 ! Fit after self-cal, rms=0.098715Jy sigma=0.000648 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.378 mas, bmaj=6.849 mas, bpa=16.97 degrees ! Estimated noise=665.356 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.378 x 6.849 at 16.97 degrees (North through East) ! Clean map min=-0.0017884 max=0.105 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.63 mas, bmaj=6.266 mas, bpa=18.83 degrees ! Estimated noise=1124.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0795452 Jy ! Component: 100 - total flux cleaned = 0.100266 Jy ! Component: 150 - total flux cleaned = 0.110286 Jy ! Component: 200 - total flux cleaned = 0.116664 Jy ! Total flux subtracted in 200 components = 0.116664 Jy ! Clean residual min=-0.002710 max=0.003487 Jy/beam ! Clean residual mean=-0.000006 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.116664 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.116664 Jy ! Inverting map and beam ! Estimated beam: bmin=4.378 mas, bmaj=6.849 mas, bpa=16.97 degrees ! Estimated noise=665.356 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.00562278 Jy ! Component: 100 - total flux cleaned = 0.00883007 Jy ! Component: 150 - total flux cleaned = 0.0108858 Jy ! Component: 200 - total flux cleaned = 0.012085 Jy ! Total flux subtracted in 200 components = 0.012085 Jy ! Clean residual min=-0.001935 max=0.001755 Jy/beam ! Clean residual mean=-0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.128749 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 66 components and 0.128749 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.828 mas, bmaj=9.047 mas, bpa=4.77 degrees ! Estimated noise=793.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124863 Jy ! Component: 100 - total flux cleaned = 0.00198781 Jy ! Component: 150 - total flux cleaned = 0.00211484 Jy ! Component: 200 - total flux cleaned = 0.0022011 Jy ! Total flux subtracted in 200 components = 0.0022011 Jy ! Clean residual min=-0.002190 max=0.001492 Jy/beam ! Clean residual mean=-0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.13095 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 = 5.93534e-05 Jy ! Component: 100 - total flux cleaned = 0.000122986 Jy ! Component: 150 - total flux cleaned = 0.000166961 Jy ! Component: 200 - total flux cleaned = 0.000216239 Jy ! Total flux subtracted in 200 components = 0.000216239 Jy ! Clean residual min=-0.002151 max=0.001474 Jy/beam ! Clean residual mean=-0.000003 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.131166 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 102 components and 0.131166 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.378 mas, bmaj=6.849 mas, bpa=16.97 degrees ! Estimated noise=665.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284984 Jy ! Component: 100 - total flux cleaned = -0.000256772 Jy ! Component: 150 - total flux cleaned = -0.000255993 Jy ! Component: 200 - total flux cleaned = -0.000255761 Jy ! Total flux subtracted in 200 components = -0.000255761 Jy ! Clean residual min=-0.001857 max=0.001399 Jy/beam ! Clean residual mean=-0.000002 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.130911 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 116 components and 0.130911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098733Jy sigma=0.000648 ! Fit after self-cal, rms=0.098728Jy sigma=0.000648 wmodel J2123+4614_S_2017_01_16_pus_map.mod ! Writing 116 model components to file: J2123+4614_S_2017_01_16_pus_map.mod wobs J2123+4614_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J2123+4614_S_2017_01_16_pus_uvs.fits wwins J2123+4614_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J2123+4614_S_2017_01_16_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.000716603 Jy ! Component: 100 - total flux cleaned = -0.00100917 Jy ! Component: 150 - total flux cleaned = -0.000836012 Jy ! Component: 200 - total flux cleaned = -0.000740841 Jy ! Component: 250 - total flux cleaned = -0.000626181 Jy ! Component: 300 - total flux cleaned = -0.000536872 Jy ! Component: 350 - total flux cleaned = -0.000471297 Jy ! Component: 400 - total flux cleaned = -0.000450025 Jy ! Component: 450 - total flux cleaned = -0.000408087 Jy ! Component: 500 - total flux cleaned = -0.000366979 Jy ! Component: 550 - total flux cleaned = -0.000326777 Jy ! Component: 600 - total flux cleaned = -0.000326419 Jy ! Component: 650 - total flux cleaned = -0.000287222 Jy ! Component: 700 - total flux cleaned = -0.000286931 Jy ! Component: 750 - total flux cleaned = -0.00023072 Jy ! Component: 800 - total flux cleaned = -0.000230648 Jy ! Component: 850 - total flux cleaned = -0.000157726 Jy ! Component: 900 - total flux cleaned = -0.000122338 Jy ! Component: 950 - total flux cleaned = -0.000140633 Jy ! Component: 1000 - total flux cleaned = -0.000193258 Jy ! Component: 1050 - total flux cleaned = -0.000159426 Jy ! Component: 1100 - total flux cleaned = -0.000193883 Jy ! Component: 1150 - total flux cleaned = -0.000127131 Jy ! Component: 1200 - total flux cleaned = -0.000143924 Jy ! Component: 1250 - total flux cleaned = -9.46509e-05 Jy ! Component: 1300 - total flux cleaned = -9.46181e-05 Jy ! Component: 1350 - total flux cleaned = 1.17577e-06 Jy ! Component: 1400 - total flux cleaned = 4.86744e-05 Jy ! Component: 1450 - total flux cleaned = 0.000126842 Jy ! Component: 1500 - total flux cleaned = 0.00014253 Jy ! Component: 1550 - total flux cleaned = 0.000157852 Jy ! Component: 1600 - total flux cleaned = 0.000233618 Jy ! Component: 1650 - total flux cleaned = 0.000308305 Jy ! Component: 1700 - total flux cleaned = 0.000352633 Jy ! Component: 1750 - total flux cleaned = 0.000411387 Jy ! Component: 1800 - total flux cleaned = 0.000469404 Jy ! Component: 1850 - total flux cleaned = 0.000526955 Jy ! Component: 1900 - total flux cleaned = 0.000569522 Jy ! Component: 1950 - total flux cleaned = 0.000583802 Jy ! Component: 2000 - total flux cleaned = 0.000611548 Jy ! Component: 2050 - total flux cleaned = 0.000625551 Jy ! Component: 2100 - total flux cleaned = 0.000680747 Jy ! Component: 2150 - total flux cleaned = 0.000748779 Jy ! Component: 2200 - total flux cleaned = 0.0007488 Jy ! Component: 2250 - total flux cleaned = 0.00076231 Jy ! Component: 2300 - total flux cleaned = 0.000788751 Jy ! Component: 2350 - total flux cleaned = 0.000841443 Jy ! Component: 2400 - total flux cleaned = 0.000867616 Jy ! Component: 2450 - total flux cleaned = 0.000893479 Jy ! Component: 2500 - total flux cleaned = 0.000919341 Jy ! Component: 2550 - total flux cleaned = 0.000983245 Jy ! Component: 2600 - total flux cleaned = 0.000970651 Jy ! Component: 2650 - total flux cleaned = 0.000995849 Jy ! Component: 2700 - total flux cleaned = 0.0010333 Jy ! Component: 2750 - total flux cleaned = 0.00107053 Jy ! Component: 2800 - total flux cleaned = 0.00103373 Jy ! Component: 2850 - total flux cleaned = 0.00107027 Jy ! Component: 2900 - total flux cleaned = 0.00107017 Jy ! Component: 2950 - total flux cleaned = 0.00107014 Jy ! Component: 3000 - total flux cleaned = 0.00109417 Jy ! Component: 3050 - total flux cleaned = 0.00114158 Jy ! Component: 3100 - total flux cleaned = 0.00115328 Jy ! Component: 3150 - total flux cleaned = 0.00114169 Jy ! Component: 3200 - total flux cleaned = 0.00114159 Jy ! Component: 3250 - total flux cleaned = 0.00119921 Jy ! Component: 3300 - total flux cleaned = 0.00118774 Jy ! Component: 3350 - total flux cleaned = 0.00116505 Jy ! Component: 3400 - total flux cleaned = 0.00117626 Jy ! Component: 3450 - total flux cleaned = 0.00119861 Jy ! Component: 3500 - total flux cleaned = 0.0011763 Jy ! Component: 3550 - total flux cleaned = 0.00118751 Jy ! Component: 3600 - total flux cleaned = 0.00124261 Jy ! Component: 3650 - total flux cleaned = 0.00122076 Jy ! Component: 3700 - total flux cleaned = 0.00123154 Jy ! Component: 3750 - total flux cleaned = 0.00127469 Jy ! Component: 3800 - total flux cleaned = 0.00126399 Jy ! Component: 3850 - total flux cleaned = 0.001232 Jy ! Component: 3900 - total flux cleaned = 0.00129547 Jy ! Component: 3950 - total flux cleaned = 0.00131654 Jy ! Component: 4000 - total flux cleaned = 0.00129556 Jy ! Component: 4050 - total flux cleaned = 0.00132681 Jy ! Total flux subtracted in 4096 components = 0.00132676 Jy ! Clean residual min=-0.000646 max=0.000588 Jy/beam ! Clean residual mean=-0.000000 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.132237 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 429 components and 0.132237 Jy ![Exited script file: muppet] wmap "J2123+4614_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.378 x 6.849 at 16.97 degrees (North through East) ! Clean map min=-0.0014964 max=0.10485 Jy/beam ! Writing clean map to FITS file: J2123+4614_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.104847 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191611 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.548258 0.548258 1.09652 2.19303 4.38606 8.77213 17.5443 35.0885 70.177 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.104 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.378 x 6.849 at 16.97 degrees (North through East) ! Clean map min=-0.0014964 max=0.10485 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 J2123+4614_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:22:33 2019