! Started logfile: J0850-0507_S_2017_03_23_pus_uvs.log on Mon May 13 09:54:45 2019 obs J0850-0507_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0850-0507_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.944444 visibilities/baseline/integration-bin. ! Found source: J0850-0507 ! ! 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 481 lines of history. ! ! Reading 19380 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 J0850-0507_S_2017_03_23_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 380 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.923405Jy sigma=0.007091 ! Fit after self-cal, rms=0.906080Jy sigma=0.006964 ! 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.691 mas, bmaj=6.824 mas, bpa=-5.562 degrees ! Estimated noise=1111.1 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.0698979 Jy ! Component: 100 - total flux cleaned = 0.0914738 Jy ! Total flux subtracted in 100 components = 0.0914738 Jy ! Clean residual min=-0.005153 max=0.010521 Jy/beam ! Clean residual mean=-0.000001 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.0914738 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0914738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109702Jy sigma=0.000752 ! Fit after self-cal, rms=0.109561Jy sigma=0.000750 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132193 Jy ! Component: 100 - total flux cleaned = 0.0214983 Jy ! Total flux subtracted in 100 components = 0.0214983 Jy ! Clean residual min=-0.004703 max=0.006207 Jy/beam ! Clean residual mean=0.000001 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.112972 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.112972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107074Jy sigma=0.000732 ! Fit after self-cal, rms=0.107047Jy sigma=0.000732 ! 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.281 mas, bmaj=7.848 mas, bpa=-5.698 degrees ! Estimated noise=731.557 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, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00875654 Jy ! Component: 100 - total flux cleaned = 0.0140632 Jy ! Component: 150 - total flux cleaned = 0.0176508 Jy ! Component: 200 - total flux cleaned = 0.020179 Jy ! Total flux subtracted in 200 components = 0.020179 Jy ! Clean residual min=-0.004371 max=0.004108 Jy/beam ! Clean residual mean=0.000007 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.133151 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 75 components and 0.133151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106155Jy sigma=0.000726 ! Fit after self-cal, rms=0.106133Jy sigma=0.000726 ! 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.98 HN 0.93 KP 1.03 ! LA 1.01 MK 1.22 NL 0.85 OV 1.01 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 0.99 KP 1.05 ! LA 0.97 MK 1.01 NL 0.97 OV 1.04 ! PT 0.99 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.11 HN 1.03 KP 0.92 ! LA 0.79 MK 1.07 NL 1.12 OV 0.98 ! PT 1.09 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.11 HN 1.06 KP 1.00* ! LA 0.72 MK 1.22 NL 1.00* OV 1.12 ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.106133Jy sigma=0.000726 ! Fit after self-cal, rms=0.103429Jy sigma=0.000720 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.968 mas, bpa=-5.256 degrees ! Estimated noise=740.199 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.000605259 Jy ! Component: 100 - total flux cleaned = 0.000610877 Jy ! Component: 150 - total flux cleaned = 0.000417807 Jy ! Component: 200 - total flux cleaned = 0.000253218 Jy ! Total flux subtracted in 200 components = 0.000253218 Jy ! Clean residual min=-0.003902 max=0.003803 Jy/beam ! Clean residual mean=0.000005 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.133404 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.133404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103351Jy sigma=0.000719 ! Fit after self-cal, rms=0.103366Jy sigma=0.000719 ! 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.103366Jy sigma=0.000719 ! Fit after self-cal, rms=0.112718Jy sigma=0.000706 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.357 mas, bmaj=8.091 mas, bpa=-5.025 degrees ! Estimated noise=749.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226799 Jy ! Component: 100 - total flux cleaned = 0.000326011 Jy ! Component: 150 - total flux cleaned = 0.000370805 Jy ! Component: 200 - total flux cleaned = 0.000493599 Jy ! Total flux subtracted in 200 components = 0.000493599 Jy ! Clean residual min=-0.002462 max=0.002140 Jy/beam ! Clean residual mean=0.000002 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.133898 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.133898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112681Jy sigma=0.000706 ! Fit after self-cal, rms=0.113129Jy sigma=0.000705 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.44554e-05 Jy ! Component: 100 - total flux cleaned = -1.49248e-05 Jy ! Component: 150 - total flux cleaned = 4.60463e-05 Jy ! Component: 200 - total flux cleaned = 7.38026e-05 Jy ! Total flux subtracted in 200 components = 7.38026e-05 Jy ! Clean residual min=-0.002458 max=0.002172 Jy/beam ! Clean residual mean=0.000001 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.133972 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 115 components and 0.133972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113116Jy sigma=0.000705 ! Fit after self-cal, rms=0.113116Jy sigma=0.000705 ! 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.113116Jy sigma=0.000705 ! Fit after self-cal, rms=0.118120Jy sigma=0.000704 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.353 mas, bmaj=8.105 mas, bpa=-4.925 degrees ! Estimated noise=747.065 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000388827 Jy ! Component: 100 - total flux cleaned = -0.000554055 Jy ! Component: 150 - total flux cleaned = -0.000525485 Jy ! Component: 200 - total flux cleaned = -0.000499926 Jy ! Total flux subtracted in 200 components = -0.000499926 Jy ! Clean residual min=-0.002357 max=0.002105 Jy/beam ! Clean residual mean=0.000001 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.133472 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.133472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118107Jy sigma=0.000704 ! Fit after self-cal, rms=0.118272Jy sigma=0.000704 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 = -2.44667e-05 Jy ! Component: 100 - total flux cleaned = -7.13244e-05 Jy ! Component: 150 - total flux cleaned = -4.9542e-05 Jy ! Component: 200 - total flux cleaned = -3.01407e-05 Jy ! Total flux subtracted in 200 components = -3.01407e-05 Jy ! Clean residual min=-0.002308 max=0.002051 Jy/beam ! Clean residual mean=0.000001 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.133442 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 125 components and 0.133442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118265Jy sigma=0.000704 ! Fit after self-cal, rms=0.118265Jy sigma=0.000704 ! 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.118265Jy sigma=0.000704 ! Fit after self-cal, rms=0.119460Jy sigma=0.000704 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.624 mas, bmaj=12.88 mas, bpa=1.286 degrees ! Estimated noise=940.103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217295 Jy ! Component: 100 - total flux cleaned = -0.000229705 Jy ! Component: 150 - total flux cleaned = -0.000230325 Jy ! Component: 200 - total flux cleaned = -0.000230277 Jy ! Total flux subtracted in 200 components = -0.000230277 Jy ! Clean residual min=-0.002523 max=0.002442 Jy/beam ! Clean residual mean=0.000002 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.133211 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 136 components and 0.133211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119460Jy sigma=0.000704 ! Fit after self-cal, rms=0.119502Jy sigma=0.000704 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.11327e-05 Jy ! Component: 100 - total flux cleaned = -5.18282e-05 Jy ! Component: 150 - total flux cleaned = -4.23357e-05 Jy ! Component: 200 - total flux cleaned = -4.23817e-05 Jy ! Total flux subtracted in 200 components = -4.23817e-05 Jy ! Clean residual min=-0.002497 max=0.002433 Jy/beam ! Clean residual mean=0.000002 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.133169 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 0.133169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119502Jy sigma=0.000704 ! Fit after self-cal, rms=0.119501Jy sigma=0.000704 ! 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.354 mas, bmaj=8.124 mas, bpa=-4.928 degrees ! Estimated noise=747.115 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.354 x 8.124 at -4.928 degrees (North through East) ! Clean map min=-0.0022169 max=0.094646 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.74 mas, bmaj=7.02 mas, bpa=-4.784 degrees ! Estimated noise=1154.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0715911 Jy ! Component: 100 - total flux cleaned = 0.0940675 Jy ! Component: 150 - total flux cleaned = 0.105734 Jy ! Component: 200 - total flux cleaned = 0.112663 Jy ! Total flux subtracted in 200 components = 0.112663 Jy ! Clean residual min=-0.003241 max=0.003676 Jy/beam ! Clean residual mean=-0.000000 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.112663 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.112663 Jy ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=8.124 mas, bpa=-4.928 degrees ! Estimated noise=747.115 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.0071172 Jy ! Component: 100 - total flux cleaned = 0.0113005 Jy ! Component: 150 - total flux cleaned = 0.0140221 Jy ! Component: 200 - total flux cleaned = 0.0159183 Jy ! Total flux subtracted in 200 components = 0.0159183 Jy ! Clean residual min=-0.002242 max=0.001996 Jy/beam ! Clean residual mean=0.000001 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.128581 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 75 components and 0.128581 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.624 mas, bmaj=12.88 mas, bpa=1.286 degrees ! Estimated noise=940.103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202711 Jy ! Component: 100 - total flux cleaned = 0.00309689 Jy ! Component: 150 - total flux cleaned = 0.00372117 Jy ! Component: 200 - total flux cleaned = 0.004097 Jy ! Total flux subtracted in 200 components = 0.004097 Jy ! Clean residual min=-0.002521 max=0.002419 Jy/beam ! Clean residual mean=0.000002 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.132678 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.000153658 Jy ! Component: 100 - total flux cleaned = 0.0002051 Jy ! Component: 150 - total flux cleaned = 0.000251869 Jy ! Component: 200 - total flux cleaned = 0.000288121 Jy ! Total flux subtracted in 200 components = 0.000288121 Jy ! Clean residual min=-0.002517 max=0.002433 Jy/beam ! Clean residual mean=0.000002 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.132966 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 104 components and 0.132966 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=8.124 mas, bpa=-4.928 degrees ! Estimated noise=747.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242649 Jy ! Component: 100 - total flux cleaned = -0.000243201 Jy ! Component: 150 - total flux cleaned = -0.000245219 Jy ! Component: 200 - total flux cleaned = -0.000223895 Jy ! Total flux subtracted in 200 components = -0.000223895 Jy ! Clean residual min=-0.002292 max=0.002020 Jy/beam ! Clean residual mean=0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.132742 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 118 components and 0.132742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119510Jy sigma=0.000704 ! Fit after self-cal, rms=0.119504Jy sigma=0.000704 wmodel J0850-0507_S_2017_03_23_pus_map.mod ! Writing 118 model components to file: J0850-0507_S_2017_03_23_pus_map.mod wobs J0850-0507_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0850-0507_S_2017_03_23_pus_uvs.fits wwins J0850-0507_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0850-0507_S_2017_03_23_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.000787415 Jy ! Component: 100 - total flux cleaned = -0.00096676 Jy ! Component: 150 - total flux cleaned = -0.00107033 Jy ! Component: 200 - total flux cleaned = -0.00116838 Jy ! Component: 250 - total flux cleaned = -0.00120009 Jy ! Component: 300 - total flux cleaned = -0.00129385 Jy ! Component: 350 - total flux cleaned = -0.00138492 Jy ! Component: 400 - total flux cleaned = -0.0015029 Jy ! Component: 450 - total flux cleaned = -0.00147357 Jy ! Component: 500 - total flux cleaned = -0.0014457 Jy ! Component: 550 - total flux cleaned = -0.00150196 Jy ! Component: 600 - total flux cleaned = -0.00155644 Jy ! Component: 650 - total flux cleaned = -0.00161025 Jy ! Component: 700 - total flux cleaned = -0.00158313 Jy ! Component: 750 - total flux cleaned = -0.00160913 Jy ! Component: 800 - total flux cleaned = -0.00158359 Jy ! Component: 850 - total flux cleaned = -0.00166044 Jy ! Component: 900 - total flux cleaned = -0.00168534 Jy ! Component: 950 - total flux cleaned = -0.00175952 Jy ! Component: 1000 - total flux cleaned = -0.00175931 Jy ! Component: 1050 - total flux cleaned = -0.00190438 Jy ! Component: 1100 - total flux cleaned = -0.001928 Jy ! Component: 1150 - total flux cleaned = -0.00199905 Jy ! Component: 1200 - total flux cleaned = -0.00209216 Jy ! Component: 1250 - total flux cleaned = -0.00213823 Jy ! Component: 1300 - total flux cleaned = -0.00227508 Jy ! Component: 1350 - total flux cleaned = -0.00227522 Jy ! Component: 1400 - total flux cleaned = -0.00236475 Jy ! Component: 1450 - total flux cleaned = -0.00245327 Jy ! Component: 1500 - total flux cleaned = -0.00254106 Jy ! Component: 1550 - total flux cleaned = -0.00256273 Jy ! Component: 1600 - total flux cleaned = -0.00256305 Jy ! Component: 1650 - total flux cleaned = -0.00266975 Jy ! Component: 1700 - total flux cleaned = -0.00271243 Jy ! Component: 1750 - total flux cleaned = -0.00271231 Jy ! Component: 1800 - total flux cleaned = -0.00281644 Jy ! Component: 1850 - total flux cleaned = -0.00279597 Jy ! Component: 1900 - total flux cleaned = -0.00281671 Jy ! Component: 1950 - total flux cleaned = -0.00283686 Jy ! Component: 2000 - total flux cleaned = -0.00279645 Jy ! Component: 2050 - total flux cleaned = -0.00283643 Jy ! Component: 2100 - total flux cleaned = -0.0028761 Jy ! Component: 2150 - total flux cleaned = -0.00283712 Jy ! Component: 2200 - total flux cleaned = -0.00291515 Jy ! Component: 2250 - total flux cleaned = -0.00283772 Jy ! Component: 2300 - total flux cleaned = -0.00287628 Jy ! Component: 2350 - total flux cleaned = -0.00297168 Jy ! Component: 2400 - total flux cleaned = -0.00289575 Jy ! Component: 2450 - total flux cleaned = -0.00287699 Jy ! Component: 2500 - total flux cleaned = -0.00297 Jy ! Component: 2550 - total flux cleaned = -0.00298842 Jy ! Component: 2600 - total flux cleaned = -0.00298839 Jy ! Component: 2650 - total flux cleaned = -0.0029885 Jy ! Component: 2700 - total flux cleaned = -0.00300672 Jy ! Component: 2750 - total flux cleaned = -0.00309633 Jy ! Component: 2800 - total flux cleaned = -0.00298964 Jy ! Component: 2850 - total flux cleaned = -0.00298977 Jy ! Component: 2900 - total flux cleaned = -0.00297216 Jy ! Component: 2950 - total flux cleaned = -0.00290268 Jy ! Component: 3000 - total flux cleaned = -0.00290267 Jy ! Component: 3050 - total flux cleaned = -0.00283368 Jy ! Component: 3100 - total flux cleaned = -0.00274824 Jy ! Component: 3150 - total flux cleaned = -0.00264646 Jy ! Component: 3200 - total flux cleaned = -0.00262979 Jy ! Component: 3250 - total flux cleaned = -0.00256264 Jy ! Component: 3300 - total flux cleaned = -0.00251266 Jy ! Component: 3350 - total flux cleaned = -0.0025125 Jy ! Component: 3400 - total flux cleaned = -0.00244678 Jy ! Component: 3450 - total flux cleaned = -0.00239789 Jy ! Component: 3500 - total flux cleaned = -0.00244638 Jy ! Component: 3550 - total flux cleaned = -0.00238175 Jy ! Component: 3600 - total flux cleaned = -0.00234948 Jy ! Component: 3650 - total flux cleaned = -0.0023177 Jy ! Component: 3700 - total flux cleaned = -0.00230178 Jy ! Component: 3750 - total flux cleaned = -0.00230158 Jy ! Component: 3800 - total flux cleaned = -0.00223887 Jy ! Component: 3850 - total flux cleaned = -0.00214518 Jy ! Component: 3900 - total flux cleaned = -0.00216067 Jy ! Component: 3950 - total flux cleaned = -0.00217608 Jy ! Component: 4000 - total flux cleaned = -0.00211462 Jy ! Component: 4050 - total flux cleaned = -0.00217575 Jy ! Total flux subtracted in 4096 components = -0.00213025 Jy ! Clean residual min=-0.000795 max=0.000882 Jy/beam ! Clean residual mean=-0.000000 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.130612 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 428 components and 0.130612 Jy ![Exited script file: muppet] wmap "J0850-0507_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.354 x 8.124 at -4.928 degrees (North through East) ! Clean map min=-0.0021546 max=0.095104 Jy/beam ! Writing clean map to FITS file: J0850-0507_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0951043 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000287717 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.907583 0.907583 1.81517 3.63033 7.26066 14.5213 29.0427 58.0853 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 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.354 x 8.124 at -4.928 degrees (North through East) ! Clean map min=-0.0021546 max=0.095104 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 J0850-0507_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:54:50 2019