! Started logfile: J1154+5934_S_2017_08_12_pus_uvs.log on Fri May 10 14:59:04 2019 obs J1154+5934_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1154+5934_S_2017_08_12_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.951852 visibilities/baseline/integration-bin. ! Found source: J1154+5934 ! ! 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 14392 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 J1154+5934_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 460 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.907927Jy sigma=0.008558 ! Fit after self-cal, rms=0.901356Jy sigma=0.008501 ! 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.237 mas, bmaj=4.087 mas, bpa=24.98 degrees ! Estimated noise=1153.51 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.0780485 Jy ! Component: 100 - total flux cleaned = 0.0966638 Jy ! Total flux subtracted in 100 components = 0.0966638 Jy ! Clean residual min=-0.004227 max=0.006995 Jy/beam ! Clean residual mean=-0.000001 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.0966638 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0966638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076668Jy sigma=0.000681 ! Fit after self-cal, rms=0.076665Jy sigma=0.000681 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00729935 Jy ! Component: 100 - total flux cleaned = 0.0106387 Jy ! Total flux subtracted in 100 components = 0.0106387 Jy ! Clean residual min=-0.003486 max=0.003163 Jy/beam ! Clean residual mean=0.000007 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.107302 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.107302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076028Jy sigma=0.000675 ! Fit after self-cal, rms=0.076043Jy sigma=0.000675 ! 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.85 mas, bmaj=4.895 mas, bpa=24 degrees ! Estimated noise=708.367 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.00159118 Jy ! Component: 100 - total flux cleaned = 0.00189105 Jy ! Component: 150 - total flux cleaned = 0.00196189 Jy ! Component: 200 - total flux cleaned = 0.00194344 Jy ! Total flux subtracted in 200 components = 0.00194344 Jy ! Clean residual min=-0.002249 max=0.002234 Jy/beam ! Clean residual mean=0.000008 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.109246 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.109246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076005Jy sigma=0.000674 ! Fit after self-cal, rms=0.076009Jy sigma=0.000674 ! 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.02 HN 0.99 KP 1.05 ! LA 1.01 MK 1.06 NL 0.89 OV 1.02 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.09 HN 0.99 KP 1.01 ! LA 0.97 MK 1.04 NL 1.00 OV 1.08 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.11 HN 1.01 KP 1.01 ! LA 0.99 MK 1.05 NL 0.97 OV 0.97 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.97 KP 1.00* ! LA 1.03 MK 0.92 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.076009Jy sigma=0.000674 ! Fit after self-cal, rms=0.075490Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=4.923 mas, bpa=24.54 degrees ! Estimated noise=708.643 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.000100987 Jy ! Component: 100 - total flux cleaned = -0.000140182 Jy ! Component: 150 - total flux cleaned = -0.000140972 Jy ! Component: 200 - total flux cleaned = -0.000154902 Jy ! Total flux subtracted in 200 components = -0.000154902 Jy ! Clean residual min=-0.002009 max=0.001701 Jy/beam ! Clean residual mean=0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.109091 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.109091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075482Jy sigma=0.000671 ! Fit after self-cal, rms=0.075472Jy 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.075472Jy sigma=0.000671 ! Fit after self-cal, rms=0.075685Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=4.919 mas, bpa=24.37 degrees ! Estimated noise=708.372 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131189 Jy ! Component: 100 - total flux cleaned = -0.000117562 Jy ! Component: 150 - total flux cleaned = -0.000117533 Jy ! Component: 200 - total flux cleaned = -0.000117554 Jy ! Total flux subtracted in 200 components = -0.000117554 Jy ! Clean residual min=-0.001911 max=0.001938 Jy/beam ! Clean residual mean=-0.000006 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.108973 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.108973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075680Jy sigma=0.000669 ! Fit after self-cal, rms=0.075691Jy sigma=0.000669 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 (2.5, -68.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136292 Jy ! Component: 100 - total flux cleaned = 0.0013922 Jy ! Component: 150 - total flux cleaned = 0.00139094 Jy ! Component: 200 - total flux cleaned = 0.00139038 Jy ! Total flux subtracted in 200 components = 0.00139038 Jy ! Clean residual min=-0.002056 max=0.001877 Jy/beam ! Clean residual mean=-0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.110364 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.110364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075657Jy sigma=0.000668 ! Fit after self-cal, rms=0.075653Jy sigma=0.000668 ! 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.075653Jy sigma=0.000668 ! Fit after self-cal, rms=0.075553Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.859 mas, bmaj=4.912 mas, bpa=24.38 degrees ! Estimated noise=707.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00043237 Jy ! Component: 100 - total flux cleaned = 0.000448822 Jy ! Component: 150 - total flux cleaned = 0.000496729 Jy ! Component: 200 - total flux cleaned = 0.000511672 Jy ! Total flux subtracted in 200 components = 0.000511672 Jy ! Clean residual min=-0.002067 max=0.001903 Jy/beam ! Clean residual mean=-0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.110876 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 64 components and 0.110876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075544Jy sigma=0.000668 ! Fit after self-cal, rms=0.075546Jy sigma=0.000668 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 = 6.52591e-05 Jy ! Component: 100 - total flux cleaned = 8.00546e-05 Jy ! Component: 150 - total flux cleaned = 0.000108413 Jy ! Component: 200 - total flux cleaned = 0.000122377 Jy ! Total flux subtracted in 200 components = 0.000122377 Jy ! Clean residual min=-0.002073 max=0.001905 Jy/beam ! Clean residual mean=-0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.110998 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.110998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075541Jy sigma=0.000668 ! Fit after self-cal, rms=0.075540Jy sigma=0.000668 ! 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.075540Jy sigma=0.000668 ! Fit after self-cal, rms=0.075460Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.922 mas, bmaj=8.979 mas, bpa=35.63 degrees ! Estimated noise=884.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000355554 Jy ! Component: 100 - total flux cleaned = 0.000393855 Jy ! Component: 150 - total flux cleaned = 0.000402001 Jy ! Component: 200 - total flux cleaned = 0.000410052 Jy ! Total flux subtracted in 200 components = 0.000410052 Jy ! Clean residual min=-0.001715 max=0.001651 Jy/beam ! Clean residual mean=-0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.111408 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 72 components and 0.111408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075459Jy sigma=0.000668 ! Fit after self-cal, rms=0.075459Jy sigma=0.000668 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.62019e-05 Jy ! Component: 100 - total flux cleaned = 3.62905e-05 Jy ! Component: 150 - total flux cleaned = 4.99494e-05 Jy ! Component: 200 - total flux cleaned = 5.65715e-05 Jy ! Total flux subtracted in 200 components = 5.65715e-05 Jy ! Clean residual min=-0.001715 max=0.001654 Jy/beam ! Clean residual mean=-0.000003 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.111465 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.111465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075458Jy sigma=0.000668 ! Fit after self-cal, rms=0.075458Jy sigma=0.000668 ! 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.858 mas, bmaj=4.909 mas, bpa=24.4 degrees ! Estimated noise=706.757 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.858 x 4.909 at 24.4 degrees (North through East) ! Clean map min=-0.0019579 max=0.10085 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.246 mas, bmaj=4.108 mas, bpa=25.29 degrees ! Estimated noise=1149.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0775957 Jy ! Component: 100 - total flux cleaned = 0.0961219 Jy ! Component: 150 - total flux cleaned = 0.103248 Jy ! Component: 200 - total flux cleaned = 0.106653 Jy ! Total flux subtracted in 200 components = 0.106653 Jy ! Clean residual min=-0.002874 max=0.002810 Jy/beam ! Clean residual mean=-0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.106653 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.106653 Jy ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=4.909 mas, bpa=24.4 degrees ! Estimated noise=706.757 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.00240101 Jy ! Component: 100 - total flux cleaned = 0.0036813 Jy ! Component: 150 - total flux cleaned = 0.00406412 Jy ! Component: 200 - total flux cleaned = 0.00427916 Jy ! Total flux subtracted in 200 components = 0.00427916 Jy ! Clean residual min=-0.002114 max=0.001909 Jy/beam ! Clean residual mean=-0.000003 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.110933 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.110933 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.922 mas, bmaj=8.979 mas, bpa=35.63 degrees ! Estimated noise=884.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000489069 Jy ! Component: 100 - total flux cleaned = 0.000556303 Jy ! Component: 150 - total flux cleaned = 0.000557251 Jy ! Component: 200 - total flux cleaned = 0.000577866 Jy ! Total flux subtracted in 200 components = 0.000577866 Jy ! Clean residual min=-0.001740 max=0.001682 Jy/beam ! Clean residual mean=-0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.111511 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 = -2.84629e-07 Jy ! Component: 100 - total flux cleaned = -2.83472e-07 Jy ! Component: 150 - total flux cleaned = 7.88989e-06 Jy ! Component: 200 - total flux cleaned = 1.55294e-05 Jy ! Total flux subtracted in 200 components = 1.55294e-05 Jy ! Clean residual min=-0.001728 max=0.001676 Jy/beam ! Clean residual mean=-0.000003 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.111526 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.111526 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=4.909 mas, bpa=24.4 degrees ! Estimated noise=706.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000280549 Jy ! Component: 100 - total flux cleaned = -0.00034674 Jy ! Component: 150 - total flux cleaned = -0.000346747 Jy ! Component: 200 - total flux cleaned = -0.00034682 Jy ! Total flux subtracted in 200 components = -0.00034682 Jy ! Clean residual min=-0.002039 max=0.001947 Jy/beam ! Clean residual mean=-0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.111179 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.111179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075471Jy sigma=0.000668 ! Fit after self-cal, rms=0.075471Jy sigma=0.000668 wmodel J1154+5934_S_2017_08_12_pus_map.mod ! Writing 59 model components to file: J1154+5934_S_2017_08_12_pus_map.mod wobs J1154+5934_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1154+5934_S_2017_08_12_pus_uvs.fits wwins J1154+5934_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J1154+5934_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.000184695 Jy ! Component: 100 - total flux cleaned = -0.000341774 Jy ! Component: 150 - total flux cleaned = -0.000284771 Jy ! Component: 200 - total flux cleaned = -0.000150264 Jy ! Component: 250 - total flux cleaned = -0.000123924 Jy ! Component: 300 - total flux cleaned = -0.000124298 Jy ! Component: 350 - total flux cleaned = -0.000100634 Jy ! Component: 400 - total flux cleaned = -2.95055e-05 Jy ! Component: 450 - total flux cleaned = 0.000109277 Jy ! Component: 500 - total flux cleaned = 0.000177308 Jy ! Component: 550 - total flux cleaned = 0.000333558 Jy ! Component: 600 - total flux cleaned = 0.000443966 Jy ! Component: 650 - total flux cleaned = 0.000573531 Jy ! Component: 700 - total flux cleaned = 0.000637052 Jy ! Component: 750 - total flux cleaned = 0.000678717 Jy ! Component: 800 - total flux cleaned = 0.00071977 Jy ! Component: 850 - total flux cleaned = 0.000739898 Jy ! Component: 900 - total flux cleaned = 0.000739876 Jy ! Component: 950 - total flux cleaned = 0.000799115 Jy ! Component: 1000 - total flux cleaned = 0.000759976 Jy ! Component: 1050 - total flux cleaned = 0.0008178 Jy ! Component: 1100 - total flux cleaned = 0.000798417 Jy ! Component: 1150 - total flux cleaned = 0.000760901 Jy ! Component: 1200 - total flux cleaned = 0.000835267 Jy ! Component: 1250 - total flux cleaned = 0.000908383 Jy ! Component: 1300 - total flux cleaned = 0.00087192 Jy ! Component: 1350 - total flux cleaned = 0.000908106 Jy ! Component: 1400 - total flux cleaned = 0.000943873 Jy ! Component: 1450 - total flux cleaned = 0.000996792 Jy ! Component: 1500 - total flux cleaned = 0.00103157 Jy ! Component: 1550 - total flux cleaned = 0.0010315 Jy ! Component: 1600 - total flux cleaned = 0.00104879 Jy ! Component: 1650 - total flux cleaned = 0.00109946 Jy ! Component: 1700 - total flux cleaned = 0.001133 Jy ! Component: 1750 - total flux cleaned = 0.00111605 Jy ! Component: 1800 - total flux cleaned = 0.00113261 Jy ! Component: 1850 - total flux cleaned = 0.00111641 Jy ! Component: 1900 - total flux cleaned = 0.00118133 Jy ! Component: 1950 - total flux cleaned = 0.0011169 Jy ! Component: 2000 - total flux cleaned = 0.00114886 Jy ! Component: 2050 - total flux cleaned = 0.00116456 Jy ! Component: 2100 - total flux cleaned = 0.00114886 Jy ! Component: 2150 - total flux cleaned = 0.00116443 Jy ! Component: 2200 - total flux cleaned = 0.00119519 Jy ! Component: 2250 - total flux cleaned = 0.00122564 Jy ! Component: 2300 - total flux cleaned = 0.00119506 Jy ! Component: 2350 - total flux cleaned = 0.00122522 Jy ! Component: 2400 - total flux cleaned = 0.00119523 Jy ! Component: 2450 - total flux cleaned = 0.00126942 Jy ! Component: 2500 - total flux cleaned = 0.00129888 Jy ! Component: 2550 - total flux cleaned = 0.00124031 Jy ! Component: 2600 - total flux cleaned = 0.00129863 Jy ! Component: 2650 - total flux cleaned = 0.00129851 Jy ! Component: 2700 - total flux cleaned = 0.00132728 Jy ! Component: 2750 - total flux cleaned = 0.00134138 Jy ! Component: 2800 - total flux cleaned = 0.00134113 Jy ! Component: 2850 - total flux cleaned = 0.00134116 Jy ! Component: 2900 - total flux cleaned = 0.00134106 Jy ! Component: 2950 - total flux cleaned = 0.00136876 Jy ! Component: 3000 - total flux cleaned = 0.00142382 Jy ! Component: 3050 - total flux cleaned = 0.00146481 Jy ! Component: 3100 - total flux cleaned = 0.0015192 Jy ! Component: 3150 - total flux cleaned = 0.0015327 Jy ! Component: 3200 - total flux cleaned = 0.00155956 Jy ! Component: 3250 - total flux cleaned = 0.00159949 Jy ! Component: 3300 - total flux cleaned = 0.0015996 Jy ! Component: 3350 - total flux cleaned = 0.00156035 Jy ! Component: 3400 - total flux cleaned = 0.00162574 Jy ! Component: 3450 - total flux cleaned = 0.0016387 Jy ! Component: 3500 - total flux cleaned = 0.00158716 Jy ! Component: 3550 - total flux cleaned = 0.00163846 Jy ! Component: 3600 - total flux cleaned = 0.00165132 Jy ! Component: 3650 - total flux cleaned = 0.00166387 Jy ! Component: 3700 - total flux cleaned = 0.00170173 Jy ! Component: 3750 - total flux cleaned = 0.0016515 Jy ! Component: 3800 - total flux cleaned = 0.00171381 Jy ! Component: 3850 - total flux cleaned = 0.00167657 Jy ! Component: 3900 - total flux cleaned = 0.00167664 Jy ! Component: 3950 - total flux cleaned = 0.00173805 Jy ! Component: 4000 - total flux cleaned = 0.00171369 Jy ! Component: 4050 - total flux cleaned = 0.00175019 Jy ! Total flux subtracted in 4096 components = 0.00170191 Jy ! Clean residual min=-0.000612 max=0.000840 Jy/beam ! Clean residual mean=0.000000 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.112881 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 363 components and 0.112881 Jy ![Exited script file: muppet] wmap "J1154+5934_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.858 x 4.909 at 24.4 degrees (North through East) ! Clean map min=-0.0014134 max=0.10099 Jy/beam ! Writing clean map to FITS file: J1154+5934_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.100989 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217267 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.645417 0.645417 1.29083 2.58167 5.16333 10.3267 20.6533 41.3067 82.6133 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.858 x 4.909 at 24.4 degrees (North through East) ! Clean map min=-0.0014134 max=0.10099 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 J1154+5934_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:59:08 2019