! Started logfile: J0132+4325_S_2017_05_01_pus_uvs.log on Wed May 1 18:24:56 2019 obs J0132+4325_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0132+4325_S_2017_05_01_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.957115 visibilities/baseline/integration-bin. ! Found source: J0132+4325 ! ! 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 788 lines of history. ! ! Reading 19640 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 J0132+4325_S_2017_05_01_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 493 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.905003Jy sigma=0.007482 ! Fit after self-cal, rms=0.897690Jy sigma=0.007433 ! 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.33 mas, bmaj=5.162 mas, bpa=-1.333 degrees ! Estimated noise=937.974 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.0813905 Jy ! Component: 100 - total flux cleaned = 0.10218 Jy ! Total flux subtracted in 100 components = 0.10218 Jy ! Clean residual min=-0.003744 max=0.008343 Jy/beam ! Clean residual mean=0.000001 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.10218 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.10218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119913Jy sigma=0.000687 ! Fit after self-cal, rms=0.119898Jy sigma=0.000687 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00914581 Jy ! Component: 100 - total flux cleaned = 0.0143095 Jy ! Total flux subtracted in 100 components = 0.0143095 Jy ! Clean residual min=-0.003089 max=0.004132 Jy/beam ! Clean residual mean=0.000001 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.116489 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.116489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118955Jy sigma=0.000679 ! Fit after self-cal, rms=0.118972Jy sigma=0.000679 ! 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.923 mas, bmaj=5.816 mas, bpa=-1.388 degrees ! Estimated noise=686.627 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 (-3.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00419592 Jy ! Component: 100 - total flux cleaned = 0.00685595 Jy ! Component: 150 - total flux cleaned = 0.00877528 Jy ! Component: 200 - total flux cleaned = 0.00999525 Jy ! Total flux subtracted in 200 components = 0.00999525 Jy ! Clean residual min=-0.002601 max=0.002721 Jy/beam ! Clean residual mean=-0.000003 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.126485 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 33 components and 0.126485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118677Jy sigma=0.000677 ! Fit after self-cal, rms=0.118671Jy sigma=0.000677 ! 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.92 FD 0.93 HN 1.02 KP 1.00 ! LA 0.98 MK 1.03 NL 0.96 OV 1.02 ! PT 1.03 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.05 KP 0.98 ! LA 0.96 MK 1.13 NL 1.05 OV 1.15 ! PT 0.95 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.02 KP 1.01 ! LA 0.97 MK 1.06 NL 1.03 OV 0.98 ! PT 0.96 SC 0.96 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.09 HN 1.00 KP 1.00* ! LA 1.00 MK 1.08 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.118671Jy sigma=0.000677 ! Fit after self-cal, rms=0.117801Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.943 mas, bmaj=5.83 mas, bpa=0.3636 degrees ! Estimated noise=686.938 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.000478635 Jy ! Component: 100 - total flux cleaned = 0.000431204 Jy ! Component: 150 - total flux cleaned = 0.000391843 Jy ! Component: 200 - total flux cleaned = 0.000464174 Jy ! Total flux subtracted in 200 components = 0.000464174 Jy ! Clean residual min=-0.002240 max=0.002216 Jy/beam ! Clean residual mean=-0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.126949 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 42 components and 0.126949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117737Jy sigma=0.000673 ! Fit after self-cal, rms=0.117738Jy sigma=0.000673 ! 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.117738Jy sigma=0.000673 ! Fit after self-cal, rms=0.103003Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.974 mas, bmaj=5.801 mas, bpa=-0.1028 degrees ! Estimated noise=688.886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000706826 Jy ! Component: 100 - total flux cleaned = 0.000705674 Jy ! Component: 150 - total flux cleaned = 0.000729217 Jy ! Component: 200 - total flux cleaned = 0.00077122 Jy ! Total flux subtracted in 200 components = 0.00077122 Jy ! Clean residual min=-0.001793 max=0.001688 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.12772 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 0.12772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102989Jy sigma=0.000669 ! Fit after self-cal, rms=0.103002Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00016862 Jy ! Component: 100 - total flux cleaned = 0.000149101 Jy ! Component: 150 - total flux cleaned = 0.000168891 Jy ! Component: 200 - total flux cleaned = 0.000186768 Jy ! Total flux subtracted in 200 components = 0.000186768 Jy ! Clean residual min=-0.001783 max=0.001688 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.127907 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 59 components and 0.127907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102991Jy sigma=0.000669 ! Fit after self-cal, rms=0.102991Jy sigma=0.000669 ! 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.102991Jy sigma=0.000669 ! Fit after self-cal, rms=0.102889Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.973 mas, bmaj=5.796 mas, bpa=0.008117 degrees ! Estimated noise=688.828 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025265 Jy ! Component: 100 - total flux cleaned = 0.000270697 Jy ! Component: 150 - total flux cleaned = 0.000288102 Jy ! Component: 200 - total flux cleaned = 0.00030471 Jy ! Total flux subtracted in 200 components = 0.00030471 Jy ! Clean residual min=-0.001821 max=0.001670 Jy/beam ! Clean residual mean=-0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.128211 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 70 components and 0.128211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102881Jy sigma=0.000669 ! Fit after self-cal, rms=0.102881Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.59897e-05 Jy ! Component: 100 - total flux cleaned = 5.1613e-05 Jy ! Component: 150 - total flux cleaned = 5.18555e-05 Jy ! Component: 200 - total flux cleaned = 6.62649e-05 Jy ! Total flux subtracted in 200 components = 6.62649e-05 Jy ! Clean residual min=-0.001827 max=0.001664 Jy/beam ! Clean residual mean=-0.000003 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.128278 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.128278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102874Jy sigma=0.000669 ! Fit after self-cal, rms=0.102875Jy sigma=0.000669 ! 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.102875Jy sigma=0.000669 ! Fit after self-cal, rms=0.102908Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.934 mas, bmaj=9.146 mas, bpa=8.26 degrees ! Estimated noise=801.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000473179 Jy ! Component: 100 - total flux cleaned = 0.000567596 Jy ! Component: 150 - total flux cleaned = 0.000638976 Jy ! Component: 200 - total flux cleaned = 0.000655978 Jy ! Total flux subtracted in 200 components = 0.000655978 Jy ! Clean residual min=-0.001615 max=0.001797 Jy/beam ! Clean residual mean=-0.000007 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.128934 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.128934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102905Jy sigma=0.000669 ! Fit after self-cal, rms=0.102902Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.80074e-05 Jy ! Component: 100 - total flux cleaned = 0.000113339 Jy ! Component: 150 - total flux cleaned = 0.000121172 Jy ! Component: 200 - total flux cleaned = 0.000121578 Jy ! Total flux subtracted in 200 components = 0.000121578 Jy ! Clean residual min=-0.001608 max=0.001811 Jy/beam ! Clean residual mean=-0.000007 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.129055 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.129055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102901Jy sigma=0.000669 ! Fit after self-cal, rms=0.102899Jy sigma=0.000669 ! 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.973 mas, bmaj=5.792 mas, bpa=0.1687 degrees ! Estimated noise=689.096 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.973 x 5.792 at 0.1687 degrees (North through East) ! Clean map min=-0.0017933 max=0.10558 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.39 mas, bmaj=5.137 mas, bpa=0.2655 degrees ! Estimated noise=946.533 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0817861 Jy ! Component: 100 - total flux cleaned = 0.103422 Jy ! Component: 150 - total flux cleaned = 0.112487 Jy ! Component: 200 - total flux cleaned = 0.117679 Jy ! Total flux subtracted in 200 components = 0.117679 Jy ! Clean residual min=-0.002915 max=0.003027 Jy/beam ! Clean residual mean=-0.000000 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.117679 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.117679 Jy ! Inverting map and beam ! Estimated beam: bmin=3.973 mas, bmaj=5.792 mas, bpa=0.1687 degrees ! Estimated noise=689.096 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.00364719 Jy ! Component: 100 - total flux cleaned = 0.00598859 Jy ! Component: 150 - total flux cleaned = 0.00756801 Jy ! Component: 200 - total flux cleaned = 0.00825935 Jy ! Total flux subtracted in 200 components = 0.00825935 Jy ! Clean residual min=-0.001866 max=0.001725 Jy/beam ! Clean residual mean=-0.000002 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.125939 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 44 components and 0.125939 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.934 mas, bmaj=9.146 mas, bpa=8.26 degrees ! Estimated noise=801.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133443 Jy ! Component: 100 - total flux cleaned = 0.00213155 Jy ! Component: 150 - total flux cleaned = 0.00241509 Jy ! Component: 200 - total flux cleaned = 0.00256538 Jy ! Total flux subtracted in 200 components = 0.00256538 Jy ! Clean residual min=-0.001645 max=0.001819 Jy/beam ! Clean residual mean=-0.000007 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.128504 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 = 0.00010931 Jy ! Component: 100 - total flux cleaned = 0.000200681 Jy ! Component: 150 - total flux cleaned = 0.000269224 Jy ! Component: 200 - total flux cleaned = 0.000304287 Jy ! Total flux subtracted in 200 components = 0.000304287 Jy ! Clean residual min=-0.001638 max=0.001815 Jy/beam ! Clean residual mean=-0.000007 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.128808 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 75 components and 0.128808 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.973 mas, bmaj=5.792 mas, bpa=0.1687 degrees ! Estimated noise=689.096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000280208 Jy ! Component: 100 - total flux cleaned = -0.000400751 Jy ! Component: 150 - total flux cleaned = -0.00042636 Jy ! Component: 200 - total flux cleaned = -0.000425667 Jy ! Total flux subtracted in 200 components = -0.000425667 Jy ! Clean residual min=-0.001843 max=0.001705 Jy/beam ! Clean residual mean=-0.000003 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.128383 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.128383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102935Jy sigma=0.000669 ! Fit after self-cal, rms=0.102915Jy sigma=0.000669 wmodel J0132+4325_S_2017_05_01_pus_map.mod ! Writing 83 model components to file: J0132+4325_S_2017_05_01_pus_map.mod wobs J0132+4325_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0132+4325_S_2017_05_01_pus_uvs.fits wwins J0132+4325_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0132+4325_S_2017_05_01_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.000177626 Jy ! Component: 100 - total flux cleaned = 6.36072e-05 Jy ! Component: 150 - total flux cleaned = 0.000150119 Jy ! Component: 200 - total flux cleaned = 0.000344959 Jy ! Component: 250 - total flux cleaned = 0.000263952 Jy ! Component: 300 - total flux cleaned = 0.000290011 Jy ! Component: 350 - total flux cleaned = 0.000238627 Jy ! Component: 400 - total flux cleaned = 0.0002138 Jy ! Component: 450 - total flux cleaned = 0.000189514 Jy ! Component: 500 - total flux cleaned = 0.000165413 Jy ! Component: 550 - total flux cleaned = 0.000164965 Jy ! Component: 600 - total flux cleaned = 0.000141383 Jy ! Component: 650 - total flux cleaned = 9.49665e-05 Jy ! Component: 700 - total flux cleaned = 9.48847e-05 Jy ! Component: 750 - total flux cleaned = 0.000116879 Jy ! Component: 800 - total flux cleaned = 0.000160727 Jy ! Component: 850 - total flux cleaned = 0.000117136 Jy ! Component: 900 - total flux cleaned = 0.000181788 Jy ! Component: 950 - total flux cleaned = 9.69025e-05 Jy ! Component: 1000 - total flux cleaned = 9.69523e-05 Jy ! Component: 1050 - total flux cleaned = 0.000159137 Jy ! Component: 1100 - total flux cleaned = 0.000138413 Jy ! Component: 1150 - total flux cleaned = 0.000138536 Jy ! Component: 1200 - total flux cleaned = 0.000118779 Jy ! Component: 1250 - total flux cleaned = 0.000158437 Jy ! Component: 1300 - total flux cleaned = 0.000197715 Jy ! Component: 1350 - total flux cleaned = 0.000158576 Jy ! Component: 1400 - total flux cleaned = 0.000158671 Jy ! Component: 1450 - total flux cleaned = 0.000158535 Jy ! Component: 1500 - total flux cleaned = 0.000215425 Jy ! Component: 1550 - total flux cleaned = 0.000271658 Jy ! Component: 1600 - total flux cleaned = 0.000290257 Jy ! Component: 1650 - total flux cleaned = 0.000363759 Jy ! Component: 1700 - total flux cleaned = 0.000327002 Jy ! Component: 1750 - total flux cleaned = 0.000399715 Jy ! Component: 1800 - total flux cleaned = 0.000399638 Jy ! Component: 1850 - total flux cleaned = 0.00043518 Jy ! Component: 1900 - total flux cleaned = 0.000506264 Jy ! Component: 1950 - total flux cleaned = 0.0005413 Jy ! Component: 2000 - total flux cleaned = 0.00045414 Jy ! Component: 2050 - total flux cleaned = 0.00052346 Jy ! Component: 2100 - total flux cleaned = 0.000420448 Jy ! Component: 2150 - total flux cleaned = 0.000420574 Jy ! Component: 2200 - total flux cleaned = 0.000403593 Jy ! Component: 2250 - total flux cleaned = 0.00037016 Jy ! Component: 2300 - total flux cleaned = 0.000320142 Jy ! Component: 2350 - total flux cleaned = 0.00032033 Jy ! Component: 2400 - total flux cleaned = 0.000271059 Jy ! Component: 2450 - total flux cleaned = 0.000271136 Jy ! Component: 2500 - total flux cleaned = 0.000206493 Jy ! Component: 2550 - total flux cleaned = 0.000125842 Jy ! Component: 2600 - total flux cleaned = 0.000125982 Jy ! Component: 2650 - total flux cleaned = 4.63818e-05 Jy ! Component: 2700 - total flux cleaned = -3.27296e-05 Jy ! Component: 2750 - total flux cleaned = -6.41236e-05 Jy ! Component: 2800 - total flux cleaned = -6.41624e-05 Jy ! Component: 2850 - total flux cleaned = -0.000141665 Jy ! Component: 2900 - total flux cleaned = -0.000234148 Jy ! Component: 2950 - total flux cleaned = -0.000264733 Jy ! Component: 3000 - total flux cleaned = -0.000295126 Jy ! Component: 3050 - total flux cleaned = -0.000310162 Jy ! Component: 3100 - total flux cleaned = -0.000415567 Jy ! Component: 3150 - total flux cleaned = -0.000430516 Jy ! Component: 3200 - total flux cleaned = -0.000475162 Jy ! Component: 3250 - total flux cleaned = -0.000460355 Jy ! Component: 3300 - total flux cleaned = -0.000548825 Jy ! Component: 3350 - total flux cleaned = -0.000607537 Jy ! Component: 3400 - total flux cleaned = -0.000665775 Jy ! Component: 3450 - total flux cleaned = -0.000738172 Jy ! Component: 3500 - total flux cleaned = -0.000824548 Jy ! Component: 3550 - total flux cleaned = -0.000853214 Jy ! Component: 3600 - total flux cleaned = -0.000867403 Jy ! Component: 3650 - total flux cleaned = -0.000952326 Jy ! Component: 3700 - total flux cleaned = -0.00100866 Jy ! Component: 3750 - total flux cleaned = -0.00103666 Jy ! Component: 3800 - total flux cleaned = -0.00103658 Jy ! Component: 3850 - total flux cleaned = -0.00111982 Jy ! Component: 3900 - total flux cleaned = -0.00120256 Jy ! Component: 3950 - total flux cleaned = -0.00121638 Jy ! Component: 4000 - total flux cleaned = -0.00125737 Jy ! Component: 4050 - total flux cleaned = -0.00128459 Jy ! Total flux subtracted in 4096 components = -0.0013793 Jy ! Clean residual min=-0.000846 max=0.000754 Jy/beam ! Clean residual mean=-0.000000 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.127003 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 356 components and 0.127003 Jy ![Exited script file: muppet] wmap "J0132+4325_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.973 x 5.792 at 0.1687 degrees (North through East) ! Clean map min=-0.0014237 max=0.10572 Jy/beam ! Writing clean map to FITS file: J0132+4325_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105718 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244691 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.694368 0.694368 1.38874 2.77747 5.55495 11.1099 22.2198 44.4396 88.8791 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 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.973 x 5.792 at 0.1687 degrees (North through East) ! Clean map min=-0.0014237 max=0.10572 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 J0132+4325_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:25:03 2019