! Started logfile: J1428+2103_S_2017_08_12_pus_uvs.log on Fri May 10 15:01:06 2019 obs J1428+2103_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1428+2103_S_2017_08_12_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964286 visibilities/baseline/integration-bin. ! Found source: J1428+2103 ! ! 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 594 lines of history. ! ! Reading 19440 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 J1428+2103_S_2017_08_12_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 760 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.939416Jy sigma=0.008704 ! Fit after self-cal, rms=0.927452Jy sigma=0.008605 ! 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.949 mas, bmaj=6.157 mas, bpa=-4.444 degrees ! Estimated noise=1014.21 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.056866 Jy ! Component: 100 - total flux cleaned = 0.0759751 Jy ! Total flux subtracted in 100 components = 0.0759751 Jy ! Clean residual min=-0.004307 max=0.008565 Jy/beam ! Clean residual mean=-0.000025 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.0759751 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0759751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082182Jy sigma=0.000718 ! Fit after self-cal, rms=0.082027Jy sigma=0.000717 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102336 Jy ! Component: 100 - total flux cleaned = 0.015493 Jy ! Total flux subtracted in 100 components = 0.015493 Jy ! Clean residual min=-0.004060 max=0.004428 Jy/beam ! Clean residual mean=-0.000015 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.0914681 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.0914681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080597Jy sigma=0.000702 ! Fit after self-cal, rms=0.080529Jy sigma=0.000702 ! 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.533 mas, bmaj=7.04 mas, bpa=-4.498 degrees ! Estimated noise=639.943 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.00511734 Jy ! Component: 100 - total flux cleaned = 0.00815567 Jy ! Component: 150 - total flux cleaned = 0.010206 Jy ! Component: 200 - total flux cleaned = 0.0114607 Jy ! Total flux subtracted in 200 components = 0.0114607 Jy ! Clean residual min=-0.003110 max=0.004807 Jy/beam ! Clean residual mean=-0.000007 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.102929 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.102929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080189Jy sigma=0.000698 ! Fit after self-cal, rms=0.080178Jy sigma=0.000698 ! 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.25 FD 0.89 HN 1.01 KP 1.00 ! LA 1.01 MK 1.05 NL 0.93 OV 1.03 ! PT 0.98 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.42 FD 0.97 HN 1.02 KP 0.95 ! LA 0.93 MK 1.02 NL 1.20 OV 1.06 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.96 HN 0.98 KP 0.96 ! LA 0.99 MK 1.06 NL 1.12 OV 0.91 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 4. ! A total of 180 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.90 HN 0.84 KP 1.00* ! LA 1.00* MK 0.80 NL 1.00* OV 1.00* ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.080178Jy sigma=0.000698 ! Fit after self-cal, rms=0.082656Jy sigma=0.000693 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.512 mas, bmaj=7.138 mas, bpa=-3.761 degrees ! Estimated noise=649.569 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.000384157 Jy ! Component: 100 - total flux cleaned = 0.000379907 Jy ! Component: 150 - total flux cleaned = 0.000376947 Jy ! Component: 200 - total flux cleaned = 0.000377189 Jy ! Total flux subtracted in 200 components = 0.000377189 Jy ! Clean residual min=-0.002789 max=0.003904 Jy/beam ! Clean residual mean=0.000003 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.103306 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.103306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082596Jy sigma=0.000692 ! Fit after self-cal, rms=0.082692Jy sigma=0.000692 ! 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.082692Jy sigma=0.000692 ! Fit after self-cal, rms=0.086030Jy sigma=0.000684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.477 mas, bmaj=7.077 mas, bpa=-3.986 degrees ! Estimated noise=645.137 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000569695 Jy ! Component: 100 - total flux cleaned = 0.000599962 Jy ! Component: 150 - total flux cleaned = 0.000626799 Jy ! Component: 200 - total flux cleaned = 0.000628342 Jy ! Total flux subtracted in 200 components = 0.000628342 Jy ! Clean residual min=-0.001894 max=0.003876 Jy/beam ! Clean residual mean=-0.000002 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.103934 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.103934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086008Jy sigma=0.000684 ! Fit after self-cal, rms=0.086128Jy sigma=0.000684 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 (-7.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00328428 Jy ! Component: 100 - total flux cleaned = 0.00371848 Jy ! Component: 150 - total flux cleaned = 0.00371762 Jy ! Component: 200 - total flux cleaned = 0.00363341 Jy ! Total flux subtracted in 200 components = 0.00363341 Jy ! Clean residual min=-0.001818 max=0.001861 Jy/beam ! Clean residual mean=0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.107568 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 66 components and 0.107568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085993Jy sigma=0.000682 ! Fit after self-cal, rms=0.085981Jy sigma=0.000682 ! 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.085981Jy sigma=0.000682 ! Fit after self-cal, rms=0.086590Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=7.031 mas, bpa=-4.172 degrees ! Estimated noise=641.418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193495 Jy ! Component: 100 - total flux cleaned = 0.00235104 Jy ! Component: 150 - total flux cleaned = 0.002318 Jy ! Component: 200 - total flux cleaned = 0.00228738 Jy ! Total flux subtracted in 200 components = 0.00228738 Jy ! Clean residual min=-0.001604 max=0.001567 Jy/beam ! Clean residual mean=-0.000000 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.109855 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 84 components and 0.109855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086541Jy sigma=0.000681 ! Fit after self-cal, rms=0.086545Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000521433 Jy ! Component: 100 - total flux cleaned = 0.000553462 Jy ! Component: 150 - total flux cleaned = 0.000500404 Jy ! Component: 200 - total flux cleaned = 0.000475502 Jy ! Total flux subtracted in 200 components = 0.000475502 Jy ! Clean residual min=-0.001604 max=0.001535 Jy/beam ! Clean residual mean=0.000000 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.110331 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.110331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086527Jy sigma=0.000681 ! Fit after self-cal, rms=0.086525Jy sigma=0.000681 ! 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.086525Jy sigma=0.000681 ! Fit after self-cal, rms=0.086740Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.419 mas, bmaj=10.71 mas, bpa=-4.888 degrees ! Estimated noise=796.326 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120606 Jy ! Component: 100 - total flux cleaned = 0.00126685 Jy ! Component: 150 - total flux cleaned = 0.00122332 Jy ! Component: 200 - total flux cleaned = 0.00113828 Jy ! Total flux subtracted in 200 components = 0.00113828 Jy ! Clean residual min=-0.001709 max=0.001683 Jy/beam ! Clean residual mean=-0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.111469 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 105 components and 0.111469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086728Jy sigma=0.000681 ! Fit after self-cal, rms=0.086725Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000185277 Jy ! Component: 100 - total flux cleaned = 0.00017044 Jy ! Component: 150 - total flux cleaned = 0.000145514 Jy ! Component: 200 - total flux cleaned = 0.000102881 Jy ! Total flux subtracted in 200 components = 0.000102881 Jy ! Clean residual min=-0.001729 max=0.001753 Jy/beam ! Clean residual mean=-0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.111572 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.111572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086724Jy sigma=0.000681 ! Fit after self-cal, rms=0.086723Jy sigma=0.000681 ! 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.433 mas, bmaj=7.008 mas, bpa=-4.18 degrees ! Estimated noise=639.699 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.433 x 7.008 at -4.18 degrees (North through East) ! Clean map min=-0.0015254 max=0.069823 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.867 mas, bmaj=6.137 mas, bpa=-4.093 degrees ! Estimated noise=991.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0558507 Jy ! Component: 100 - total flux cleaned = 0.0768031 Jy ! Component: 150 - total flux cleaned = 0.0870593 Jy ! Component: 200 - total flux cleaned = 0.0936437 Jy ! Total flux subtracted in 200 components = 0.0936437 Jy ! Clean residual min=-0.002900 max=0.003734 Jy/beam ! Clean residual mean=-0.000011 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.0936436 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0936436 Jy ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=7.008 mas, bpa=-4.18 degrees ! Estimated noise=639.699 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.00627692 Jy ! Component: 100 - total flux cleaned = 0.0102964 Jy ! Component: 150 - total flux cleaned = 0.0130377 Jy ! Component: 200 - total flux cleaned = 0.0149435 Jy ! Total flux subtracted in 200 components = 0.0149435 Jy ! Clean residual min=-0.001763 max=0.001600 Jy/beam ! Clean residual mean=-0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.108587 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 53 components and 0.108587 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.419 mas, bmaj=10.71 mas, bpa=-4.888 degrees ! Estimated noise=796.326 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00195039 Jy ! Component: 100 - total flux cleaned = 0.00273384 Jy ! Component: 150 - total flux cleaned = 0.0027679 Jy ! Component: 200 - total flux cleaned = 0.00279494 Jy ! Total flux subtracted in 200 components = 0.00279494 Jy ! Clean residual min=-0.001717 max=0.001722 Jy/beam ! Clean residual mean=-0.000002 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.111382 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 = -9.38335e-08 Jy ! Component: 100 - total flux cleaned = -1.63689e-05 Jy ! Component: 150 - total flux cleaned = -3.18534e-05 Jy ! Component: 200 - total flux cleaned = -7.28196e-05 Jy ! Total flux subtracted in 200 components = -7.28196e-05 Jy ! Clean residual min=-0.001732 max=0.001775 Jy/beam ! Clean residual mean=-0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.111309 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 94 components and 0.111309 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=7.008 mas, bpa=-4.18 degrees ! Estimated noise=639.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163881 Jy ! Component: 100 - total flux cleaned = -0.000302879 Jy ! Component: 150 - total flux cleaned = -0.00030207 Jy ! Component: 200 - total flux cleaned = -0.000301094 Jy ! Total flux subtracted in 200 components = -0.000301094 Jy ! Clean residual min=-0.001636 max=0.001556 Jy/beam ! Clean residual mean=-0.000000 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.111008 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 112 components and 0.111008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086731Jy sigma=0.000681 ! Fit after self-cal, rms=0.086724Jy sigma=0.000681 wmodel J1428+2103_S_2017_08_12_pus_map.mod ! Writing 112 model components to file: J1428+2103_S_2017_08_12_pus_map.mod wobs J1428+2103_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1428+2103_S_2017_08_12_pus_uvs.fits wwins J1428+2103_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J1428+2103_S_2017_08_12_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.000388357 Jy ! Component: 100 - total flux cleaned = -0.000582008 Jy ! Component: 150 - total flux cleaned = -0.000740747 Jy ! Component: 200 - total flux cleaned = -0.000817805 Jy ! Component: 250 - total flux cleaned = -0.000967546 Jy ! Component: 300 - total flux cleaned = -0.00099184 Jy ! Component: 350 - total flux cleaned = -0.000991659 Jy ! Component: 400 - total flux cleaned = -0.000945158 Jy ! Component: 450 - total flux cleaned = -0.000968124 Jy ! Component: 500 - total flux cleaned = -0.000901487 Jy ! Component: 550 - total flux cleaned = -0.000902225 Jy ! Component: 600 - total flux cleaned = -0.000880606 Jy ! Component: 650 - total flux cleaned = -0.000796224 Jy ! Component: 700 - total flux cleaned = -0.000858259 Jy ! Component: 750 - total flux cleaned = -0.000837553 Jy ! Component: 800 - total flux cleaned = -0.000837581 Jy ! Component: 850 - total flux cleaned = -0.00087709 Jy ! Component: 900 - total flux cleaned = -0.000896747 Jy ! Component: 950 - total flux cleaned = -0.000954609 Jy ! Component: 1000 - total flux cleaned = -0.000992505 Jy ! Component: 1050 - total flux cleaned = -0.0010111 Jy ! Component: 1100 - total flux cleaned = -0.00104789 Jy ! Component: 1150 - total flux cleaned = -0.00108429 Jy ! Component: 1200 - total flux cleaned = -0.00108398 Jy ! Component: 1250 - total flux cleaned = -0.00108388 Jy ! Component: 1300 - total flux cleaned = -0.00110154 Jy ! Component: 1350 - total flux cleaned = -0.00110133 Jy ! Component: 1400 - total flux cleaned = -0.00118734 Jy ! Component: 1450 - total flux cleaned = -0.0012211 Jy ! Component: 1500 - total flux cleaned = -0.00125471 Jy ! Component: 1550 - total flux cleaned = -0.00130438 Jy ! Component: 1600 - total flux cleaned = -0.00130425 Jy ! Component: 1650 - total flux cleaned = -0.00140169 Jy ! Component: 1700 - total flux cleaned = -0.00138557 Jy ! Component: 1750 - total flux cleaned = -0.00146523 Jy ! Component: 1800 - total flux cleaned = -0.00148068 Jy ! Component: 1850 - total flux cleaned = -0.00149651 Jy ! Component: 1900 - total flux cleaned = -0.00151192 Jy ! Component: 1950 - total flux cleaned = -0.00154237 Jy ! Component: 2000 - total flux cleaned = -0.00155768 Jy ! Component: 2050 - total flux cleaned = -0.00158771 Jy ! Component: 2100 - total flux cleaned = -0.00164746 Jy ! Component: 2150 - total flux cleaned = -0.00164742 Jy ! Component: 2200 - total flux cleaned = -0.0016911 Jy ! Component: 2250 - total flux cleaned = -0.00176377 Jy ! Component: 2300 - total flux cleaned = -0.00173495 Jy ! Component: 2350 - total flux cleaned = -0.00177775 Jy ! Component: 2400 - total flux cleaned = -0.00177753 Jy ! Component: 2450 - total flux cleaned = -0.00177747 Jy ! Component: 2500 - total flux cleaned = -0.00177763 Jy ! Component: 2550 - total flux cleaned = -0.00183291 Jy ! Component: 2600 - total flux cleaned = -0.00187405 Jy ! Component: 2650 - total flux cleaned = -0.0018739 Jy ! Component: 2700 - total flux cleaned = -0.00186045 Jy ! Component: 2750 - total flux cleaned = -0.00190068 Jy ! Component: 2800 - total flux cleaned = -0.001914 Jy ! Component: 2850 - total flux cleaned = -0.00195377 Jy ! Component: 2900 - total flux cleaned = -0.00197996 Jy ! Component: 2950 - total flux cleaned = -0.00198006 Jy ! Component: 3000 - total flux cleaned = -0.00196731 Jy ! Component: 3050 - total flux cleaned = -0.00200571 Jy ! Component: 3100 - total flux cleaned = -0.00206925 Jy ! Component: 3150 - total flux cleaned = -0.0020692 Jy ! Component: 3200 - total flux cleaned = -0.00203162 Jy ! Component: 3250 - total flux cleaned = -0.00203161 Jy ! Component: 3300 - total flux cleaned = -0.00208104 Jy ! Component: 3350 - total flux cleaned = -0.00206875 Jy ! Component: 3400 - total flux cleaned = -0.00208108 Jy ! Component: 3450 - total flux cleaned = -0.00211752 Jy ! Component: 3500 - total flux cleaned = -0.0021775 Jy ! Component: 3550 - total flux cleaned = -0.00212987 Jy ! Component: 3600 - total flux cleaned = -0.00215362 Jy ! Component: 3650 - total flux cleaned = -0.00216546 Jy ! Component: 3700 - total flux cleaned = -0.00221234 Jy ! Component: 3750 - total flux cleaned = -0.00218883 Jy ! Component: 3800 - total flux cleaned = -0.00222351 Jy ! Component: 3850 - total flux cleaned = -0.00224656 Jy ! Component: 3900 - total flux cleaned = -0.00224658 Jy ! Component: 3950 - total flux cleaned = -0.00226927 Jy ! Component: 4000 - total flux cleaned = -0.00229184 Jy ! Component: 4050 - total flux cleaned = -0.00234787 Jy ! Total flux subtracted in 4096 components = -0.00230333 Jy ! Clean residual min=-0.000770 max=0.000794 Jy/beam ! Clean residual mean=-0.000001 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.108705 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 439 components and 0.108705 Jy ![Exited script file: muppet] wmap "J1428+2103_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.433 x 7.008 at -4.18 degrees (North through East) ! Clean map min=-0.0013792 max=0.069806 Jy/beam ! Writing clean map to FITS file: J1428+2103_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0698062 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210654 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.905309 0.905309 1.81062 3.62124 7.24247 14.4849 28.9699 57.9398 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.069 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.433 x 7.008 at -4.18 degrees (North through East) ! Clean map min=-0.0013792 max=0.069806 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 J1428+2103_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:01:10 2019