! Started logfile: J1540-3906_S_2017_06_15_pus_uvs.log on Tue May 7 15:23:14 2019 obs J1540-3906_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1540-3906_S_2017_06_15_pus_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.779464 visibilities/baseline/integration-bin. ! Found source: J1540-3906 ! ! 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 603 lines of history. ! ! Reading 20344 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 J1540-3906_S_2017_06_15_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 301 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 300 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 214 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1024 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.937790Jy sigma=0.006186 ! Fit after self-cal, rms=0.898375Jy sigma=0.005934 ! 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.336 mas, bmaj=6.537 mas, bpa=-1.826 degrees ! Estimated noise=1999.76 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0722364 Jy ! Component: 100 - total flux cleaned = 0.0989455 Jy ! Total flux subtracted in 100 components = 0.0989455 Jy ! Clean residual min=-0.010210 max=0.021282 Jy/beam ! Clean residual mean=-0.000062 rms=0.003500 Jy/beam ! Combined flux in latest and established models = 0.0989455 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0989455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119981Jy sigma=0.000766 ! Fit after self-cal, rms=0.119678Jy sigma=0.000764 ! Inverting map ! Added new window around map position (-5.5, 3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0207497 Jy ! Component: 100 - total flux cleaned = 0.0331552 Jy ! Total flux subtracted in 100 components = 0.0331552 Jy ! Clean residual min=-0.009516 max=0.017840 Jy/beam ! Clean residual mean=-0.000063 rms=0.002837 Jy/beam ! Combined flux in latest and established models = 0.132101 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.132101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114339Jy sigma=0.000724 ! Fit after self-cal, rms=0.113671Jy sigma=0.000720 ! 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=2.865 mas, bmaj=7.674 mas, bpa=-1.909 degrees ! Estimated noise=944.873 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 (-4, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205687 Jy ! Component: 100 - total flux cleaned = 0.0322495 Jy ! Component: 150 - total flux cleaned = 0.0394266 Jy ! Component: 200 - total flux cleaned = 0.0439544 Jy ! Total flux subtracted in 200 components = 0.0439544 Jy ! Clean residual min=-0.006297 max=0.008655 Jy/beam ! Clean residual mean=-0.000115 rms=0.002061 Jy/beam ! Combined flux in latest and established models = 0.176055 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 63 components and 0.176055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110083Jy sigma=0.000692 ! Fit after self-cal, rms=0.109843Jy sigma=0.000691 ! 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.60 FD 0.87 HN 1.76 KP 1.02 ! LA 0.94 MK 1.08 NL 1.00* OV 0.94 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.43 FD 0.91 HN 1.76 KP 0.98 ! LA 0.90 MK 1.04 NL 1.47 OV 0.95 ! PT 0.95 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 2.61 FD 0.96 HN 1.72 KP 0.95 ! LA 0.93 MK 1.11 NL 1.44 OV 0.88 ! PT 0.95 SC 1.05 ! ! ! Correcting IF 4. ! A total of 426 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.109843Jy sigma=0.000691 ! Fit after self-cal, rms=0.136451Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.965 mas, bmaj=7.821 mas, bpa=-0.4908 degrees ! Estimated noise=1038.33 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.000355935 Jy ! Component: 100 - total flux cleaned = -0.000778357 Jy ! Component: 150 - total flux cleaned = -0.00105536 Jy ! Component: 200 - total flux cleaned = -0.00130272 Jy ! Total flux subtracted in 200 components = -0.00130272 Jy ! Clean residual min=-0.003639 max=0.004117 Jy/beam ! Clean residual mean=-0.000033 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.174752 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.174752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136259Jy sigma=0.000671 ! Fit after self-cal, rms=0.137063Jy sigma=0.000669 ! 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.137063Jy sigma=0.000669 ! Fit after self-cal, rms=0.143970Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.777 mas, bpa=-0.8665 degrees ! Estimated noise=1045.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231025 Jy ! Component: 100 - total flux cleaned = -0.00051457 Jy ! Component: 150 - total flux cleaned = -0.000578033 Jy ! Component: 200 - total flux cleaned = -0.000636511 Jy ! Total flux subtracted in 200 components = -0.000636511 Jy ! Clean residual min=-0.003074 max=0.003575 Jy/beam ! Clean residual mean=-0.000018 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.174116 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.174116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143890Jy sigma=0.000668 ! Fit after self-cal, rms=0.143916Jy 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 = -0.000117431 Jy ! Component: 100 - total flux cleaned = -0.000395436 Jy ! Component: 150 - total flux cleaned = -0.000397338 Jy ! Component: 200 - total flux cleaned = -0.000455718 Jy ! Total flux subtracted in 200 components = -0.000455718 Jy ! Clean residual min=-0.003145 max=0.003601 Jy/beam ! Clean residual mean=-0.000019 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.17366 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 98 components and 0.17366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143850Jy sigma=0.000667 ! Fit after self-cal, rms=0.143807Jy 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.143807Jy sigma=0.000667 ! Fit after self-cal, rms=0.144818Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.947 mas, bmaj=7.684 mas, bpa=-1.572 degrees ! Estimated noise=1035.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.36362e-05 Jy ! Component: 100 - total flux cleaned = -0.000269936 Jy ! Component: 150 - total flux cleaned = -0.000486535 Jy ! Component: 200 - total flux cleaned = -0.000582196 Jy ! Total flux subtracted in 200 components = -0.000582196 Jy ! Clean residual min=-0.002904 max=0.003337 Jy/beam ! Clean residual mean=-0.000012 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.173078 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.173078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144762Jy sigma=0.000666 ! Fit after self-cal, rms=0.144728Jy 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 = -2.85634e-05 Jy ! Component: 100 - total flux cleaned = -0.000325577 Jy ! Component: 150 - total flux cleaned = -0.000430615 Jy ! Component: 200 - total flux cleaned = -0.000524532 Jy ! Total flux subtracted in 200 components = -0.000524532 Jy ! Clean residual min=-0.002935 max=0.003334 Jy/beam ! Clean residual mean=-0.000013 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.172553 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.172553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144682Jy sigma=0.000666 ! Fit after self-cal, rms=0.144637Jy 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.144637Jy sigma=0.000666 ! Fit after self-cal, rms=0.145459Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.856 mas, bmaj=26.05 mas, bpa=3.354 degrees ! Estimated noise=1313.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000904256 Jy ! Component: 100 - total flux cleaned = -0.000935913 Jy ! Component: 150 - total flux cleaned = -0.000966143 Jy ! Component: 200 - total flux cleaned = -0.00101966 Jy ! Total flux subtracted in 200 components = -0.00101966 Jy ! Clean residual min=-0.002926 max=0.003465 Jy/beam ! Clean residual mean=-0.000026 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.171534 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 120 components and 0.171534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145458Jy sigma=0.000666 ! Fit after self-cal, rms=0.145427Jy 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 = -0.000377813 Jy ! Component: 100 - total flux cleaned = -0.000401194 Jy ! Component: 150 - total flux cleaned = -0.000447248 Jy ! Component: 200 - total flux cleaned = -0.000469144 Jy ! Total flux subtracted in 200 components = -0.000469144 Jy ! Clean residual min=-0.002864 max=0.003506 Jy/beam ! Clean residual mean=-0.000029 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.171065 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 123 components and 0.171065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145428Jy sigma=0.000666 ! Fit after self-cal, rms=0.145404Jy 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=2.932 mas, bmaj=7.627 mas, bpa=-2.065 degrees ! Estimated noise=1030.55 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 7.627 at -2.065 degrees (North through East) ! Clean map min=-0.0051615 max=0.081388 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.341 mas, bmaj=6.406 mas, bpa=-2.407 degrees ! Estimated noise=2296.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0814148 Jy ! Component: 100 - total flux cleaned = 0.117857 Jy ! Component: 150 - total flux cleaned = 0.13933 Jy ! Component: 200 - total flux cleaned = 0.152965 Jy ! Total flux subtracted in 200 components = 0.152965 Jy ! Clean residual min=-0.009561 max=0.011004 Jy/beam ! Clean residual mean=-0.000010 rms=0.002440 Jy/beam ! Combined flux in latest and established models = 0.152965 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.152965 Jy ! Inverting map and beam ! Estimated beam: bmin=2.932 mas, bmaj=7.627 mas, bpa=-2.065 degrees ! Estimated noise=1030.55 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114754 Jy ! Component: 100 - total flux cleaned = 0.0158308 Jy ! Component: 150 - total flux cleaned = 0.0173022 Jy ! Component: 200 - total flux cleaned = 0.0181859 Jy ! Total flux subtracted in 200 components = 0.0181859 Jy ! Clean residual min=-0.003181 max=0.003200 Jy/beam ! Clean residual mean=-0.000012 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.171151 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 50 components and 0.171151 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=8.856 mas, bmaj=26.05 mas, bpa=3.354 degrees ! Estimated noise=1313.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00081818 Jy ! Component: 100 - total flux cleaned = 0.000881154 Jy ! Component: 150 - total flux cleaned = 0.000833441 Jy ! Component: 200 - total flux cleaned = 0.000741308 Jy ! Total flux subtracted in 200 components = 0.000741308 Jy ! Clean residual min=-0.002968 max=0.003324 Jy/beam ! Clean residual mean=-0.000024 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.171893 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 = -4.13176e-05 Jy ! Component: 100 - total flux cleaned = -4.25842e-05 Jy ! Component: 150 - total flux cleaned = -4.14663e-05 Jy ! Component: 200 - total flux cleaned = -4.03803e-05 Jy ! Total flux subtracted in 200 components = -4.03803e-05 Jy ! Clean residual min=-0.002943 max=0.003295 Jy/beam ! Clean residual mean=-0.000025 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.171852 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.171852 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.932 mas, bmaj=7.627 mas, bpa=-2.065 degrees ! Estimated noise=1030.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159304 Jy ! Component: 100 - total flux cleaned = 3.92992e-06 Jy ! Component: 150 - total flux cleaned = 0.0001471 Jy ! Component: 200 - total flux cleaned = 0.000214914 Jy ! Total flux subtracted in 200 components = 0.000214914 Jy ! Clean residual min=-0.002978 max=0.002948 Jy/beam ! Clean residual mean=-0.000011 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.172067 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 90 components and 0.172067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145379Jy sigma=0.000666 ! Fit after self-cal, rms=0.145302Jy sigma=0.000665 wmodel J1540-3906_S_2017_06_15_pus_map.mod ! Writing 90 model components to file: J1540-3906_S_2017_06_15_pus_map.mod wobs J1540-3906_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1540-3906_S_2017_06_15_pus_uvs.fits wwins J1540-3906_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1540-3906_S_2017_06_15_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.000344166 Jy ! Component: 100 - total flux cleaned = 0.000983666 Jy ! Component: 150 - total flux cleaned = 0.00126191 Jy ! Component: 200 - total flux cleaned = 0.00135066 Jy ! Component: 250 - total flux cleaned = 0.00160233 Jy ! Component: 300 - total flux cleaned = 0.00176441 Jy ! Component: 350 - total flux cleaned = 0.00203955 Jy ! Component: 400 - total flux cleaned = 0.00219129 Jy ! Component: 450 - total flux cleaned = 0.00233824 Jy ! Component: 500 - total flux cleaned = 0.00255292 Jy ! Component: 550 - total flux cleaned = 0.00276233 Jy ! Component: 600 - total flux cleaned = 0.00303376 Jy ! Component: 650 - total flux cleaned = 0.00329839 Jy ! Component: 700 - total flux cleaned = 0.00355693 Jy ! Component: 750 - total flux cleaned = 0.00384122 Jy ! Component: 800 - total flux cleaned = 0.0040259 Jy ! Component: 850 - total flux cleaned = 0.004237 Jy ! Component: 900 - total flux cleaned = 0.00429523 Jy ! Component: 950 - total flux cleaned = 0.00441174 Jy ! Component: 1000 - total flux cleaned = 0.00463891 Jy ! Component: 1050 - total flux cleaned = 0.00474918 Jy ! Component: 1100 - total flux cleaned = 0.0049398 Jy ! Component: 1150 - total flux cleaned = 0.00502027 Jy ! Component: 1200 - total flux cleaned = 0.00515214 Jy ! Component: 1250 - total flux cleaned = 0.00533275 Jy ! Component: 1300 - total flux cleaned = 0.0054599 Jy ! Component: 1350 - total flux cleaned = 0.00571029 Jy ! Component: 1400 - total flux cleaned = 0.00585767 Jy ! Component: 1450 - total flux cleaned = 0.00595467 Jy ! Component: 1500 - total flux cleaned = 0.00607327 Jy ! Component: 1550 - total flux cleaned = 0.00607353 Jy ! Component: 1600 - total flux cleaned = 0.00621219 Jy ! Component: 1650 - total flux cleaned = 0.00625734 Jy ! Component: 1700 - total flux cleaned = 0.00636914 Jy ! Component: 1750 - total flux cleaned = 0.00643547 Jy ! Component: 1800 - total flux cleaned = 0.00665378 Jy ! Component: 1850 - total flux cleaned = 0.00667496 Jy ! Component: 1900 - total flux cleaned = 0.00676047 Jy ! Component: 1950 - total flux cleaned = 0.00688688 Jy ! Component: 2000 - total flux cleaned = 0.00705308 Jy ! Component: 2050 - total flux cleaned = 0.00715535 Jy ! Component: 2100 - total flux cleaned = 0.00727672 Jy ! Component: 2150 - total flux cleaned = 0.00739695 Jy ! Component: 2200 - total flux cleaned = 0.007575 Jy ! Component: 2250 - total flux cleaned = 0.00761406 Jy ! Component: 2300 - total flux cleaned = 0.00772995 Jy ! Component: 2350 - total flux cleaned = 0.00778707 Jy ! Component: 2400 - total flux cleaned = 0.00786284 Jy ! Component: 2450 - total flux cleaned = 0.00791901 Jy ! Component: 2500 - total flux cleaned = 0.0079748 Jy ! Component: 2550 - total flux cleaned = 0.00812132 Jy ! Component: 2600 - total flux cleaned = 0.00813943 Jy ! Component: 2650 - total flux cleaned = 0.0082829 Jy ! Component: 2700 - total flux cleaned = 0.00830091 Jy ! Component: 2750 - total flux cleaned = 0.00849452 Jy ! Component: 2800 - total flux cleaned = 0.00858168 Jy ! Component: 2850 - total flux cleaned = 0.0086335 Jy ! Component: 2900 - total flux cleaned = 0.00871927 Jy ! Component: 2950 - total flux cleaned = 0.00878701 Jy ! Component: 3000 - total flux cleaned = 0.00888799 Jy ! Component: 3050 - total flux cleaned = 0.00893804 Jy ! Component: 3100 - total flux cleaned = 0.00897106 Jy ! Component: 3150 - total flux cleaned = 0.00898756 Jy ! Component: 3200 - total flux cleaned = 0.00903667 Jy ! Component: 3250 - total flux cleaned = 0.0090529 Jy ! Component: 3300 - total flux cleaned = 0.00918131 Jy ! Component: 3350 - total flux cleaned = 0.00916535 Jy ! Component: 3400 - total flux cleaned = 0.0092447 Jy ! Component: 3450 - total flux cleaned = 0.00926036 Jy ! Component: 3500 - total flux cleaned = 0.00930723 Jy ! Component: 3550 - total flux cleaned = 0.00932282 Jy ! Component: 3600 - total flux cleaned = 0.00932286 Jy ! Component: 3650 - total flux cleaned = 0.00939984 Jy ! Component: 3700 - total flux cleaned = 0.00944571 Jy ! Component: 3750 - total flux cleaned = 0.00941527 Jy ! Component: 3800 - total flux cleaned = 0.00944558 Jy ! Component: 3850 - total flux cleaned = 0.0094908 Jy ! Component: 3900 - total flux cleaned = 0.0094909 Jy ! Component: 3950 - total flux cleaned = 0.00950581 Jy ! Component: 4000 - total flux cleaned = 0.00956511 Jy ! Component: 4050 - total flux cleaned = 0.00956508 Jy ! Total flux subtracted in 4096 components = 0.00956506 Jy ! Clean residual min=-0.000937 max=0.001044 Jy/beam ! Clean residual mean=-0.000004 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.181632 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 372 components and 0.181632 Jy ![Exited script file: muppet] wmap "J1540-3906_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 7.627 at -2.065 degrees (North through East) ! Clean map min=-0.0062312 max=0.07944 Jy/beam ! Writing clean map to FITS file: J1540-3906_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.07944 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000253414 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.957 0.957 1.914 3.828 7.656 15.312 30.624 61.248 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.079 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 7.627 at -2.065 degrees (North through East) ! Clean map min=-0.0062312 max=0.07944 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 J1540-3906_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:23:19 2019