! Started logfile: J1606-1929_S_2017_10_09_pus_uvs.log on Sun May 12 13:15:16 2019 obs J1606-1929_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J1606-1929_S_2017_10_09_pus_uva.fits ! AN table 1: 115 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.756039 visibilities/baseline/integration-bin. ! Found source: J1606-1929 ! ! 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 496 lines of history. ! ! Reading 12520 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 J1606-1929_S_2017_10_09_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 244 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 594 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916951Jy sigma=0.006993 ! Fit after self-cal, rms=0.900761Jy sigma=0.006865 ! 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.556 mas, bmaj=11.64 mas, bpa=-20.38 degrees ! Estimated noise=1423.74 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.0761576 Jy ! Component: 100 - total flux cleaned = 0.0992984 Jy ! Total flux subtracted in 100 components = 0.0992984 Jy ! Clean residual min=-0.005475 max=0.009419 Jy/beam ! Clean residual mean=-0.000038 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.0992983 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0992983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099621Jy sigma=0.000694 ! Fit after self-cal, rms=0.099443Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105975 Jy ! Component: 100 - total flux cleaned = 0.0166073 Jy ! Total flux subtracted in 100 components = 0.0166073 Jy ! Clean residual min=-0.004492 max=0.004739 Jy/beam ! Clean residual mean=-0.000022 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.115906 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.115906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097969Jy sigma=0.000682 ! Fit after self-cal, rms=0.097913Jy sigma=0.000682 ! 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.069 mas, bmaj=13.58 mas, bpa=-20.22 degrees ! Estimated noise=985.682 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.00542308 Jy ! Component: 100 - total flux cleaned = 0.00858782 Jy ! Component: 150 - total flux cleaned = 0.0106531 Jy ! Component: 200 - total flux cleaned = 0.0113875 Jy ! Total flux subtracted in 200 components = 0.0113875 Jy ! Clean residual min=-0.003671 max=0.003747 Jy/beam ! Clean residual mean=-0.000014 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.127293 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 84 components and 0.127293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097547Jy sigma=0.000680 ! Fit after self-cal, rms=0.097546Jy sigma=0.000680 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.03 KP 1.02 ! LA 1.05 MK 1.02 NL 0.93 OV 1.00* ! PT 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.04 KP 1.01 ! LA 1.01 MK 1.03 NL 1.14 OV 1.00* ! PT 0.96 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.02 KP 0.90 ! LA 0.78 MK 1.02 NL 1.16 OV 1.00* ! PT 0.94 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.96 KP 1.00* ! LA 1.00* MK 0.94 NL 1.00* OV 1.00* ! PT 0.96 ! ! ! Fit before self-cal, rms=0.097546Jy sigma=0.000680 ! Fit after self-cal, rms=0.095928Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=13.68 mas, bpa=-20.19 degrees ! Estimated noise=987.277 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.00175685 Jy ! Component: 100 - total flux cleaned = -0.00179868 Jy ! Component: 150 - total flux cleaned = -0.00183147 Jy ! Component: 200 - total flux cleaned = -0.00189134 Jy ! Total flux subtracted in 200 components = -0.00189134 Jy ! Clean residual min=-0.002564 max=0.002521 Jy/beam ! Clean residual mean=-0.000001 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.125402 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 95 components and 0.125402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095879Jy sigma=0.000675 ! Fit after self-cal, rms=0.095867Jy sigma=0.000674 ! 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.095867Jy sigma=0.000674 ! Fit after self-cal, rms=0.096200Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=13.73 mas, bpa=-20.19 degrees ! Estimated noise=984.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000889379 Jy ! Component: 100 - total flux cleaned = -0.000976204 Jy ! Component: 150 - total flux cleaned = -0.00105313 Jy ! Component: 200 - total flux cleaned = -0.00110025 Jy ! Total flux subtracted in 200 components = -0.00110025 Jy ! Clean residual min=-0.002503 max=0.002423 Jy/beam ! Clean residual mean=-0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.124302 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.124302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096178Jy sigma=0.000673 ! Fit after self-cal, rms=0.096208Jy sigma=0.000673 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 = -7.53113e-05 Jy ! Component: 100 - total flux cleaned = -9.85574e-05 Jy ! Component: 150 - total flux cleaned = -0.000166449 Jy ! Component: 200 - total flux cleaned = -0.000228906 Jy ! Total flux subtracted in 200 components = -0.000228906 Jy ! Clean residual min=-0.002465 max=0.002482 Jy/beam ! Clean residual mean=-0.000002 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.124073 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 106 components and 0.124073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096195Jy sigma=0.000673 ! Fit after self-cal, rms=0.096199Jy sigma=0.000673 ! 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.096199Jy sigma=0.000673 ! Fit after self-cal, rms=0.096196Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=13.73 mas, bpa=-20.19 degrees ! Estimated noise=981.555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000562782 Jy ! Component: 100 - total flux cleaned = -0.000704867 Jy ! Component: 150 - total flux cleaned = -0.000745372 Jy ! Component: 200 - total flux cleaned = -0.000800759 Jy ! Total flux subtracted in 200 components = -0.000800759 Jy ! Clean residual min=-0.002335 max=0.002390 Jy/beam ! Clean residual mean=-0.000001 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.123272 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 108 components and 0.123272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096181Jy sigma=0.000673 ! Fit after self-cal, rms=0.096194Jy sigma=0.000673 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.43447e-05 Jy ! Component: 100 - total flux cleaned = -6.20853e-05 Jy ! Component: 150 - total flux cleaned = -0.000115526 Jy ! Component: 200 - total flux cleaned = -0.000148278 Jy ! Total flux subtracted in 200 components = -0.000148278 Jy ! Clean residual min=-0.002312 max=0.002402 Jy/beam ! Clean residual mean=-0.000001 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.123124 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 110 components and 0.123124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096186Jy sigma=0.000673 ! Fit after self-cal, rms=0.096188Jy sigma=0.000673 ! 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.096188Jy sigma=0.000673 ! Fit after self-cal, rms=0.096184Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.81 mas, bmaj=19.26 mas, bpa=-10.68 degrees ! Estimated noise=1236.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000427032 Jy ! Component: 100 - total flux cleaned = -0.000503206 Jy ! Component: 150 - total flux cleaned = -0.000566409 Jy ! Component: 200 - total flux cleaned = -0.000607455 Jy ! Total flux subtracted in 200 components = -0.000607455 Jy ! Clean residual min=-0.002911 max=0.002720 Jy/beam ! Clean residual mean=0.000000 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.122516 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 119 components and 0.122516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096175Jy sigma=0.000673 ! Fit after self-cal, rms=0.096181Jy sigma=0.000673 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.000117996 Jy ! Component: 100 - total flux cleaned = -0.000116499 Jy ! Component: 150 - total flux cleaned = -0.000104781 Jy ! Component: 200 - total flux cleaned = -0.00010518 Jy ! Total flux subtracted in 200 components = -0.00010518 Jy ! Clean residual min=-0.002887 max=0.002722 Jy/beam ! Clean residual mean=-0.000000 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.122411 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 122 components and 0.122411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096178Jy sigma=0.000673 ! Fit after self-cal, rms=0.096178Jy sigma=0.000673 ! 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.087 mas, bmaj=13.74 mas, bpa=-20.17 degrees ! Estimated noise=979.468 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.087 x 13.74 at -20.17 degrees (North through East) ! Clean map min=-0.0056096 max=0.098736 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.562 mas, bmaj=11.78 mas, bpa=-20.3 degrees ! Estimated noise=1421.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0755695 Jy ! Component: 100 - total flux cleaned = 0.0990353 Jy ! Component: 150 - total flux cleaned = 0.10962 Jy ! Component: 200 - total flux cleaned = 0.11514 Jy ! Total flux subtracted in 200 components = 0.11514 Jy ! Clean residual min=-0.003743 max=0.003766 Jy/beam ! Clean residual mean=-0.000011 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.11514 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.11514 Jy ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=13.74 mas, bpa=-20.17 degrees ! Estimated noise=979.468 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.00490142 Jy ! Component: 100 - total flux cleaned = 0.00593829 Jy ! Component: 150 - total flux cleaned = 0.00645838 Jy ! Component: 200 - total flux cleaned = 0.0069363 Jy ! Total flux subtracted in 200 components = 0.0069363 Jy ! Clean residual min=-0.002545 max=0.002434 Jy/beam ! Clean residual mean=-0.000002 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.122077 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 63 components and 0.122077 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.81 mas, bmaj=19.26 mas, bpa=-10.68 degrees ! Estimated noise=1236.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000850359 Jy ! Component: 100 - total flux cleaned = 0.000899431 Jy ! Component: 150 - total flux cleaned = 0.000820078 Jy ! Component: 200 - total flux cleaned = 0.000786466 Jy ! Total flux subtracted in 200 components = 0.000786466 Jy ! Clean residual min=-0.003069 max=0.002725 Jy/beam ! Clean residual mean=0.000001 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.122863 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 = -3.07859e-05 Jy ! Component: 100 - total flux cleaned = -5.88193e-05 Jy ! Component: 150 - total flux cleaned = -8.47303e-05 Jy ! Component: 200 - total flux cleaned = -0.000108596 Jy ! Total flux subtracted in 200 components = -0.000108596 Jy ! Clean residual min=-0.003028 max=0.002745 Jy/beam ! Clean residual mean=0.000001 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.122755 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.122755 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=13.74 mas, bpa=-20.17 degrees ! Estimated noise=979.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000211266 Jy ! Component: 100 - total flux cleaned = 0.000212016 Jy ! Component: 150 - total flux cleaned = 0.000211268 Jy ! Component: 200 - total flux cleaned = 0.000159793 Jy ! Total flux subtracted in 200 components = 0.000159793 Jy ! Clean residual min=-0.002255 max=0.002463 Jy/beam ! Clean residual mean=0.000001 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.122914 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.122914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096197Jy sigma=0.000673 ! Fit after self-cal, rms=0.096186Jy sigma=0.000673 wmodel J1606-1929_S_2017_10_09_pus_map.mod ! Writing 93 model components to file: J1606-1929_S_2017_10_09_pus_map.mod wobs J1606-1929_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J1606-1929_S_2017_10_09_pus_uvs.fits wwins J1606-1929_S_2017_10_09_pus_map.win ! wwins: Wrote 1 windows to J1606-1929_S_2017_10_09_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.00075319 Jy ! Component: 100 - total flux cleaned = 0.0010302 Jy ! Component: 150 - total flux cleaned = 0.00125339 Jy ! Component: 200 - total flux cleaned = 0.0013615 Jy ! Component: 250 - total flux cleaned = 0.00146355 Jy ! Component: 300 - total flux cleaned = 0.00159271 Jy ! Component: 350 - total flux cleaned = 0.00168568 Jy ! Component: 400 - total flux cleaned = 0.00186697 Jy ! Component: 450 - total flux cleaned = 0.00198482 Jy ! Component: 500 - total flux cleaned = 0.00209929 Jy ! Component: 550 - total flux cleaned = 0.00218339 Jy ! Component: 600 - total flux cleaned = 0.00226483 Jy ! Component: 650 - total flux cleaned = 0.00234403 Jy ! Component: 700 - total flux cleaned = 0.00239578 Jy ! Component: 750 - total flux cleaned = 0.00249685 Jy ! Component: 800 - total flux cleaned = 0.00254622 Jy ! Component: 850 - total flux cleaned = 0.00261923 Jy ! Component: 900 - total flux cleaned = 0.00276087 Jy ! Component: 950 - total flux cleaned = 0.00278406 Jy ! Component: 1000 - total flux cleaned = 0.00289744 Jy ! Component: 1050 - total flux cleaned = 0.00291983 Jy ! Component: 1100 - total flux cleaned = 0.00298528 Jy ! Component: 1150 - total flux cleaned = 0.00307072 Jy ! Component: 1200 - total flux cleaned = 0.00315478 Jy ! Component: 1250 - total flux cleaned = 0.00323758 Jy ! Component: 1300 - total flux cleaned = 0.00337996 Jy ! Component: 1350 - total flux cleaned = 0.0034203 Jy ! Component: 1400 - total flux cleaned = 0.00353894 Jy ! Component: 1450 - total flux cleaned = 0.00365578 Jy ! Component: 1500 - total flux cleaned = 0.00378996 Jy ! Component: 1550 - total flux cleaned = 0.00384639 Jy ! Component: 1600 - total flux cleaned = 0.00390227 Jy ! Component: 1650 - total flux cleaned = 0.00401241 Jy ! Component: 1700 - total flux cleaned = 0.00406673 Jy ! Component: 1750 - total flux cleaned = 0.00417414 Jy ! Component: 1800 - total flux cleaned = 0.00424469 Jy ! Component: 1850 - total flux cleaned = 0.00438375 Jy ! Component: 1900 - total flux cleaned = 0.00446932 Jy ! Component: 1950 - total flux cleaned = 0.00455328 Jy ! Component: 2000 - total flux cleaned = 0.00460349 Jy ! Component: 2050 - total flux cleaned = 0.00471876 Jy ! Component: 2100 - total flux cleaned = 0.00476736 Jy ! Component: 2150 - total flux cleaned = 0.00487956 Jy ! Component: 2200 - total flux cleaned = 0.00495848 Jy ! Component: 2250 - total flux cleaned = 0.00502114 Jy ! Component: 2300 - total flux cleaned = 0.00511397 Jy ! Component: 2350 - total flux cleaned = 0.00511392 Jy ! Component: 2400 - total flux cleaned = 0.005205 Jy ! Component: 2450 - total flux cleaned = 0.00523485 Jy ! Component: 2500 - total flux cleaned = 0.0052644 Jy ! Component: 2550 - total flux cleaned = 0.00530861 Jy ! Component: 2600 - total flux cleaned = 0.00535212 Jy ! Component: 2650 - total flux cleaned = 0.00538085 Jy ! Component: 2700 - total flux cleaned = 0.00543793 Jy ! Component: 2750 - total flux cleaned = 0.00546616 Jy ! Component: 2800 - total flux cleaned = 0.00549408 Jy ! Component: 2850 - total flux cleaned = 0.00550801 Jy ! Component: 2900 - total flux cleaned = 0.00557639 Jy ! Component: 2950 - total flux cleaned = 0.00556277 Jy ! Component: 3000 - total flux cleaned = 0.00560324 Jy ! Component: 3050 - total flux cleaned = 0.00567009 Jy ! Component: 3100 - total flux cleaned = 0.00572297 Jy ! Component: 3150 - total flux cleaned = 0.0057228 Jy ! Component: 3200 - total flux cleaned = 0.0058011 Jy ! Component: 3250 - total flux cleaned = 0.00586556 Jy ! Component: 3300 - total flux cleaned = 0.00591673 Jy ! Component: 3350 - total flux cleaned = 0.00596753 Jy ! Component: 3400 - total flux cleaned = 0.00601805 Jy ! Component: 3450 - total flux cleaned = 0.00606823 Jy ! Component: 3500 - total flux cleaned = 0.00614277 Jy ! Component: 3550 - total flux cleaned = 0.00616743 Jy ! Component: 3600 - total flux cleaned = 0.00622857 Jy ! Component: 3650 - total flux cleaned = 0.00632584 Jy ! Component: 3700 - total flux cleaned = 0.00634991 Jy ! Component: 3750 - total flux cleaned = 0.00640983 Jy ! Component: 3800 - total flux cleaned = 0.00644548 Jy ! Component: 3850 - total flux cleaned = 0.00650449 Jy ! Component: 3900 - total flux cleaned = 0.00653976 Jy ! Component: 3950 - total flux cleaned = 0.00660975 Jy ! Component: 4000 - total flux cleaned = 0.00667922 Jy ! Component: 4050 - total flux cleaned = 0.00673678 Jy ! Total flux subtracted in 4096 components = 0.0067824 Jy ! Clean residual min=-0.000691 max=0.000638 Jy/beam ! Clean residual mean=0.000002 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.129697 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 351 components and 0.129697 Jy ![Exited script file: muppet] wmap "J1606-1929_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.087 x 13.74 at -20.17 degrees (North through East) ! Clean map min=-0.0046869 max=0.098319 Jy/beam ! Writing clean map to FITS file: J1606-1929_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0983191 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202644 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.618327 0.618327 1.23665 2.47331 4.94662 9.89323 19.7865 39.5729 79.1459 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.087 x 13.74 at -20.17 degrees (North through East) ! Clean map min=-0.0046869 max=0.098319 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 J1606-1929_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:15:21 2019