! Started logfile: J1402+1559_S_2017_06_15_pus_uvs.log on Tue May 7 15:20:56 2019 obs J1402+1559_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1402+1559_S_2017_06_15_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.803704 visibilities/baseline/integration-bin. ! Found source: J1402+1559 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 603 lines of history. ! ! Reading 20832 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 J1402+1559_S_2017_06_15_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 209 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 209 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1026 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898733Jy sigma=0.008726 ! Fit after self-cal, rms=0.877394Jy sigma=0.008541 ! 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.922 mas, bmaj=7.26 mas, bpa=0.5337 degrees ! Estimated noise=828.894 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.0934303 Jy ! Component: 100 - total flux cleaned = 0.1175 Jy ! Total flux subtracted in 100 components = 0.1175 Jy ! Clean residual min=-0.003761 max=0.010102 Jy/beam ! Clean residual mean=0.000003 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.1175 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.1175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075164Jy sigma=0.000687 ! Fit after self-cal, rms=0.075152Jy sigma=0.000687 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109156 Jy ! Component: 100 - total flux cleaned = 0.0161387 Jy ! Total flux subtracted in 100 components = 0.0161387 Jy ! Clean residual min=-0.002926 max=0.002947 Jy/beam ! Clean residual mean=0.000008 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.133638 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.133638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073241Jy sigma=0.000669 ! Fit after self-cal, rms=0.073234Jy sigma=0.000669 ! 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.443 mas, bmaj=8.073 mas, bpa=0.3389 degrees ! Estimated noise=592.403 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.0040681 Jy ! Component: 100 - total flux cleaned = 0.00594359 Jy ! Component: 150 - total flux cleaned = 0.00691175 Jy ! Component: 200 - total flux cleaned = 0.00711435 Jy ! Total flux subtracted in 200 components = 0.00711435 Jy ! Clean residual min=-0.002275 max=0.002108 Jy/beam ! Clean residual mean=0.000009 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.140753 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.140753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072996Jy sigma=0.000667 ! Fit after self-cal, rms=0.072997Jy sigma=0.000667 ! 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 1.07 FD 0.96 HN 0.94 KP 1.02 ! LA 1.03 MK 1.02 NL 0.91 OV 1.03 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 1.00 KP 0.96 ! LA 0.96 MK 1.02 NL 1.07 OV 1.04 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 0.99 KP 0.99 ! LA 1.02 MK 1.06 NL 1.00 OV 0.96 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.97 KP 1.00* ! LA 1.07 MK 1.01 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.072997Jy sigma=0.000667 ! Fit after self-cal, rms=0.072219Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=8.06 mas, bpa=0.4627 degrees ! Estimated noise=592.869 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 = 2.25331e-05 Jy ! Component: 100 - total flux cleaned = 0.000224303 Jy ! Component: 150 - total flux cleaned = 0.000288104 Jy ! Component: 200 - total flux cleaned = 0.000325701 Jy ! Total flux subtracted in 200 components = 0.000325701 Jy ! Clean residual min=-0.002011 max=0.002054 Jy/beam ! Clean residual mean=0.000003 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.141078 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.141078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072203Jy sigma=0.000663 ! Fit after self-cal, rms=0.072197Jy sigma=0.000663 ! 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.072197Jy sigma=0.000663 ! Fit after self-cal, rms=0.072160Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=8.081 mas, bpa=0.453 degrees ! Estimated noise=593.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000387317 Jy ! Component: 100 - total flux cleaned = -0.000369249 Jy ! Component: 150 - total flux cleaned = -0.000333679 Jy ! Component: 200 - total flux cleaned = -0.000300863 Jy ! Total flux subtracted in 200 components = -0.000300863 Jy ! Clean residual min=-0.001720 max=0.001814 Jy/beam ! Clean residual mean=0.000000 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.140777 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.140777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072150Jy sigma=0.000661 ! Fit after self-cal, rms=0.072162Jy sigma=0.000661 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 = 5.29647e-05 Jy ! Component: 100 - total flux cleaned = 8.23465e-05 Jy ! Component: 150 - total flux cleaned = 9.6133e-05 Jy ! Component: 200 - total flux cleaned = 0.000122322 Jy ! Total flux subtracted in 200 components = 0.000122322 Jy ! Clean residual min=-0.001717 max=0.001808 Jy/beam ! Clean residual mean=0.000000 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.1409 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.1409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072157Jy sigma=0.000661 ! Fit after self-cal, rms=0.072156Jy sigma=0.000661 ! 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.072156Jy sigma=0.000661 ! Fit after self-cal, rms=0.072284Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.468 mas, bmaj=8.094 mas, bpa=0.4628 degrees ! Estimated noise=593.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000192963 Jy ! Component: 100 - total flux cleaned = -0.000179552 Jy ! Component: 150 - total flux cleaned = -0.000153006 Jy ! Component: 200 - total flux cleaned = -0.000127816 Jy ! Total flux subtracted in 200 components = -0.000127816 Jy ! Clean residual min=-0.001715 max=0.001808 Jy/beam ! Clean residual mean=0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.140772 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.140772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072279Jy sigma=0.000661 ! Fit after self-cal, rms=0.072280Jy sigma=0.000661 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.07009e-05 Jy ! Component: 100 - total flux cleaned = 5.23937e-05 Jy ! Component: 150 - total flux cleaned = 6.38349e-05 Jy ! Component: 200 - total flux cleaned = 7.47911e-05 Jy ! Total flux subtracted in 200 components = 7.47911e-05 Jy ! Clean residual min=-0.001716 max=0.001807 Jy/beam ! Clean residual mean=0.000000 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.140847 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.140847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072276Jy sigma=0.000661 ! Fit after self-cal, rms=0.072276Jy sigma=0.000661 ! 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.072276Jy sigma=0.000661 ! Fit after self-cal, rms=0.072367Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.632 mas, bmaj=11.36 mas, bpa=-6.371 degrees ! Estimated noise=727.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382567 Jy ! Component: 100 - total flux cleaned = 0.000354123 Jy ! Component: 150 - total flux cleaned = 0.000345291 Jy ! Component: 200 - total flux cleaned = 0.000344999 Jy ! Total flux subtracted in 200 components = 0.000344999 Jy ! Clean residual min=-0.002438 max=0.002109 Jy/beam ! Clean residual mean=0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.141192 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 51 components and 0.141192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072367Jy sigma=0.000661 ! Fit after self-cal, rms=0.072367Jy sigma=0.000661 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.16837e-05 Jy ! Component: 100 - total flux cleaned = 3.30675e-05 Jy ! Component: 150 - total flux cleaned = 2.47779e-05 Jy ! Component: 200 - total flux cleaned = 2.48515e-05 Jy ! Total flux subtracted in 200 components = 2.48515e-05 Jy ! Clean residual min=-0.002436 max=0.002092 Jy/beam ! Clean residual mean=0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.141217 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.141217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072368Jy sigma=0.000661 ! Fit after self-cal, rms=0.072367Jy sigma=0.000661 ! 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.472 mas, bmaj=8.102 mas, bpa=0.4802 degrees ! Estimated noise=594.523 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.472 x 8.102 at 0.4802 degrees (North through East) ! Clean map min=-0.0016624 max=0.12298 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.943 mas, bmaj=7.286 mas, bpa=0.6591 degrees ! Estimated noise=837.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0941755 Jy ! Component: 100 - total flux cleaned = 0.118504 Jy ! Component: 150 - total flux cleaned = 0.129263 Jy ! Component: 200 - total flux cleaned = 0.134465 Jy ! Total flux subtracted in 200 components = 0.134465 Jy ! Clean residual min=-0.002350 max=0.002765 Jy/beam ! Clean residual mean=0.000000 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.134465 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.134465 Jy ! Inverting map and beam ! Estimated beam: bmin=3.472 mas, bmaj=8.102 mas, bpa=0.4802 degrees ! Estimated noise=594.523 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.00331878 Jy ! Component: 100 - total flux cleaned = 0.00494501 Jy ! Component: 150 - total flux cleaned = 0.00566867 Jy ! Component: 200 - total flux cleaned = 0.00593462 Jy ! Total flux subtracted in 200 components = 0.00593462 Jy ! Clean residual min=-0.001754 max=0.001865 Jy/beam ! Clean residual mean=0.000000 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.140399 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.140399 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.632 mas, bmaj=11.36 mas, bpa=-6.371 degrees ! Estimated noise=727.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000819042 Jy ! Component: 100 - total flux cleaned = 0.000787514 Jy ! Component: 150 - total flux cleaned = 0.000759257 Jy ! Component: 200 - total flux cleaned = 0.000758993 Jy ! Total flux subtracted in 200 components = 0.000758993 Jy ! Clean residual min=-0.002438 max=0.002102 Jy/beam ! Clean residual mean=0.000001 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.141158 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 = 7.43822e-06 Jy ! Component: 100 - total flux cleaned = 7.66787e-06 Jy ! Component: 150 - total flux cleaned = 2.194e-05 Jy ! Component: 200 - total flux cleaned = 2.87715e-05 Jy ! Total flux subtracted in 200 components = 2.87715e-05 Jy ! Clean residual min=-0.002438 max=0.002093 Jy/beam ! Clean residual mean=0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.141187 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.141187 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.472 mas, bmaj=8.102 mas, bpa=0.4802 degrees ! Estimated noise=594.523 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000329493 Jy ! Component: 100 - total flux cleaned = -0.000352829 Jy ! Component: 150 - total flux cleaned = -0.000352868 Jy ! Component: 200 - total flux cleaned = -0.000352792 Jy ! Total flux subtracted in 200 components = -0.000352792 Jy ! Clean residual min=-0.001717 max=0.001867 Jy/beam ! Clean residual mean=0.000000 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.140834 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.140834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072381Jy sigma=0.000661 ! Fit after self-cal, rms=0.072376Jy sigma=0.000661 wmodel J1402+1559_S_2017_06_15_pus_map.mod ! Writing 42 model components to file: J1402+1559_S_2017_06_15_pus_map.mod wobs J1402+1559_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1402+1559_S_2017_06_15_pus_uvs.fits wwins J1402+1559_S_2017_06_15_pus_map.win ! wwins: Wrote 1 windows to J1402+1559_S_2017_06_15_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000281457 Jy ! Component: 100 - total flux cleaned = 0.000129243 Jy ! Component: 150 - total flux cleaned = -0.00010152 Jy ! Component: 200 - total flux cleaned = -0.000266425 Jy ! Component: 250 - total flux cleaned = -0.000424751 Jy ! Component: 300 - total flux cleaned = -0.00057701 Jy ! Component: 350 - total flux cleaned = -0.000675136 Jy ! Component: 400 - total flux cleaned = -0.000722667 Jy ! Component: 450 - total flux cleaned = -0.000861744 Jy ! Component: 500 - total flux cleaned = -0.000837986 Jy ! Component: 550 - total flux cleaned = -0.000837815 Jy ! Component: 600 - total flux cleaned = -0.000816129 Jy ! Component: 650 - total flux cleaned = -0.000858375 Jy ! Component: 700 - total flux cleaned = -0.000879111 Jy ! Component: 750 - total flux cleaned = -0.000878919 Jy ! Component: 800 - total flux cleaned = -0.000838729 Jy ! Component: 850 - total flux cleaned = -0.000858508 Jy ! Component: 900 - total flux cleaned = -0.000858244 Jy ! Component: 950 - total flux cleaned = -0.000858125 Jy ! Component: 1000 - total flux cleaned = -0.000857932 Jy ! Component: 1050 - total flux cleaned = -0.00083966 Jy ! Component: 1100 - total flux cleaned = -0.000948468 Jy ! Component: 1150 - total flux cleaned = -0.000948923 Jy ! Component: 1200 - total flux cleaned = -0.00107156 Jy ! Component: 1250 - total flux cleaned = -0.00117575 Jy ! Component: 1300 - total flux cleaned = -0.00115844 Jy ! Component: 1350 - total flux cleaned = -0.00124258 Jy ! Component: 1400 - total flux cleaned = -0.00125941 Jy ! Component: 1450 - total flux cleaned = -0.00125925 Jy ! Component: 1500 - total flux cleaned = -0.00129208 Jy ! Component: 1550 - total flux cleaned = -0.00137194 Jy ! Component: 1600 - total flux cleaned = -0.00137169 Jy ! Component: 1650 - total flux cleaned = -0.00132484 Jy ! Component: 1700 - total flux cleaned = -0.00137108 Jy ! Component: 1750 - total flux cleaned = -0.00135578 Jy ! Component: 1800 - total flux cleaned = -0.00132597 Jy ! Component: 1850 - total flux cleaned = -0.00134077 Jy ! Component: 1900 - total flux cleaned = -0.00134078 Jy ! Component: 1950 - total flux cleaned = -0.00135531 Jy ! Component: 2000 - total flux cleaned = -0.00135532 Jy ! Component: 2050 - total flux cleaned = -0.00134114 Jy ! Component: 2100 - total flux cleaned = -0.00134121 Jy ! Component: 2150 - total flux cleaned = -0.00135507 Jy ! Component: 2200 - total flux cleaned = -0.00135498 Jy ! Component: 2250 - total flux cleaned = -0.00134148 Jy ! Component: 2300 - total flux cleaned = -0.0013548 Jy ! Component: 2350 - total flux cleaned = -0.0013548 Jy ! Component: 2400 - total flux cleaned = -0.00136803 Jy ! Component: 2450 - total flux cleaned = -0.00132912 Jy ! Component: 2500 - total flux cleaned = -0.00135471 Jy ! Component: 2550 - total flux cleaned = -0.0013802 Jy ! Component: 2600 - total flux cleaned = -0.00136764 Jy ! Component: 2650 - total flux cleaned = -0.00139273 Jy ! Component: 2700 - total flux cleaned = -0.00136814 Jy ! Component: 2750 - total flux cleaned = -0.00140511 Jy ! Component: 2800 - total flux cleaned = -0.00138098 Jy ! Component: 2850 - total flux cleaned = -0.00142918 Jy ! Component: 2900 - total flux cleaned = -0.00147699 Jy ! Component: 2950 - total flux cleaned = -0.00146512 Jy ! Component: 3000 - total flux cleaned = -0.00150007 Jy ! Component: 3050 - total flux cleaned = -0.00151185 Jy ! Component: 3100 - total flux cleaned = -0.00156922 Jy ! Component: 3150 - total flux cleaned = -0.00160345 Jy ! Component: 3200 - total flux cleaned = -0.00160359 Jy ! Component: 3250 - total flux cleaned = -0.00165965 Jy ! Component: 3300 - total flux cleaned = -0.00168197 Jy ! Component: 3350 - total flux cleaned = -0.00173705 Jy ! Component: 3400 - total flux cleaned = -0.00171527 Jy ! Component: 3450 - total flux cleaned = -0.00176957 Jy ! Component: 3500 - total flux cleaned = -0.00178038 Jy ! Component: 3550 - total flux cleaned = -0.00181254 Jy ! Component: 3600 - total flux cleaned = -0.00188681 Jy ! Component: 3650 - total flux cleaned = -0.00189724 Jy ! Component: 3700 - total flux cleaned = -0.0019703 Jy ! Component: 3750 - total flux cleaned = -0.00195996 Jy ! Component: 3800 - total flux cleaned = -0.0019909 Jy ! Component: 3850 - total flux cleaned = -0.00203171 Jy ! Component: 3900 - total flux cleaned = -0.00207247 Jy ! Component: 3950 - total flux cleaned = -0.0020826 Jy ! Component: 4000 - total flux cleaned = -0.00213288 Jy ! Component: 4050 - total flux cleaned = -0.00221254 Jy ! Total flux subtracted in 4096 components = -0.00224215 Jy ! Clean residual min=-0.000585 max=0.000540 Jy/beam ! Clean residual mean=0.000001 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.138592 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 343 components and 0.138592 Jy ![Exited script file: muppet] wmap "J1402+1559_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.472 x 8.102 at 0.4802 degrees (North through East) ! Clean map min=-0.001171 max=0.12328 Jy/beam ! Writing clean map to FITS file: J1402+1559_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.123279 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181452 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.441562 0.441562 0.883124 1.76625 3.5325 7.065 14.13 28.26 56.52 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.123 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.472 x 8.102 at 0.4802 degrees (North through East) ! Clean map min=-0.001171 max=0.12328 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 J1402+1559_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:21:01 2019