! Started logfile: J1649-2620_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:45:27 2019 obs J1649-2620_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1649-2620_S_2017_03_27_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97193 visibilities/baseline/integration-bin. ! Found source: J1649-2620 ! ! 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 1684 lines of history. ! ! Reading 13296 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 J1649-2620_S_2017_03_27_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 202 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.948013Jy sigma=0.006326 ! Fit after self-cal, rms=0.920062Jy sigma=0.006179 ! 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.505 mas, bmaj=6.826 mas, bpa=-6.305 degrees ! Estimated noise=1526.68 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.0637119 Jy ! Component: 100 - total flux cleaned = 0.0818052 Jy ! Total flux subtracted in 100 components = 0.0818052 Jy ! Clean residual min=-0.004972 max=0.007551 Jy/beam ! Clean residual mean=-0.000008 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.0818052 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0818052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113900Jy sigma=0.000677 ! Fit after self-cal, rms=0.113759Jy sigma=0.000676 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00866285 Jy ! Component: 100 - total flux cleaned = 0.0132715 Jy ! Total flux subtracted in 100 components = 0.0132715 Jy ! Clean residual min=-0.004151 max=0.004163 Jy/beam ! Clean residual mean=-0.000002 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.0950767 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.0950767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112986Jy sigma=0.000670 ! Fit after self-cal, rms=0.112969Jy sigma=0.000670 ! 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.032 mas, bmaj=7.984 mas, bpa=-5.573 degrees ! Estimated noise=997.851 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.00412245 Jy ! Component: 100 - total flux cleaned = 0.00616002 Jy ! Component: 150 - total flux cleaned = 0.00727102 Jy ! Component: 200 - total flux cleaned = 0.0077884 Jy ! Total flux subtracted in 200 components = 0.0077884 Jy ! Clean residual min=-0.002942 max=0.003167 Jy/beam ! Clean residual mean=-0.000014 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.102865 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.102865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112817Jy sigma=0.000669 ! Fit after self-cal, rms=0.112844Jy sigma=0.000669 ! 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.02 FD 0.97 HN 1.11 KP 1.04 ! LA 1.02 MK 1.03 NL 0.99 OV 0.98 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 1.09 KP 1.07 ! LA 0.98 MK 1.03 NL 1.08 OV 0.99 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.02 HN 1.12 KP 0.99 ! LA 0.99 MK 1.00 NL 1.04 OV 0.94 ! PT 0.93 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 0.96 KP 1.00* ! LA 0.76 MK 0.93 NL 1.00* OV 0.92 ! PT 0.99 SC 0.90 ! ! ! Fit before self-cal, rms=0.112844Jy sigma=0.000669 ! Fit after self-cal, rms=0.112131Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.049 mas, bmaj=7.998 mas, bpa=-5.609 degrees ! Estimated noise=1003.27 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.000251865 Jy ! Component: 100 - total flux cleaned = -0.000273543 Jy ! Component: 150 - total flux cleaned = -0.000291125 Jy ! Component: 200 - total flux cleaned = -0.000290872 Jy ! Total flux subtracted in 200 components = -0.000290872 Jy ! Clean residual min=-0.002505 max=0.002408 Jy/beam ! Clean residual mean=-0.000005 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.102574 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.102574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112123Jy sigma=0.000667 ! Fit after self-cal, rms=0.112101Jy sigma=0.000667 ! 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.112101Jy sigma=0.000667 ! Fit after self-cal, rms=0.112341Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=8.005 mas, bpa=-5.497 degrees ! Estimated noise=1004.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000203522 Jy ! Component: 100 - total flux cleaned = -0.000221005 Jy ! Component: 150 - total flux cleaned = -0.000237111 Jy ! Component: 200 - total flux cleaned = -0.000238118 Jy ! Total flux subtracted in 200 components = -0.000238118 Jy ! Clean residual min=-0.002540 max=0.002404 Jy/beam ! Clean residual mean=-0.000004 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.102336 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 63 components and 0.102336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112335Jy sigma=0.000667 ! Fit after self-cal, rms=0.112324Jy sigma=0.000667 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.65082e-05 Jy ! Component: 100 - total flux cleaned = -3.41939e-05 Jy ! Component: 150 - total flux cleaned = -5.04268e-05 Jy ! Component: 200 - total flux cleaned = -6.4495e-05 Jy ! Total flux subtracted in 200 components = -6.4495e-05 Jy ! Clean residual min=-0.002565 max=0.002383 Jy/beam ! Clean residual mean=-0.000005 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.102272 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.102272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112320Jy sigma=0.000667 ! Fit after self-cal, rms=0.112318Jy sigma=0.000667 ! 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.112318Jy sigma=0.000667 ! Fit after self-cal, rms=0.115488Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.066 mas, bmaj=8.042 mas, bpa=-5.371 degrees ! Estimated noise=1009.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0002133 Jy ! Component: 100 - total flux cleaned = 0.000177042 Jy ! Component: 150 - total flux cleaned = 0.000160808 Jy ! Component: 200 - total flux cleaned = 0.000131463 Jy ! Total flux subtracted in 200 components = 0.000131463 Jy ! Clean residual min=-0.002636 max=0.002297 Jy/beam ! Clean residual mean=-0.000003 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.102403 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 66 components and 0.102403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115482Jy sigma=0.000666 ! Fit after self-cal, rms=0.115535Jy sigma=0.000666 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.07063e-05 Jy ! Component: 100 - total flux cleaned = -2.56927e-05 Jy ! Component: 150 - total flux cleaned = -5.26902e-05 Jy ! Component: 200 - total flux cleaned = -7.6361e-05 Jy ! Total flux subtracted in 200 components = -7.6361e-05 Jy ! Clean residual min=-0.002618 max=0.002286 Jy/beam ! Clean residual mean=-0.000003 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.102327 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 68 components and 0.102327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115532Jy sigma=0.000666 ! Fit after self-cal, rms=0.115531Jy sigma=0.000666 ! 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.115531Jy sigma=0.000666 ! Fit after self-cal, rms=0.116455Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.977 mas, bmaj=19.13 mas, bpa=1.048 degrees ! Estimated noise=1262.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000222843 Jy ! Component: 100 - total flux cleaned = 0.00022328 Jy ! Component: 150 - total flux cleaned = 0.000218214 Jy ! Component: 200 - total flux cleaned = 0.00021788 Jy ! Total flux subtracted in 200 components = 0.00021788 Jy ! Clean residual min=-0.002474 max=0.002035 Jy/beam ! Clean residual mean=-0.000007 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.102545 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.102545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116454Jy sigma=0.000666 ! Fit after self-cal, rms=0.116464Jy sigma=0.000666 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.02048e-06 Jy ! Component: 100 - total flux cleaned = -1.041e-06 Jy ! Component: 150 - total flux cleaned = -6.26836e-07 Jy ! Component: 200 - total flux cleaned = -4.27358e-07 Jy ! Total flux subtracted in 200 components = -4.27358e-07 Jy ! Clean residual min=-0.002497 max=0.002031 Jy/beam ! Clean residual mean=-0.000007 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.102544 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.102544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116463Jy sigma=0.000666 ! Fit after self-cal, rms=0.116464Jy sigma=0.000666 ! 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.069 mas, bmaj=8.05 mas, bpa=-5.298 degrees ! Estimated noise=1013.47 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.069 x 8.05 at -5.298 degrees (North through East) ! Clean map min=-0.0025384 max=0.08209 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.529 mas, bmaj=6.841 mas, bpa=-5.966 degrees ! Estimated noise=1565.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0646943 Jy ! Component: 100 - total flux cleaned = 0.0840259 Jy ! Component: 150 - total flux cleaned = 0.0925012 Jy ! Component: 200 - total flux cleaned = 0.0969568 Jy ! Total flux subtracted in 200 components = 0.0969568 Jy ! Clean residual min=-0.003899 max=0.004362 Jy/beam ! Clean residual mean=-0.000003 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.0969568 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0969568 Jy ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.05 mas, bpa=-5.298 degrees ! Estimated noise=1013.47 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.0033567 Jy ! Component: 100 - total flux cleaned = 0.00471186 Jy ! Component: 150 - total flux cleaned = 0.00493809 Jy ! Component: 200 - total flux cleaned = 0.00504445 Jy ! Total flux subtracted in 200 components = 0.00504445 Jy ! Clean residual min=-0.002678 max=0.002309 Jy/beam ! Clean residual mean=-0.000003 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.102001 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.102001 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.977 mas, bmaj=19.13 mas, bpa=1.048 degrees ! Estimated noise=1262.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000364042 Jy ! Component: 100 - total flux cleaned = 0.000374777 Jy ! Component: 150 - total flux cleaned = 0.000384062 Jy ! Component: 200 - total flux cleaned = 0.000397761 Jy ! Total flux subtracted in 200 components = 0.000397761 Jy ! Clean residual min=-0.002521 max=0.002030 Jy/beam ! Clean residual mean=-0.000007 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.102399 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 = 2.75975e-07 Jy ! Component: 100 - total flux cleaned = 5.6128e-06 Jy ! Component: 150 - total flux cleaned = 1.07006e-05 Jy ! Component: 200 - total flux cleaned = 1.50743e-05 Jy ! Total flux subtracted in 200 components = 1.50743e-05 Jy ! Clean residual min=-0.002519 max=0.002025 Jy/beam ! Clean residual mean=-0.000007 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.102414 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.102414 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.05 mas, bpa=-5.298 degrees ! Estimated noise=1013.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119473 Jy ! Component: 100 - total flux cleaned = -8.29082e-05 Jy ! Component: 150 - total flux cleaned = -9.94219e-05 Jy ! Component: 200 - total flux cleaned = -0.000114153 Jy ! Total flux subtracted in 200 components = -0.000114153 Jy ! Clean residual min=-0.002623 max=0.002314 Jy/beam ! Clean residual mean=-0.000003 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.1023 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.1023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116474Jy sigma=0.000666 ! Fit after self-cal, rms=0.116463Jy sigma=0.000666 wmodel J1649-2620_S_2017_03_27_pus_map.mod ! Writing 66 model components to file: J1649-2620_S_2017_03_27_pus_map.mod wobs J1649-2620_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1649-2620_S_2017_03_27_pus_uvs.fits wwins J1649-2620_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J1649-2620_S_2017_03_27_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.000997039 Jy ! Component: 100 - total flux cleaned = -0.0010846 Jy ! Component: 150 - total flux cleaned = -0.00112516 Jy ! Component: 200 - total flux cleaned = -0.0011246 Jy ! Component: 250 - total flux cleaned = -0.0010493 Jy ! Component: 300 - total flux cleaned = -0.00112157 Jy ! Component: 350 - total flux cleaned = -0.0012276 Jy ! Component: 400 - total flux cleaned = -0.00133154 Jy ! Component: 450 - total flux cleaned = -0.00146631 Jy ! Component: 500 - total flux cleaned = -0.00156515 Jy ! Component: 550 - total flux cleaned = -0.00159755 Jy ! Component: 600 - total flux cleaned = -0.00162939 Jy ! Component: 650 - total flux cleaned = -0.00178516 Jy ! Component: 700 - total flux cleaned = -0.0018766 Jy ! Component: 750 - total flux cleaned = -0.00193647 Jy ! Component: 800 - total flux cleaned = -0.00199572 Jy ! Component: 850 - total flux cleaned = -0.00202501 Jy ! Component: 900 - total flux cleaned = -0.002083 Jy ! Component: 950 - total flux cleaned = -0.00216847 Jy ! Component: 1000 - total flux cleaned = -0.00216791 Jy ! Component: 1050 - total flux cleaned = -0.0021955 Jy ! Component: 1100 - total flux cleaned = -0.00216816 Jy ! Component: 1150 - total flux cleaned = -0.00222222 Jy ! Component: 1200 - total flux cleaned = -0.00222198 Jy ! Component: 1250 - total flux cleaned = -0.00230121 Jy ! Component: 1300 - total flux cleaned = -0.00219635 Jy ! Component: 1350 - total flux cleaned = -0.00222252 Jy ! Component: 1400 - total flux cleaned = -0.00229977 Jy ! Component: 1450 - total flux cleaned = -0.00229978 Jy ! Component: 1500 - total flux cleaned = -0.00235007 Jy ! Component: 1550 - total flux cleaned = -0.00237511 Jy ! Component: 1600 - total flux cleaned = -0.0024731 Jy ! Component: 1650 - total flux cleaned = -0.00240027 Jy ! Component: 1700 - total flux cleaned = -0.00254461 Jy ! Component: 1750 - total flux cleaned = -0.00256819 Jy ! Component: 1800 - total flux cleaned = -0.0025678 Jy ! Component: 1850 - total flux cleaned = -0.00259086 Jy ! Component: 1900 - total flux cleaned = -0.00266057 Jy ! Component: 1950 - total flux cleaned = -0.00270617 Jy ! Component: 2000 - total flux cleaned = -0.00270595 Jy ! Component: 2050 - total flux cleaned = -0.00277348 Jy ! Component: 2100 - total flux cleaned = -0.00279581 Jy ! Component: 2150 - total flux cleaned = -0.00283993 Jy ! Component: 2200 - total flux cleaned = -0.00288339 Jy ! Component: 2250 - total flux cleaned = -0.00286154 Jy ! Component: 2300 - total flux cleaned = -0.00296941 Jy ! Component: 2350 - total flux cleaned = -0.00299057 Jy ! Component: 2400 - total flux cleaned = -0.00303293 Jy ! Component: 2450 - total flux cleaned = -0.00303269 Jy ! Component: 2500 - total flux cleaned = -0.00303282 Jy ! Component: 2550 - total flux cleaned = -0.00311552 Jy ! Component: 2600 - total flux cleaned = -0.00313582 Jy ! Component: 2650 - total flux cleaned = -0.00315592 Jy ! Component: 2700 - total flux cleaned = -0.00311552 Jy ! Component: 2750 - total flux cleaned = -0.00309586 Jy ! Component: 2800 - total flux cleaned = -0.00307581 Jy ! Component: 2850 - total flux cleaned = -0.00313508 Jy ! Component: 2900 - total flux cleaned = -0.0031743 Jy ! Component: 2950 - total flux cleaned = -0.00321325 Jy ! Component: 3000 - total flux cleaned = -0.00313608 Jy ! Component: 3050 - total flux cleaned = -0.00319387 Jy ! Component: 3100 - total flux cleaned = -0.00330825 Jy ! Component: 3150 - total flux cleaned = -0.00330831 Jy ! Component: 3200 - total flux cleaned = -0.00330807 Jy ! Component: 3250 - total flux cleaned = -0.00328939 Jy ! Component: 3300 - total flux cleaned = -0.00327103 Jy ! Component: 3350 - total flux cleaned = -0.00336308 Jy ! Component: 3400 - total flux cleaned = -0.0033082 Jy ! Component: 3450 - total flux cleaned = -0.00338058 Jy ! Component: 3500 - total flux cleaned = -0.00332643 Jy ! Component: 3550 - total flux cleaned = -0.00338012 Jy ! Component: 3600 - total flux cleaned = -0.00341558 Jy ! Component: 3650 - total flux cleaned = -0.00348603 Jy ! Component: 3700 - total flux cleaned = -0.00339827 Jy ! Component: 3750 - total flux cleaned = -0.00339835 Jy ! Component: 3800 - total flux cleaned = -0.00345031 Jy ! Component: 3850 - total flux cleaned = -0.00345033 Jy ! Component: 3900 - total flux cleaned = -0.00345033 Jy ! Component: 3950 - total flux cleaned = -0.00343335 Jy ! Component: 4000 - total flux cleaned = -0.0034673 Jy ! Component: 4050 - total flux cleaned = -0.00356795 Jy ! Total flux subtracted in 4096 components = -0.0034845 Jy ! Clean residual min=-0.000951 max=0.001131 Jy/beam ! Clean residual mean=-0.000003 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.0988154 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 315 components and 0.0988155 Jy ![Exited script file: muppet] wmap "J1649-2620_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.069 x 8.05 at -5.298 degrees (North through East) ! Clean map min=-0.0022265 max=0.08244 Jy/beam ! Writing clean map to FITS file: J1649-2620_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0824404 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000299456 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08972 1.08972 2.17944 4.35888 8.71775 17.4355 34.871 69.742 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.082 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.069 x 8.05 at -5.298 degrees (North through East) ! Clean map min=-0.0022265 max=0.08244 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 J1649-2620_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:45:32 2019