! Started logfile: J1119+0410_S_2017_01_21_pus_uvs.log on Sun May 5 15:53:24 2019 obs J1119+0410_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1119+0410_S_2017_01_21_pus_uva.fits ! AN table 1: 112 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.697917 visibilities/baseline/integration-bin. ! Found source: J1119+0410 ! ! 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 558 lines of history. ! ! Reading 11256 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 J1119+0410_S_2017_01_21_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 389 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940153Jy sigma=0.006627 ! Fit after self-cal, rms=0.913025Jy sigma=0.006487 ! 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.585 mas, bmaj=6.359 mas, bpa=-4.859 degrees ! Estimated noise=1394.67 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.0707691 Jy ! Component: 100 - total flux cleaned = 0.0879385 Jy ! Total flux subtracted in 100 components = 0.0879385 Jy ! Clean residual min=-0.004739 max=0.006893 Jy/beam ! Clean residual mean=-0.000019 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.0879385 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0879385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109433Jy sigma=0.000659 ! Fit after self-cal, rms=0.109255Jy sigma=0.000659 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00758334 Jy ! Component: 100 - total flux cleaned = 0.00999409 Jy ! Total flux subtracted in 100 components = 0.00999409 Jy ! Clean residual min=-0.004007 max=0.004148 Jy/beam ! Clean residual mean=-0.000013 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.0979326 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 14 components and 0.0979326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108693Jy sigma=0.000654 ! Fit after self-cal, rms=0.108685Jy sigma=0.000653 ! 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.201 mas, bmaj=7.131 mas, bpa=-1.991 degrees ! Estimated noise=1035.76 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.00203142 Jy ! Component: 100 - total flux cleaned = 0.00196524 Jy ! Component: 150 - total flux cleaned = 0.00190776 Jy ! Component: 200 - total flux cleaned = 0.00181328 Jy ! Total flux subtracted in 200 components = 0.00181328 Jy ! Clean residual min=-0.003259 max=0.003828 Jy/beam ! Clean residual mean=-0.000052 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.0997459 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.0997459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108552Jy sigma=0.000653 ! Fit after self-cal, rms=0.108531Jy sigma=0.000652 ! 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 1.04 FD 1.00* HN 0.96 LA 0.98 ! MK 0.96 NL 0.97 OV 1.16 PT 0.98 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 1.10 LA 0.95 ! MK 1.06 NL 0.97 OV 1.04 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.06 LA 0.98 ! MK 0.97 NL 0.99 OV 1.02 PT 0.96 ! SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.04 LA 0.97 ! MK 0.94 NL 1.00* OV 0.97 PT 1.00 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.108531Jy sigma=0.000652 ! Fit after self-cal, rms=0.109192Jy sigma=0.000651 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.112 mas, bpa=-1.897 degrees ! Estimated noise=1027.92 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.00043501 Jy ! Component: 100 - total flux cleaned = -0.000600003 Jy ! Component: 150 - total flux cleaned = -0.000676439 Jy ! Component: 200 - total flux cleaned = -0.000711283 Jy ! Total flux subtracted in 200 components = -0.000711283 Jy ! Clean residual min=-0.003217 max=0.003104 Jy/beam ! Clean residual mean=-0.000034 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.0990346 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 28 components and 0.0990346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109173Jy sigma=0.000651 ! Fit after self-cal, rms=0.109282Jy sigma=0.000651 ! 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.109282Jy sigma=0.000651 ! Fit after self-cal, rms=0.117012Jy sigma=0.000648 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.189 mas, bmaj=7.136 mas, bpa=-2.128 degrees ! Estimated noise=1029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124165 Jy ! Component: 100 - total flux cleaned = 6.71371e-05 Jy ! Component: 150 - total flux cleaned = 5.18345e-05 Jy ! Component: 200 - total flux cleaned = 5.22987e-05 Jy ! Total flux subtracted in 200 components = 5.22987e-05 Jy ! Clean residual min=-0.002787 max=0.002763 Jy/beam ! Clean residual mean=-0.000008 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0990869 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.0990869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117005Jy sigma=0.000648 ! Fit after self-cal, rms=0.117259Jy sigma=0.000648 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 = -1.17724e-05 Jy ! Component: 100 - total flux cleaned = -4.42854e-05 Jy ! Component: 150 - total flux cleaned = -4.28041e-05 Jy ! Component: 200 - total flux cleaned = -6.94999e-05 Jy ! Total flux subtracted in 200 components = -6.94999e-05 Jy ! Clean residual min=-0.002775 max=0.002727 Jy/beam ! Clean residual mean=-0.000010 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.0990174 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0990174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117254Jy sigma=0.000648 ! Fit after self-cal, rms=0.117258Jy sigma=0.000648 ! 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.117258Jy sigma=0.000648 ! Fit after self-cal, rms=0.119112Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=7.14 mas, bpa=-2.188 degrees ! Estimated noise=1030.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176087 Jy ! Component: 100 - total flux cleaned = 0.000161818 Jy ! Component: 150 - total flux cleaned = 0.000162501 Jy ! Component: 200 - total flux cleaned = 0.000149957 Jy ! Total flux subtracted in 200 components = 0.000149957 Jy ! Clean residual min=-0.002775 max=0.002707 Jy/beam ! Clean residual mean=-0.000008 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.0991673 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0991673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119106Jy sigma=0.000648 ! Fit after self-cal, rms=0.119140Jy sigma=0.000648 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 = -1.5987e-05 Jy ! Component: 100 - total flux cleaned = -1.63403e-05 Jy ! Component: 150 - total flux cleaned = -2.96648e-05 Jy ! Component: 200 - total flux cleaned = -5.37022e-05 Jy ! Total flux subtracted in 200 components = -5.37022e-05 Jy ! Clean residual min=-0.002766 max=0.002694 Jy/beam ! Clean residual mean=-0.000008 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0991136 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0991136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119136Jy sigma=0.000648 ! Fit after self-cal, rms=0.119138Jy sigma=0.000648 ! 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.119138Jy sigma=0.000648 ! Fit after self-cal, rms=0.119457Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.975 mas, bmaj=11.37 mas, bpa=4.925 degrees ! Estimated noise=1335.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520454 Jy ! Component: 100 - total flux cleaned = 0.000600951 Jy ! Component: 150 - total flux cleaned = 0.000674163 Jy ! Component: 200 - total flux cleaned = 0.000712709 Jy ! Total flux subtracted in 200 components = 0.000712709 Jy ! Clean residual min=-0.002893 max=0.003254 Jy/beam ! Clean residual mean=-0.000013 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.0998263 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 42 components and 0.0998263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119454Jy sigma=0.000648 ! Fit after self-cal, rms=0.119464Jy sigma=0.000648 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 (-103, -109). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167012 Jy ! Component: 100 - total flux cleaned = 0.00169014 Jy ! Component: 150 - total flux cleaned = 0.00156879 Jy ! Component: 200 - total flux cleaned = 0.00145976 Jy ! Total flux subtracted in 200 components = 0.00145976 Jy ! Clean residual min=-0.002342 max=0.002159 Jy/beam ! Clean residual mean=0.000002 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.101286 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 74 components and 0.101286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119399Jy sigma=0.000647 ! Fit after self-cal, rms=0.119397Jy sigma=0.000647 ! 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.185 mas, bmaj=7.142 mas, bpa=-2.257 degrees ! Estimated noise=1031.59 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.185 x 7.142 at -2.257 degrees (North through East) ! Clean map min=-0.0024555 max=0.091175 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.564 mas, bmaj=6.417 mas, bpa=-5.427 degrees ! Estimated noise=1382.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0697324 Jy ! Component: 100 - total flux cleaned = 0.0887069 Jy ! Component: 150 - total flux cleaned = 0.0972119 Jy ! Component: 200 - total flux cleaned = 0.0998528 Jy ! Total flux subtracted in 200 components = 0.0998528 Jy ! Clean residual min=-0.003877 max=0.003292 Jy/beam ! Clean residual mean=-0.000002 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.0998528 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0998528 Jy ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=7.142 mas, bpa=-2.257 degrees ! Estimated noise=1031.59 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, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217992 Jy ! Component: 100 - total flux cleaned = 0.00182449 Jy ! Component: 150 - total flux cleaned = 0.00159585 Jy ! Component: 200 - total flux cleaned = 0.00145335 Jy ! Total flux subtracted in 200 components = 0.00145335 Jy ! Clean residual min=-0.002681 max=0.002143 Jy/beam ! Clean residual mean=-0.000001 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.101306 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 37 components and 0.101306 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=6.975 mas, bmaj=11.37 mas, bpa=4.925 degrees ! Estimated noise=1335.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000877877 Jy ! Component: 100 - total flux cleaned = 0.00101796 Jy ! Component: 150 - total flux cleaned = 0.000973802 Jy ! Component: 200 - total flux cleaned = 0.00093588 Jy ! Total flux subtracted in 200 components = 0.00093588 Jy ! Clean residual min=-0.002339 max=0.002063 Jy/beam ! Clean residual mean=0.000005 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.102242 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 = 6.81248e-08 Jy ! Component: 100 - total flux cleaned = -3.24616e-05 Jy ! Component: 150 - total flux cleaned = -9.18424e-05 Jy ! Component: 200 - total flux cleaned = -0.000120121 Jy ! Total flux subtracted in 200 components = -0.000120121 Jy ! Clean residual min=-0.002341 max=0.002069 Jy/beam ! Clean residual mean=0.000005 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.102122 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 93 components and 0.102122 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=7.142 mas, bpa=-2.257 degrees ! Estimated noise=1031.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000171897 Jy ! Component: 100 - total flux cleaned = -0.000266507 Jy ! Component: 150 - total flux cleaned = -0.000439715 Jy ! Component: 200 - total flux cleaned = -0.000559722 Jy ! Total flux subtracted in 200 components = -0.000559722 Jy ! Clean residual min=-0.002392 max=0.002012 Jy/beam ! Clean residual mean=-0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.101562 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 109 components and 0.101562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119340Jy sigma=0.000647 ! Fit after self-cal, rms=0.119342Jy sigma=0.000647 wmodel J1119+0410_S_2017_01_21_pus_map.mod ! Writing 109 model components to file: J1119+0410_S_2017_01_21_pus_map.mod wobs J1119+0410_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1119+0410_S_2017_01_21_pus_uvs.fits wwins J1119+0410_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J1119+0410_S_2017_01_21_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.00106855 Jy ! Component: 100 - total flux cleaned = -0.00137421 Jy ! Component: 150 - total flux cleaned = -0.00162585 Jy ! Component: 200 - total flux cleaned = -0.0017985 Jy ! Component: 250 - total flux cleaned = -0.00176542 Jy ! Component: 300 - total flux cleaned = -0.00166933 Jy ! Component: 350 - total flux cleaned = -0.00160678 Jy ! Component: 400 - total flux cleaned = -0.00148558 Jy ! Component: 450 - total flux cleaned = -0.0014858 Jy ! Component: 500 - total flux cleaned = -0.00145704 Jy ! Component: 550 - total flux cleaned = -0.00145652 Jy ! Component: 600 - total flux cleaned = -0.0014008 Jy ! Component: 650 - total flux cleaned = -0.0013736 Jy ! Component: 700 - total flux cleaned = -0.00140026 Jy ! Component: 750 - total flux cleaned = -0.00142652 Jy ! Component: 800 - total flux cleaned = -0.00140157 Jy ! Component: 850 - total flux cleaned = -0.00140153 Jy ! Component: 900 - total flux cleaned = -0.00145088 Jy ! Component: 950 - total flux cleaned = -0.0014508 Jy ! Component: 1000 - total flux cleaned = -0.00147489 Jy ! Component: 1050 - total flux cleaned = -0.00145108 Jy ! Component: 1100 - total flux cleaned = -0.00142772 Jy ! Component: 1150 - total flux cleaned = -0.00135852 Jy ! Component: 1200 - total flux cleaned = -0.00142794 Jy ! Component: 1250 - total flux cleaned = -0.00147337 Jy ! Component: 1300 - total flux cleaned = -0.00147356 Jy ! Component: 1350 - total flux cleaned = -0.00145142 Jy ! Component: 1400 - total flux cleaned = -0.00145141 Jy ! Component: 1450 - total flux cleaned = -0.00149488 Jy ! Component: 1500 - total flux cleaned = -0.00145194 Jy ! Component: 1550 - total flux cleaned = -0.00153696 Jy ! Component: 1600 - total flux cleaned = -0.00153682 Jy ! Component: 1650 - total flux cleaned = -0.00157869 Jy ! Component: 1700 - total flux cleaned = -0.00157885 Jy ! Component: 1750 - total flux cleaned = -0.00166104 Jy ! Component: 1800 - total flux cleaned = -0.00164069 Jy ! Component: 1850 - total flux cleaned = -0.00172166 Jy ! Component: 1900 - total flux cleaned = -0.00168167 Jy ! Component: 1950 - total flux cleaned = -0.00180074 Jy ! Component: 2000 - total flux cleaned = -0.00182025 Jy ! Component: 2050 - total flux cleaned = -0.00185946 Jy ! Component: 2100 - total flux cleaned = -0.00189811 Jy ! Component: 2150 - total flux cleaned = -0.00191731 Jy ! Component: 2200 - total flux cleaned = -0.0020313 Jy ! Component: 2250 - total flux cleaned = -0.00205009 Jy ! Component: 2300 - total flux cleaned = -0.00203145 Jy ! Component: 2350 - total flux cleaned = -0.00203139 Jy ! Component: 2400 - total flux cleaned = -0.00206819 Jy ! Component: 2450 - total flux cleaned = -0.00210466 Jy ! Component: 2500 - total flux cleaned = -0.0021048 Jy ! Component: 2550 - total flux cleaned = -0.00212294 Jy ! Component: 2600 - total flux cleaned = -0.00217652 Jy ! Component: 2650 - total flux cleaned = -0.0022472 Jy ! Component: 2700 - total flux cleaned = -0.00224733 Jy ! Component: 2750 - total flux cleaned = -0.00228231 Jy ! Component: 2800 - total flux cleaned = -0.00223045 Jy ! Component: 2850 - total flux cleaned = -0.00231638 Jy ! Component: 2900 - total flux cleaned = -0.00231626 Jy ! Component: 2950 - total flux cleaned = -0.00231625 Jy ! Component: 3000 - total flux cleaned = -0.00231629 Jy ! Component: 3050 - total flux cleaned = -0.00236686 Jy ! Component: 3100 - total flux cleaned = -0.00241691 Jy ! Component: 3150 - total flux cleaned = -0.00243342 Jy ! Component: 3200 - total flux cleaned = -0.00248283 Jy ! Component: 3250 - total flux cleaned = -0.0025646 Jy ! Component: 3300 - total flux cleaned = -0.00266221 Jy ! Component: 3350 - total flux cleaned = -0.00261364 Jy ! Component: 3400 - total flux cleaned = -0.0027101 Jy ! Component: 3450 - total flux cleaned = -0.00274206 Jy ! Component: 3500 - total flux cleaned = -0.00277379 Jy ! Component: 3550 - total flux cleaned = -0.00280535 Jy ! Component: 3600 - total flux cleaned = -0.00277406 Jy ! Component: 3650 - total flux cleaned = -0.00286775 Jy ! Component: 3700 - total flux cleaned = -0.00283669 Jy ! Component: 3750 - total flux cleaned = -0.00280576 Jy ! Component: 3800 - total flux cleaned = -0.00277519 Jy ! Component: 3850 - total flux cleaned = -0.00282109 Jy ! Component: 3900 - total flux cleaned = -0.0028059 Jy ! Component: 3950 - total flux cleaned = -0.00282098 Jy ! Component: 4000 - total flux cleaned = -0.00276067 Jy ! Component: 4050 - total flux cleaned = -0.00277553 Jy ! Total flux subtracted in 4096 components = -0.0027457 Jy ! Clean residual min=-0.000837 max=0.000953 Jy/beam ! Clean residual mean=0.000000 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.0988165 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 359 components and 0.0988166 Jy ![Exited script file: muppet] wmap "J1119+0410_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.185 x 7.142 at -2.257 degrees (North through East) ! Clean map min=-0.0018249 max=0.090323 Jy/beam ! Writing clean map to FITS file: J1119+0410_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0903232 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000264865 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.879725 0.879725 1.75945 3.5189 7.0378 14.0756 28.1512 56.3024 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.185 x 7.142 at -2.257 degrees (North through East) ! Clean map min=-0.0018249 max=0.090323 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 J1119+0410_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:53:28 2019