! Started logfile: J0049+5128_S_2017_05_01_pus_uvs.log on Wed May 1 18:23:10 2019 obs J0049+5128_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0049+5128_S_2017_05_01_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.894395 visibilities/baseline/integration-bin. ! Found source: J0049+5128 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 788 lines of history. ! ! Reading 18192 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 J0049+5128_S_2017_05_01_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 513 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.741340Jy sigma=0.005898 ! Fit after self-cal, rms=0.718406Jy sigma=0.005765 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=4.304 mas, bpa=9.734 degrees ! Estimated noise=1123.43 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.219009 Jy ! Component: 100 - total flux cleaned = 0.270476 Jy ! Total flux subtracted in 100 components = 0.270476 Jy ! Clean residual min=-0.007474 max=0.019763 Jy/beam ! Clean residual mean=-0.000014 rms=0.002372 Jy/beam ! Combined flux in latest and established models = 0.270476 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.270476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111303Jy sigma=0.000767 ! Fit after self-cal, rms=0.111312Jy sigma=0.000767 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0211917 Jy ! Component: 100 - total flux cleaned = 0.03285 Jy ! Total flux subtracted in 100 components = 0.03285 Jy ! Clean residual min=-0.006508 max=0.010422 Jy/beam ! Clean residual mean=-0.000000 rms=0.001779 Jy/beam ! Combined flux in latest and established models = 0.303326 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.303326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106271Jy sigma=0.000721 ! Fit after self-cal, rms=0.106292Jy sigma=0.000721 ! 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=4.049 mas, bmaj=5.148 mas, bpa=14.05 degrees ! Estimated noise=731.778 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 (-18.5, -49.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00983825 Jy ! Component: 100 - total flux cleaned = 0.015694 Jy ! Component: 150 - total flux cleaned = 0.0178915 Jy ! Component: 200 - total flux cleaned = 0.0181729 Jy ! Total flux subtracted in 200 components = 0.0181729 Jy ! Clean residual min=-0.005764 max=0.007141 Jy/beam ! Clean residual mean=0.000019 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.321499 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 49 components and 0.321499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104967Jy sigma=0.000713 ! Fit after self-cal, rms=0.104949Jy sigma=0.000713 ! 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.94 FD 0.97 HN 0.99 KP 1.02 ! LA 1.01 MK 1.09 NL 0.98 OV 1.01 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.04 KP 0.99 ! LA 0.95 MK 1.06 NL 0.93 OV 1.06 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 0.99 KP 1.01 ! LA 1.01 MK 1.11 NL 0.97 OV 0.96 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.03 KP 1.00* ! LA 1.00 MK 1.14 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.104949Jy sigma=0.000713 ! Fit after self-cal, rms=0.103610Jy sigma=0.000702 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=5.218 mas, bpa=15.61 degrees ! Estimated noise=733.406 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.000145443 Jy ! Component: 100 - total flux cleaned = -0.000164793 Jy ! Component: 150 - total flux cleaned = -0.000158108 Jy ! Component: 200 - total flux cleaned = -0.00029806 Jy ! Total flux subtracted in 200 components = -0.00029806 Jy ! Clean residual min=-0.004638 max=0.005440 Jy/beam ! Clean residual mean=0.000017 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.321201 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.321201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103353Jy sigma=0.000701 ! Fit after self-cal, rms=0.103373Jy sigma=0.000701 ! 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.103373Jy sigma=0.000701 ! Fit after self-cal, rms=0.099731Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.095 mas, bmaj=5.209 mas, bpa=15.44 degrees ! Estimated noise=734.374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00228142 Jy ! Component: 100 - total flux cleaned = -0.00244284 Jy ! Component: 150 - total flux cleaned = -0.00219714 Jy ! Component: 200 - total flux cleaned = -0.00193531 Jy ! Total flux subtracted in 200 components = -0.00193531 Jy ! Clean residual min=-0.002431 max=0.002349 Jy/beam ! Clean residual mean=0.000003 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.319266 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.319266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099610Jy sigma=0.000674 ! Fit after self-cal, rms=0.099632Jy sigma=0.000674 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 (-42, -22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202045 Jy ! Component: 100 - total flux cleaned = 0.00213379 Jy ! Component: 150 - total flux cleaned = 0.00228534 Jy ! Component: 200 - total flux cleaned = 0.00242412 Jy ! Total flux subtracted in 200 components = 0.00242412 Jy ! Clean residual min=-0.002135 max=0.001973 Jy/beam ! Clean residual mean=-0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.32169 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 109 components and 0.32169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099545Jy sigma=0.000673 ! Fit after self-cal, rms=0.099542Jy 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.099542Jy sigma=0.000673 ! Fit after self-cal, rms=0.099545Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.096 mas, bmaj=5.21 mas, bpa=15.39 degrees ! Estimated noise=733.195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000898626 Jy ! Component: 100 - total flux cleaned = -0.000749277 Jy ! Component: 150 - total flux cleaned = -0.000663324 Jy ! Component: 200 - total flux cleaned = -0.000542836 Jy ! Total flux subtracted in 200 components = -0.000542836 Jy ! Clean residual min=-0.002017 max=0.001861 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.321147 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 118 components and 0.321147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099493Jy sigma=0.000673 ! Fit after self-cal, rms=0.099492Jy 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.000180483 Jy ! Component: 100 - total flux cleaned = -7.1657e-05 Jy ! Component: 150 - total flux cleaned = -2.88121e-06 Jy ! Component: 200 - total flux cleaned = 2.97849e-05 Jy ! Total flux subtracted in 200 components = 2.97849e-05 Jy ! Clean residual min=-0.001947 max=0.001894 Jy/beam ! Clean residual mean=-0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.321177 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 125 components and 0.321177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099462Jy sigma=0.000672 ! Fit after self-cal, rms=0.099460Jy sigma=0.000672 ! 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.099460Jy sigma=0.000672 ! Fit after self-cal, rms=0.099501Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.851 mas, bmaj=8.751 mas, bpa=26.89 degrees ! Estimated noise=866.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000392377 Jy ! Component: 100 - total flux cleaned = -0.000615497 Jy ! Component: 150 - total flux cleaned = -0.000715572 Jy ! Component: 200 - total flux cleaned = -0.00080175 Jy ! Total flux subtracted in 200 components = -0.00080175 Jy ! Clean residual min=-0.001606 max=0.001708 Jy/beam ! Clean residual mean=-0.000002 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.320375 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 141 components and 0.320375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099492Jy sigma=0.000672 ! Fit after self-cal, rms=0.099492Jy sigma=0.000672 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 = -4.15355e-05 Jy ! Component: 100 - total flux cleaned = -4.08248e-05 Jy ! Component: 150 - total flux cleaned = -0.000101503 Jy ! Component: 200 - total flux cleaned = -0.000115534 Jy ! Total flux subtracted in 200 components = -0.000115534 Jy ! Clean residual min=-0.001615 max=0.001693 Jy/beam ! Clean residual mean=-0.000003 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.32026 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.32026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099489Jy sigma=0.000672 ! Fit after self-cal, rms=0.099489Jy sigma=0.000672 ! 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=4.097 mas, bmaj=5.211 mas, bpa=15.33 degrees ! Estimated noise=732.518 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.097 x 5.211 at 15.33 degrees (North through East) ! Clean map min=-0.0017623 max=0.28737 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.336 mas, bmaj=4.345 mas, bpa=11.64 degrees ! Estimated noise=1134.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.221026 Jy ! Component: 100 - total flux cleaned = 0.27261 Jy ! Component: 150 - total flux cleaned = 0.29278 Jy ! Component: 200 - total flux cleaned = 0.302486 Jy ! Total flux subtracted in 200 components = 0.302486 Jy ! Clean residual min=-0.003670 max=0.004866 Jy/beam ! Clean residual mean=-0.000005 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.302485 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.302485 Jy ! Inverting map and beam ! Estimated beam: bmin=4.097 mas, bmaj=5.211 mas, bpa=15.33 degrees ! Estimated noise=732.518 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.00666999 Jy ! Component: 100 - total flux cleaned = 0.0102197 Jy ! Component: 150 - total flux cleaned = 0.0126162 Jy ! Component: 200 - total flux cleaned = 0.0143071 Jy ! Total flux subtracted in 200 components = 0.0143071 Jy ! Clean residual min=-0.002042 max=0.002030 Jy/beam ! Clean residual mean=-0.000003 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.316793 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 39 components and 0.316793 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.851 mas, bmaj=8.751 mas, bpa=26.89 degrees ! Estimated noise=866.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159881 Jy ! Component: 100 - total flux cleaned = 0.00251338 Jy ! Component: 150 - total flux cleaned = 0.00281035 Jy ! Component: 200 - total flux cleaned = 0.00290987 Jy ! Total flux subtracted in 200 components = 0.00290987 Jy ! Clean residual min=-0.001702 max=0.001830 Jy/beam ! Clean residual mean=-0.000002 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.319702 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.000108544 Jy ! Component: 100 - total flux cleaned = 0.000167226 Jy ! Component: 150 - total flux cleaned = 0.000200805 Jy ! Component: 200 - total flux cleaned = 0.000200308 Jy ! Total flux subtracted in 200 components = 0.000200308 Jy ! Clean residual min=-0.001672 max=0.001717 Jy/beam ! Clean residual mean=-0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.319903 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 78 components and 0.319903 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.097 mas, bmaj=5.211 mas, bpa=15.33 degrees ! Estimated noise=732.518 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000228368 Jy ! Component: 100 - total flux cleaned = -8.38605e-05 Jy ! Component: 150 - total flux cleaned = 4.12215e-06 Jy ! Component: 200 - total flux cleaned = 0.000124976 Jy ! Total flux subtracted in 200 components = 0.000124976 Jy ! Clean residual min=-0.002004 max=0.001847 Jy/beam ! Clean residual mean=-0.000001 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.320028 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.320028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099561Jy sigma=0.000673 ! Fit after self-cal, rms=0.099534Jy sigma=0.000672 wmodel J0049+5128_S_2017_05_01_pus_map.mod ! Writing 90 model components to file: J0049+5128_S_2017_05_01_pus_map.mod wobs J0049+5128_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0049+5128_S_2017_05_01_pus_uvs.fits wwins J0049+5128_S_2017_05_01_pus_map.win ! wwins: Wrote 3 windows to J0049+5128_S_2017_05_01_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000588058 Jy ! Component: 100 - total flux cleaned = -0.000749022 Jy ! Component: 150 - total flux cleaned = -0.000627161 Jy ! Component: 200 - total flux cleaned = -0.000448475 Jy ! Component: 250 - total flux cleaned = -0.000244587 Jy ! Component: 300 - total flux cleaned = -4.50992e-05 Jy ! Component: 350 - total flux cleaned = 3.87329e-05 Jy ! Component: 400 - total flux cleaned = 0.000148809 Jy ! Component: 450 - total flux cleaned = 0.000176259 Jy ! Component: 500 - total flux cleaned = 0.000309069 Jy ! Component: 550 - total flux cleaned = 0.00036176 Jy ! Component: 600 - total flux cleaned = 0.000439185 Jy ! Component: 650 - total flux cleaned = 0.00059121 Jy ! Component: 700 - total flux cleaned = 0.000665588 Jy ! Component: 750 - total flux cleaned = 0.000739561 Jy ! Component: 800 - total flux cleaned = 0.000885608 Jy ! Component: 850 - total flux cleaned = 0.00093354 Jy ! Component: 900 - total flux cleaned = 0.00105174 Jy ! Component: 950 - total flux cleaned = 0.00109826 Jy ! Component: 1000 - total flux cleaned = 0.00112188 Jy ! Component: 1050 - total flux cleaned = 0.00125979 Jy ! Component: 1100 - total flux cleaned = 0.0014185 Jy ! Component: 1150 - total flux cleaned = 0.00144076 Jy ! Component: 1200 - total flux cleaned = 0.00157412 Jy ! Component: 1250 - total flux cleaned = 0.00164032 Jy ! Component: 1300 - total flux cleaned = 0.00179234 Jy ! Component: 1350 - total flux cleaned = 0.00192138 Jy ! Component: 1400 - total flux cleaned = 0.00194267 Jy ! Component: 1450 - total flux cleaned = 0.00200587 Jy ! Component: 1500 - total flux cleaned = 0.00211049 Jy ! Component: 1550 - total flux cleaned = 0.00215233 Jy ! Component: 1600 - total flux cleaned = 0.00227582 Jy ! Component: 1650 - total flux cleaned = 0.0024185 Jy ! Component: 1700 - total flux cleaned = 0.00258014 Jy ! Component: 1750 - total flux cleaned = 0.00268003 Jy ! Component: 1800 - total flux cleaned = 0.00279853 Jy ! Component: 1850 - total flux cleaned = 0.00283801 Jy ! Component: 1900 - total flux cleaned = 0.00295485 Jy ! Component: 1950 - total flux cleaned = 0.00312869 Jy ! Component: 2000 - total flux cleaned = 0.00309057 Jy ! Component: 2050 - total flux cleaned = 0.00316693 Jy ! Component: 2100 - total flux cleaned = 0.003299 Jy ! Component: 2150 - total flux cleaned = 0.00344887 Jy ! Component: 2200 - total flux cleaned = 0.00348585 Jy ! Component: 2250 - total flux cleaned = 0.00359619 Jy ! Component: 2300 - total flux cleaned = 0.00363282 Jy ! Component: 2350 - total flux cleaned = 0.00375972 Jy ! Component: 2400 - total flux cleaned = 0.00386754 Jy ! Component: 2450 - total flux cleaned = 0.00395666 Jy ! Component: 2500 - total flux cleaned = 0.00400983 Jy ! Component: 2550 - total flux cleaned = 0.00416793 Jy ! Component: 2600 - total flux cleaned = 0.00425509 Jy ! Component: 2650 - total flux cleaned = 0.00437643 Jy ! Component: 2700 - total flux cleaned = 0.0044283 Jy ! Component: 2750 - total flux cleaned = 0.00454806 Jy ! Component: 2800 - total flux cleaned = 0.0046836 Jy ! Component: 2850 - total flux cleaned = 0.004734 Jy ! Component: 2900 - total flux cleaned = 0.00480102 Jy ! Component: 2950 - total flux cleaned = 0.00485061 Jy ! Component: 3000 - total flux cleaned = 0.00494956 Jy ! Component: 3050 - total flux cleaned = 0.0050151 Jy ! Component: 3100 - total flux cleaned = 0.00511287 Jy ! Component: 3150 - total flux cleaned = 0.0051616 Jy ! Component: 3200 - total flux cleaned = 0.005258 Jy ! Component: 3250 - total flux cleaned = 0.00519421 Jy ! Component: 3300 - total flux cleaned = 0.00527368 Jy ! Component: 3350 - total flux cleaned = 0.00541543 Jy ! Component: 3400 - total flux cleaned = 0.00538412 Jy ! Component: 3450 - total flux cleaned = 0.00543069 Jy ! Component: 3500 - total flux cleaned = 0.00547719 Jy ! Component: 3550 - total flux cleaned = 0.00553868 Jy ! Component: 3600 - total flux cleaned = 0.00553865 Jy ! Component: 3650 - total flux cleaned = 0.00559942 Jy ! Component: 3700 - total flux cleaned = 0.00562938 Jy ! Component: 3750 - total flux cleaned = 0.00564452 Jy ! Component: 3800 - total flux cleaned = 0.00564458 Jy ! Component: 3850 - total flux cleaned = 0.005689 Jy ! Component: 3900 - total flux cleaned = 0.00574798 Jy ! Component: 3950 - total flux cleaned = 0.00579189 Jy ! Component: 4000 - total flux cleaned = 0.00580645 Jy ! Component: 4050 - total flux cleaned = 0.00579199 Jy ! Total flux subtracted in 4096 components = 0.00582077 Jy ! Clean residual min=-0.000788 max=0.000941 Jy/beam ! Clean residual mean=-0.000002 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.325848 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 350 components and 0.325849 Jy ![Exited script file: muppet] wmap "J0049+5128_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.097 x 5.211 at 15.33 degrees (North through East) ! Clean map min=-0.0014625 max=0.28832 Jy/beam ! Writing clean map to FITS file: J0049+5128_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.288319 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250486 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.260635 0.260635 0.521269 1.04254 2.08508 4.17015 8.34031 16.6806 33.3612 66.7224 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.288 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.097 x 5.211 at 15.33 degrees (North through East) ! Clean map min=-0.0014625 max=0.28832 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 J0049+5128_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:23:17 2019