! Started logfile: J1510+5702_S_2017_08_05_pus_uvs.log on Thu May 9 19:32:30 2019 obs J1510+5702_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1510+5702_S_2017_08_05_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.822963 visibilities/baseline/integration-bin. ! Found source: J1510+5702 ! ! 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 513 lines of history. ! ! Reading 4444 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 J1510+5702_S_2017_08_05_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 183 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.838522Jy sigma=0.007908 ! Fit after self-cal, rms=0.834387Jy sigma=0.007873 ! 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.458 mas, bmaj=4.005 mas, bpa=24.34 degrees ! Estimated noise=1641.69 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.125312 Jy ! Component: 100 - total flux cleaned = 0.160366 Jy ! Total flux subtracted in 100 components = 0.160366 Jy ! Clean residual min=-0.007085 max=0.014036 Jy/beam ! Clean residual mean=-0.000005 rms=0.001780 Jy/beam ! Combined flux in latest and established models = 0.160366 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.160366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084443Jy sigma=0.000722 ! Fit after self-cal, rms=0.084417Jy sigma=0.000721 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144431 Jy ! Component: 100 - total flux cleaned = 0.0208149 Jy ! Total flux subtracted in 100 components = 0.0208149 Jy ! Clean residual min=-0.006478 max=0.005806 Jy/beam ! Clean residual mean=0.000004 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.18118 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.181181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081309Jy sigma=0.000700 ! Fit after self-cal, rms=0.081299Jy sigma=0.000699 ! 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.026 mas, bmaj=4.74 mas, bpa=20.4 degrees ! Estimated noise=1286.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0042649 Jy ! Component: 100 - total flux cleaned = 0.00621811 Jy ! Component: 150 - total flux cleaned = 0.00650922 Jy ! Component: 200 - total flux cleaned = 0.00646743 Jy ! Total flux subtracted in 200 components = 0.00646743 Jy ! Clean residual min=-0.004869 max=0.004602 Jy/beam ! Clean residual mean=0.000016 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.187648 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.187648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080915Jy sigma=0.000699 ! Fit after self-cal, rms=0.080913Jy sigma=0.000699 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.09 HN 0.96 KP 1.07 ! LA 1.04 MK 1.05 NL 0.89 OV 1.01 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.14 HN 1.00 KP 0.99 ! LA 0.98 MK 1.01 NL 1.07 OV 1.04 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.07 HN 0.97 KP 0.87 ! LA 0.77 MK 1.03 NL 1.21 OV 0.98 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.18 HN 0.98 KP 1.00* ! LA 0.69 MK 1.08 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.080913Jy sigma=0.000699 ! Fit after self-cal, rms=0.075186Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.009 mas, bmaj=4.777 mas, bpa=21.49 degrees ! Estimated noise=1287.52 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.000413352 Jy ! Component: 100 - total flux cleaned = 0.000520929 Jy ! Component: 150 - total flux cleaned = 0.000497677 Jy ! Component: 200 - total flux cleaned = 0.000475653 Jy ! Total flux subtracted in 200 components = 0.000475653 Jy ! Clean residual min=-0.003730 max=0.003740 Jy/beam ! Clean residual mean=0.000024 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.188124 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.188124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075158Jy sigma=0.000672 ! Fit after self-cal, rms=0.075105Jy sigma=0.000671 ! 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.075105Jy sigma=0.000671 ! Fit after self-cal, rms=0.074903Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.002 mas, bmaj=4.799 mas, bpa=21.22 degrees ! Estimated noise=1289.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.07393e-05 Jy ! Component: 100 - total flux cleaned = 0.0001305 Jy ! Component: 150 - total flux cleaned = 0.000152601 Jy ! Component: 200 - total flux cleaned = 0.000132819 Jy ! Total flux subtracted in 200 components = 0.000132819 Jy ! Clean residual min=-0.003645 max=0.003323 Jy/beam ! Clean residual mean=0.000024 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.188256 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.188256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074886Jy sigma=0.000666 ! Fit after self-cal, rms=0.074898Jy sigma=0.000666 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.35619e-06 Jy ! Component: 100 - total flux cleaned = -1.11099e-05 Jy ! Component: 150 - total flux cleaned = -4.70135e-05 Jy ! Component: 200 - total flux cleaned = -6.36172e-05 Jy ! Total flux subtracted in 200 components = -6.36172e-05 Jy ! Clean residual min=-0.003643 max=0.003322 Jy/beam ! Clean residual mean=0.000024 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.188193 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.188193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074887Jy sigma=0.000666 ! Fit after self-cal, rms=0.074884Jy sigma=0.000666 ! 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.074884Jy sigma=0.000666 ! Fit after self-cal, rms=0.074906Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=4.802 mas, bpa=21.42 degrees ! Estimated noise=1290.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140576 Jy ! Component: 100 - total flux cleaned = 0.000199052 Jy ! Component: 150 - total flux cleaned = 0.000216235 Jy ! Component: 200 - total flux cleaned = 0.000215923 Jy ! Total flux subtracted in 200 components = 0.000215923 Jy ! Clean residual min=-0.003641 max=0.003335 Jy/beam ! Clean residual mean=0.000024 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.188409 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.188409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074897Jy sigma=0.000666 ! Fit after self-cal, rms=0.074896Jy sigma=0.000666 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 = -3.72999e-06 Jy ! Component: 100 - total flux cleaned = -4.65374e-06 Jy ! Component: 150 - total flux cleaned = -1.95149e-05 Jy ! Component: 200 - total flux cleaned = -3.30031e-05 Jy ! Total flux subtracted in 200 components = -3.30031e-05 Jy ! Clean residual min=-0.003632 max=0.003341 Jy/beam ! Clean residual mean=0.000024 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.188376 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.188376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074889Jy sigma=0.000666 ! Fit after self-cal, rms=0.074889Jy sigma=0.000666 ! 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.074889Jy sigma=0.000666 ! Fit after self-cal, rms=0.074909Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.131 mas, bmaj=9.506 mas, bpa=45.04 degrees ! Estimated noise=1628.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311297 Jy ! Component: 100 - total flux cleaned = 0.000310962 Jy ! Component: 150 - total flux cleaned = 0.000310521 Jy ! Component: 200 - total flux cleaned = 0.000310085 Jy ! Total flux subtracted in 200 components = 0.000310085 Jy ! Clean residual min=-0.003525 max=0.003555 Jy/beam ! Clean residual mean=0.000053 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.188686 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.188686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074913Jy sigma=0.000666 ! Fit after self-cal, rms=0.074912Jy sigma=0.000666 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 = 7.3477e-06 Jy ! Component: 100 - total flux cleaned = -3.56046e-06 Jy ! Component: 150 - total flux cleaned = -3.57028e-06 Jy ! Component: 200 - total flux cleaned = -1.23053e-05 Jy ! Total flux subtracted in 200 components = -1.23053e-05 Jy ! Clean residual min=-0.003523 max=0.003561 Jy/beam ! Clean residual mean=0.000053 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.188673 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.188673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074915Jy sigma=0.000666 ! Fit after self-cal, rms=0.074914Jy sigma=0.000666 ! 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.995 mas, bmaj=4.803 mas, bpa=21.54 degrees ! Estimated noise=1291.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.995 x 4.803 at 21.54 degrees (North through East) ! Clean map min=-0.0034724 max=0.16457 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.44 mas, bmaj=4.061 mas, bpa=25.31 degrees ! Estimated noise=1651.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125741 Jy ! Component: 100 - total flux cleaned = 0.161223 Jy ! Component: 150 - total flux cleaned = 0.175616 Jy ! Component: 200 - total flux cleaned = 0.182326 Jy ! Total flux subtracted in 200 components = 0.182326 Jy ! Clean residual min=-0.004973 max=0.004871 Jy/beam ! Clean residual mean=0.000006 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.182326 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.182326 Jy ! Inverting map and beam ! Estimated beam: bmin=3.995 mas, bmaj=4.803 mas, bpa=21.54 degrees ! Estimated noise=1291.04 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.0041241 Jy ! Component: 100 - total flux cleaned = 0.00555466 Jy ! Component: 150 - total flux cleaned = 0.00592097 Jy ! Component: 200 - total flux cleaned = 0.00621161 Jy ! Total flux subtracted in 200 components = 0.00621161 Jy ! Clean residual min=-0.003633 max=0.003464 Jy/beam ! Clean residual mean=0.000024 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.188537 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.188537 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.131 mas, bmaj=9.506 mas, bpa=45.04 degrees ! Estimated noise=1628.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000432182 Jy ! Component: 100 - total flux cleaned = 0.000474333 Jy ! Component: 150 - total flux cleaned = 0.000456907 Jy ! Component: 200 - total flux cleaned = 0.000429047 Jy ! Total flux subtracted in 200 components = 0.000429047 Jy ! Clean residual min=-0.003544 max=0.003604 Jy/beam ! Clean residual mean=0.000054 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.188966 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 = -1.16485e-05 Jy ! Component: 100 - total flux cleaned = -2.18202e-05 Jy ! Component: 150 - total flux cleaned = -3.09636e-05 Jy ! Component: 200 - total flux cleaned = -3.85479e-05 Jy ! Total flux subtracted in 200 components = -3.85479e-05 Jy ! Clean residual min=-0.003541 max=0.003583 Jy/beam ! Clean residual mean=0.000054 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.188928 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.188928 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.995 mas, bmaj=4.803 mas, bpa=21.54 degrees ! Estimated noise=1291.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.79987e-05 Jy ! Component: 100 - total flux cleaned = -5.57197e-05 Jy ! Component: 150 - total flux cleaned = -5.51069e-05 Jy ! Component: 200 - total flux cleaned = -7.77751e-05 Jy ! Total flux subtracted in 200 components = -7.77751e-05 Jy ! Clean residual min=-0.003634 max=0.003389 Jy/beam ! Clean residual mean=0.000024 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.18885 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.18885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074937Jy sigma=0.000666 ! Fit after self-cal, rms=0.074933Jy sigma=0.000666 wmodel J1510+5702_S_2017_08_05_pus_map.mod ! Writing 53 model components to file: J1510+5702_S_2017_08_05_pus_map.mod wobs J1510+5702_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1510+5702_S_2017_08_05_pus_uvs.fits wwins J1510+5702_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J1510+5702_S_2017_08_05_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.000346814 Jy ! Component: 100 - total flux cleaned = -0.0003482 Jy ! Component: 150 - total flux cleaned = -5.95732e-05 Jy ! Component: 200 - total flux cleaned = -4.499e-06 Jy ! Component: 250 - total flux cleaned = 0.000209646 Jy ! Component: 300 - total flux cleaned = 0.000471702 Jy ! Component: 350 - total flux cleaned = 0.000726984 Jy ! Component: 400 - total flux cleaned = 0.000726975 Jy ! Component: 450 - total flux cleaned = 0.000728527 Jy ! Component: 500 - total flux cleaned = 0.000873108 Jy ! Component: 550 - total flux cleaned = 0.000826398 Jy ! Component: 600 - total flux cleaned = 0.000872791 Jy ! Component: 650 - total flux cleaned = 0.000873473 Jy ! Component: 700 - total flux cleaned = 0.000961768 Jy ! Component: 750 - total flux cleaned = 0.00096104 Jy ! Component: 800 - total flux cleaned = 0.000917192 Jy ! Component: 850 - total flux cleaned = 0.000875005 Jy ! Component: 900 - total flux cleaned = 0.00079147 Jy ! Component: 950 - total flux cleaned = 0.000751026 Jy ! Component: 1000 - total flux cleaned = 0.000669941 Jy ! Component: 1050 - total flux cleaned = 0.000590435 Jy ! Component: 1100 - total flux cleaned = 0.00059075 Jy ! Component: 1150 - total flux cleaned = 0.00059119 Jy ! Component: 1200 - total flux cleaned = 0.000667618 Jy ! Component: 1250 - total flux cleaned = 0.000630223 Jy ! Component: 1300 - total flux cleaned = 0.000593087 Jy ! Component: 1350 - total flux cleaned = 0.000629611 Jy ! Component: 1400 - total flux cleaned = 0.000483467 Jy ! Component: 1450 - total flux cleaned = 0.000555619 Jy ! Component: 1500 - total flux cleaned = 0.000520114 Jy ! Component: 1550 - total flux cleaned = 0.000484812 Jy ! Component: 1600 - total flux cleaned = 0.000380319 Jy ! Component: 1650 - total flux cleaned = 0.000415122 Jy ! Component: 1700 - total flux cleaned = 0.000381176 Jy ! Component: 1750 - total flux cleaned = 0.000380861 Jy ! Component: 1800 - total flux cleaned = 0.000246975 Jy ! Component: 1850 - total flux cleaned = 0.000214292 Jy ! Component: 1900 - total flux cleaned = 8.38546e-05 Jy ! Component: 1950 - total flux cleaned = 0.000116017 Jy ! Component: 2000 - total flux cleaned = -1.18369e-05 Jy ! Component: 2050 - total flux cleaned = -1.1811e-05 Jy ! Component: 2100 - total flux cleaned = -1.22205e-05 Jy ! Component: 2150 - total flux cleaned = -7.4719e-05 Jy ! Component: 2200 - total flux cleaned = -0.000198313 Jy ! Component: 2250 - total flux cleaned = -0.000259431 Jy ! Component: 2300 - total flux cleaned = -0.000319122 Jy ! Component: 2350 - total flux cleaned = -0.000349265 Jy ! Component: 2400 - total flux cleaned = -0.000438383 Jy ! Component: 2450 - total flux cleaned = -0.000585281 Jy ! Component: 2500 - total flux cleaned = -0.000584451 Jy ! Component: 2550 - total flux cleaned = -0.000613558 Jy ! Component: 2600 - total flux cleaned = -0.000698875 Jy ! Component: 2650 - total flux cleaned = -0.00069875 Jy ! Component: 2700 - total flux cleaned = -0.000867362 Jy ! Component: 2750 - total flux cleaned = -0.000839708 Jy ! Component: 2800 - total flux cleaned = -0.00095021 Jy ! Component: 2850 - total flux cleaned = -0.00092294 Jy ! Component: 2900 - total flux cleaned = -0.00100407 Jy ! Component: 2950 - total flux cleaned = -0.00100389 Jy ! Component: 3000 - total flux cleaned = -0.00105754 Jy ! Component: 3050 - total flux cleaned = -0.00124276 Jy ! Component: 3100 - total flux cleaned = -0.00132151 Jy ! Component: 3150 - total flux cleaned = -0.00124356 Jy ! Component: 3200 - total flux cleaned = -0.00137284 Jy ! Component: 3250 - total flux cleaned = -0.00139826 Jy ! Component: 3300 - total flux cleaned = -0.00147445 Jy ! Component: 3350 - total flux cleaned = -0.00154996 Jy ! Component: 3400 - total flux cleaned = -0.00155026 Jy ! Component: 3450 - total flux cleaned = -0.00162496 Jy ! Component: 3500 - total flux cleaned = -0.00177328 Jy ! Component: 3550 - total flux cleaned = -0.00187111 Jy ! Component: 3600 - total flux cleaned = -0.00191958 Jy ! Component: 3650 - total flux cleaned = -0.00204039 Jy ! Component: 3700 - total flux cleaned = -0.00206456 Jy ! Component: 3750 - total flux cleaned = -0.00211217 Jy ! Component: 3800 - total flux cleaned = -0.00215955 Jy ! Component: 3850 - total flux cleaned = -0.00225388 Jy ! Component: 3900 - total flux cleaned = -0.00241727 Jy ! Component: 3950 - total flux cleaned = -0.00246369 Jy ! Component: 4000 - total flux cleaned = -0.00253274 Jy ! Component: 4050 - total flux cleaned = -0.00260157 Jy ! Total flux subtracted in 4096 components = -0.00260156 Jy ! Clean residual min=-0.001423 max=0.001195 Jy/beam ! Clean residual mean=0.000004 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.186249 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 330 components and 0.186248 Jy ![Exited script file: muppet] wmap "J1510+5702_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.995 x 4.803 at 21.54 degrees (North through East) ! Clean map min=-0.0024128 max=0.16466 Jy/beam ! Writing clean map to FITS file: J1510+5702_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16466 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000402825 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.733921 0.733921 1.46784 2.93568 5.87137 11.7427 23.4855 46.9709 93.9418 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.164 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.995 x 4.803 at 21.54 degrees (North through East) ! Clean map min=-0.0024128 max=0.16466 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 J1510+5702_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:32:35 2019