! Started logfile: J0035+1438_S_2017_05_01_pus_uvs.log on Wed May 1 18:22:33 2019 obs J0035+1438_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0035+1438_S_2017_05_01_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.893386 visibilities/baseline/integration-bin. ! Found source: J0035+1438 ! ! 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 13508 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 J0035+1438_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 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 384 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.741304Jy sigma=0.006304 ! Fit after self-cal, rms=0.730482Jy sigma=0.006222 ! 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.261 mas, bmaj=7.352 mas, bpa=4.178 degrees ! Estimated noise=1216.81 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.212549 Jy ! Component: 100 - total flux cleaned = 0.270748 Jy ! Total flux subtracted in 100 components = 0.270748 Jy ! Clean residual min=-0.009867 max=0.023076 Jy/beam ! Clean residual mean=-0.000037 rms=0.002677 Jy/beam ! Combined flux in latest and established models = 0.270748 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.270748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102434Jy sigma=0.000843 ! Fit after self-cal, rms=0.102394Jy sigma=0.000842 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.023144 Jy ! Component: 100 - total flux cleaned = 0.0333149 Jy ! Total flux subtracted in 100 components = 0.0333149 Jy ! Clean residual min=-0.008076 max=0.010805 Jy/beam ! Clean residual mean=-0.000026 rms=0.002137 Jy/beam ! Combined flux in latest and established models = 0.304063 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.304063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096272Jy sigma=0.000813 ! Fit after self-cal, rms=0.096253Jy sigma=0.000813 ! 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.864 mas, bmaj=8.109 mas, bpa=3.892 degrees ! Estimated noise=809.15 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 (20.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116429 Jy ! Component: 100 - total flux cleaned = 0.0166203 Jy ! Component: 150 - total flux cleaned = 0.020107 Jy ! Component: 200 - total flux cleaned = 0.0228309 Jy ! Total flux subtracted in 200 components = 0.0228309 Jy ! Clean residual min=-0.005952 max=0.009639 Jy/beam ! Clean residual mean=-0.000056 rms=0.001791 Jy/beam ! Combined flux in latest and established models = 0.326894 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 52 components and 0.326894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094440Jy sigma=0.000803 ! Fit after self-cal, rms=0.094350Jy sigma=0.000802 ! 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.93 FD 0.90 HN 1.00 KP 0.98 ! LA 0.97 MK 1.01 NL 0.97 OV 1.02 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.94 HN 1.06 KP 0.95 ! LA 0.94 MK 1.02 NL 1.12 OV 1.04 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.02 KP 0.97 ! LA 0.98 MK 1.03 NL 1.23 OV 0.96 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.67 HN 0.99 KP 1.00* ! LA 0.96 MK 1.09 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.094350Jy sigma=0.000802 ! Fit after self-cal, rms=0.097644Jy sigma=0.000725 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=8.174 mas, bpa=4.403 degrees ! Estimated noise=816.612 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.00497602 Jy ! Component: 100 - total flux cleaned = 0.00713772 Jy ! Component: 150 - total flux cleaned = 0.00804551 Jy ! Component: 200 - total flux cleaned = 0.00854557 Jy ! Total flux subtracted in 200 components = 0.00854557 Jy ! Clean residual min=-0.004274 max=0.004625 Jy/beam ! Clean residual mean=-0.000034 rms=0.001247 Jy/beam ! Combined flux in latest and established models = 0.335439 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.335439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097221Jy sigma=0.000723 ! Fit after self-cal, rms=0.097286Jy sigma=0.000723 ! 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.097286Jy sigma=0.000723 ! Fit after self-cal, rms=0.098534Jy sigma=0.000680 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=8.214 mas, bpa=4.889 degrees ! Estimated noise=818.484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228228 Jy ! Component: 100 - total flux cleaned = 0.000298089 Jy ! Component: 150 - total flux cleaned = 0.00035866 Jy ! Component: 200 - total flux cleaned = 0.000259194 Jy ! Total flux subtracted in 200 components = 0.000259194 Jy ! Clean residual min=-0.002322 max=0.002711 Jy/beam ! Clean residual mean=-0.000016 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.335699 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.335698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098409Jy sigma=0.000680 ! Fit after self-cal, rms=0.098424Jy sigma=0.000679 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.03967e-05 Jy ! Component: 100 - total flux cleaned = -3.4703e-05 Jy ! Component: 150 - total flux cleaned = -3.35712e-05 Jy ! Component: 200 - total flux cleaned = -7.13107e-05 Jy ! Total flux subtracted in 200 components = -7.13107e-05 Jy ! Clean residual min=-0.002308 max=0.002617 Jy/beam ! Clean residual mean=-0.000017 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.335627 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.335627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098372Jy sigma=0.000679 ! Fit after self-cal, rms=0.098371Jy sigma=0.000679 ! 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.098371Jy sigma=0.000679 ! Fit after self-cal, rms=0.098867Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.908 mas, bmaj=8.219 mas, bpa=4.971 degrees ! Estimated noise=820.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.56549e-05 Jy ! Component: 100 - total flux cleaned = -0.000283473 Jy ! Component: 150 - total flux cleaned = -0.000355416 Jy ! Component: 200 - total flux cleaned = -0.000421233 Jy ! Total flux subtracted in 200 components = -0.000421233 Jy ! Clean residual min=-0.002370 max=0.002472 Jy/beam ! Clean residual mean=-0.000014 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.335206 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.335206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098819Jy sigma=0.000679 ! Fit after self-cal, rms=0.098820Jy sigma=0.000679 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.12707e-05 Jy ! Component: 100 - total flux cleaned = -0.000122874 Jy ! Component: 150 - total flux cleaned = -0.0002094 Jy ! Component: 200 - total flux cleaned = -0.000237863 Jy ! Total flux subtracted in 200 components = -0.000237863 Jy ! Clean residual min=-0.002384 max=0.002451 Jy/beam ! Clean residual mean=-0.000014 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.334968 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.334968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098792Jy sigma=0.000679 ! Fit after self-cal, rms=0.098792Jy sigma=0.000679 ! 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.098792Jy sigma=0.000679 ! Fit after self-cal, rms=0.099184Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.788 mas, bmaj=10.86 mas, bpa=1.548 degrees ! Estimated noise=936.726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000984085 Jy ! Component: 100 - total flux cleaned = 0.000880001 Jy ! Component: 150 - total flux cleaned = 0.000851811 Jy ! Component: 200 - total flux cleaned = 0.000749711 Jy ! Total flux subtracted in 200 components = 0.000749711 Jy ! Clean residual min=-0.002235 max=0.002696 Jy/beam ! Clean residual mean=-0.000021 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.335718 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 123 components and 0.335718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099156Jy sigma=0.000679 ! Fit after self-cal, rms=0.099152Jy sigma=0.000679 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.000106627 Jy ! Component: 100 - total flux cleaned = 5.77951e-05 Jy ! Component: 150 - total flux cleaned = 3.52583e-05 Jy ! Component: 200 - total flux cleaned = -5.45841e-06 Jy ! Total flux subtracted in 200 components = -5.45841e-06 Jy ! Clean residual min=-0.002212 max=0.002691 Jy/beam ! Clean residual mean=-0.000021 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.335712 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 131 components and 0.335712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099144Jy sigma=0.000679 ! Fit after self-cal, rms=0.099142Jy sigma=0.000679 ! 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.908 mas, bmaj=8.223 mas, bpa=5.046 degrees ! Estimated noise=821.858 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.908 x 8.223 at 5.046 degrees (North through East) ! Clean map min=-0.0023609 max=0.27926 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.302 mas, bmaj=7.444 mas, bpa=5.368 degrees ! Estimated noise=1240.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.216212 Jy ! Component: 100 - total flux cleaned = 0.273172 Jy ! Component: 150 - total flux cleaned = 0.295862 Jy ! Component: 200 - total flux cleaned = 0.308445 Jy ! Total flux subtracted in 200 components = 0.308445 Jy ! Clean residual min=-0.004572 max=0.007017 Jy/beam ! Clean residual mean=-0.000013 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.308445 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.308445 Jy ! Inverting map and beam ! Estimated beam: bmin=3.908 mas, bmaj=8.223 mas, bpa=5.046 degrees ! Estimated noise=821.858 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) ! Added new window around map position (3.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00928854 Jy ! Component: 100 - total flux cleaned = 0.0153906 Jy ! Component: 150 - total flux cleaned = 0.0196387 Jy ! Component: 200 - total flux cleaned = 0.0226898 Jy ! Total flux subtracted in 200 components = 0.0226898 Jy ! Clean residual min=-0.002512 max=0.002526 Jy/beam ! Clean residual mean=-0.000016 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.331134 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 42 components and 0.331134 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.788 mas, bmaj=10.86 mas, bpa=1.548 degrees ! Estimated noise=936.726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279282 Jy ! Component: 100 - total flux cleaned = 0.00442017 Jy ! Component: 150 - total flux cleaned = 0.0048364 Jy ! Component: 200 - total flux cleaned = 0.00496101 Jy ! Total flux subtracted in 200 components = 0.00496101 Jy ! Clean residual min=-0.002301 max=0.002659 Jy/beam ! Clean residual mean=-0.000020 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.336095 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.000104905 Jy ! Component: 100 - total flux cleaned = 0.000196098 Jy ! Component: 150 - total flux cleaned = 0.000224465 Jy ! Component: 200 - total flux cleaned = 0.000297876 Jy ! Total flux subtracted in 200 components = 0.000297876 Jy ! Clean residual min=-0.002260 max=0.002643 Jy/beam ! Clean residual mean=-0.000019 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.336393 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 94 components and 0.336393 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.908 mas, bmaj=8.223 mas, bpa=5.046 degrees ! Estimated noise=821.858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.61822e-05 Jy ! Component: 100 - total flux cleaned = -7.31596e-05 Jy ! Component: 150 - total flux cleaned = -0.000122875 Jy ! Component: 200 - total flux cleaned = -7.5206e-05 Jy ! Total flux subtracted in 200 components = -7.5206e-05 Jy ! Clean residual min=-0.002334 max=0.002238 Jy/beam ! Clean residual mean=-0.000010 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.336318 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 113 components and 0.336318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099267Jy sigma=0.000678 ! Fit after self-cal, rms=0.099220Jy sigma=0.000678 wmodel J0035+1438_S_2017_05_01_pus_map.mod ! Writing 113 model components to file: J0035+1438_S_2017_05_01_pus_map.mod wobs J0035+1438_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0035+1438_S_2017_05_01_pus_uvs.fits wwins J0035+1438_S_2017_05_01_pus_map.win ! wwins: Wrote 3 windows to J0035+1438_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.000150768 Jy ! Component: 100 - total flux cleaned = -0.000111027 Jy ! Component: 150 - total flux cleaned = 3.71653e-05 Jy ! Component: 200 - total flux cleaned = 0.000109221 Jy ! Component: 250 - total flux cleaned = 0.000144127 Jy ! Component: 300 - total flux cleaned = 0.000110127 Jy ! Component: 350 - total flux cleaned = 1.02024e-05 Jy ! Component: 400 - total flux cleaned = 1.09979e-05 Jy ! Component: 450 - total flux cleaned = -2.13514e-05 Jy ! Component: 500 - total flux cleaned = -5.32027e-05 Jy ! Component: 550 - total flux cleaned = -0.00011576 Jy ! Component: 600 - total flux cleaned = -0.000237014 Jy ! Component: 650 - total flux cleaned = -0.000236504 Jy ! Component: 700 - total flux cleaned = -0.000295849 Jy ! Component: 750 - total flux cleaned = -0.000470221 Jy ! Component: 800 - total flux cleaned = -0.00055585 Jy ! Component: 850 - total flux cleaned = -0.000584019 Jy ! Component: 900 - total flux cleaned = -0.000640087 Jy ! Component: 950 - total flux cleaned = -0.000806132 Jy ! Component: 1000 - total flux cleaned = -0.000861659 Jy ! Component: 1050 - total flux cleaned = -0.00102409 Jy ! Component: 1100 - total flux cleaned = -0.00110431 Jy ! Component: 1150 - total flux cleaned = -0.00118362 Jy ! Component: 1200 - total flux cleaned = -0.00121017 Jy ! Component: 1250 - total flux cleaned = -0.00133999 Jy ! Component: 1300 - total flux cleaned = -0.00131416 Jy ! Component: 1350 - total flux cleaned = -0.00141605 Jy ! Component: 1400 - total flux cleaned = -0.00136531 Jy ! Component: 1450 - total flux cleaned = -0.00136564 Jy ! Component: 1500 - total flux cleaned = -0.00136547 Jy ! Component: 1550 - total flux cleaned = -0.00136581 Jy ! Component: 1600 - total flux cleaned = -0.0014141 Jy ! Component: 1650 - total flux cleaned = -0.00146204 Jy ! Component: 1700 - total flux cleaned = -0.00158089 Jy ! Component: 1750 - total flux cleaned = -0.00148627 Jy ! Component: 1800 - total flux cleaned = -0.00153311 Jy ! Component: 1850 - total flux cleaned = -0.00157949 Jy ! Component: 1900 - total flux cleaned = -0.00153392 Jy ! Component: 1950 - total flux cleaned = -0.00153425 Jy ! Component: 2000 - total flux cleaned = -0.00160235 Jy ! Component: 2050 - total flux cleaned = -0.00153494 Jy ! Component: 2100 - total flux cleaned = -0.00153535 Jy ! Component: 2150 - total flux cleaned = -0.0015574 Jy ! Component: 2200 - total flux cleaned = -0.0015574 Jy ! Component: 2250 - total flux cleaned = -0.00153528 Jy ! Component: 2300 - total flux cleaned = -0.00149212 Jy ! Component: 2350 - total flux cleaned = -0.00142771 Jy ! Component: 2400 - total flux cleaned = -0.00144904 Jy ! Component: 2450 - total flux cleaned = -0.00140671 Jy ! Component: 2500 - total flux cleaned = -0.0013436 Jy ! Component: 2550 - total flux cleaned = -0.00138529 Jy ! Component: 2600 - total flux cleaned = -0.00123938 Jy ! Component: 2650 - total flux cleaned = -0.00111544 Jy ! Component: 2700 - total flux cleaned = -0.0010744 Jy ! Component: 2750 - total flux cleaned = -0.00107438 Jy ! Component: 2800 - total flux cleaned = -0.00097278 Jy ! Component: 2850 - total flux cleaned = -0.000892041 Jy ! Component: 2900 - total flux cleaned = -0.000812101 Jy ! Component: 2950 - total flux cleaned = -0.000752367 Jy ! Component: 3000 - total flux cleaned = -0.000653578 Jy ! Component: 3050 - total flux cleaned = -0.000574812 Jy ! Component: 3100 - total flux cleaned = -0.000457687 Jy ! Component: 3150 - total flux cleaned = -0.00059371 Jy ! Component: 3200 - total flux cleaned = -0.000497004 Jy ! Component: 3250 - total flux cleaned = -0.000381917 Jy ! Component: 3300 - total flux cleaned = -0.000362769 Jy ! Component: 3350 - total flux cleaned = -0.000286812 Jy ! Component: 3400 - total flux cleaned = -0.000211261 Jy ! Component: 3450 - total flux cleaned = -0.000192655 Jy ! Component: 3500 - total flux cleaned = -0.000211286 Jy ! Component: 3550 - total flux cleaned = -0.00019265 Jy ! Component: 3600 - total flux cleaned = -0.000229601 Jy ! Component: 3650 - total flux cleaned = -0.000192792 Jy ! Component: 3700 - total flux cleaned = -0.000192945 Jy ! Component: 3750 - total flux cleaned = -0.000193036 Jy ! Component: 3800 - total flux cleaned = -0.000265186 Jy ! Component: 3850 - total flux cleaned = -0.000229107 Jy ! Component: 3900 - total flux cleaned = -0.000139652 Jy ! Component: 3950 - total flux cleaned = -0.000157381 Jy ! Component: 4000 - total flux cleaned = -0.000157406 Jy ! Component: 4050 - total flux cleaned = -0.000139855 Jy ! Total flux subtracted in 4096 components = -0.000122389 Jy ! Clean residual min=-0.001245 max=0.000975 Jy/beam ! Clean residual mean=-0.000006 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.336196 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 396 components and 0.336196 Jy ![Exited script file: muppet] wmap "J0035+1438_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.908 x 8.223 at 5.046 degrees (North through East) ! Clean map min=-0.0018068 max=0.27977 Jy/beam ! Writing clean map to FITS file: J0035+1438_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.279773 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000322371 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.345678 0.345678 0.691357 1.38271 2.76543 5.53085 11.0617 22.1234 44.2468 88.4937 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.279 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.908 x 8.223 at 5.046 degrees (North through East) ! Clean map min=-0.0018068 max=0.27977 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 J0035+1438_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:22:40 2019