! Started logfile: J0058-3234_S_2017_03_23_pus_uvs.log on Mon May 13 09:45:17 2019 obs J0058-3234_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0058-3234_S_2017_03_23_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.844444 visibilities/baseline/integration-bin. ! Found source: J0058-3234 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 481 lines of history. ! ! Reading 11400 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 J0058-3234_S_2017_03_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 309 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.925745Jy sigma=0.005061 ! Fit after self-cal, rms=0.896003Jy sigma=0.004915 ! 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.365 mas, bmaj=6.788 mas, bpa=-7.899 degrees ! Estimated noise=1937.44 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.0832504 Jy ! Component: 100 - total flux cleaned = 0.104959 Jy ! Total flux subtracted in 100 components = 0.104959 Jy ! Clean residual min=-0.006385 max=0.009602 Jy/beam ! Clean residual mean=-0.000012 rms=0.001615 Jy/beam ! Combined flux in latest and established models = 0.104959 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.104959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135726Jy sigma=0.000672 ! Fit after self-cal, rms=0.135635Jy sigma=0.000671 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00976665 Jy ! Component: 100 - total flux cleaned = 0.0150583 Jy ! Total flux subtracted in 100 components = 0.0150583 Jy ! Clean residual min=-0.005411 max=0.006388 Jy/beam ! Clean residual mean=-0.000010 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.120017 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.120017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134525Jy sigma=0.000665 ! Fit after self-cal, rms=0.134511Jy sigma=0.000665 ! 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.962 mas, bmaj=7.768 mas, bpa=-8.213 degrees ! Estimated noise=1355.04 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, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00835551 Jy ! Component: 100 - total flux cleaned = 0.0128764 Jy ! Component: 150 - total flux cleaned = 0.0155266 Jy ! Component: 200 - total flux cleaned = 0.016982 Jy ! Total flux subtracted in 200 components = 0.016982 Jy ! Clean residual min=-0.003783 max=0.004342 Jy/beam ! Clean residual mean=-0.000014 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.136999 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.136999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133938Jy sigma=0.000662 ! Fit after self-cal, rms=0.133944Jy sigma=0.000661 ! 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.96 FD 1.00 HN 1.09 KP 0.99 ! LA 1.05 MK 0.99 NL 0.93 OV 1.08 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.29 KP 1.00 ! LA 0.94 MK 0.98 NL 1.04 OV 1.01 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 1.25 KP 0.92 ! LA 0.79 MK 1.03 NL 1.10 OV 0.97 ! PT 0.97 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.99 FD 1.09 HN 0.97 KP 1.00* ! LA 0.82 MK 1.11 NL 1.00* OV 1.23 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.133944Jy sigma=0.000661 ! Fit after self-cal, rms=0.136569Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.749 mas, bpa=-7.847 degrees ! Estimated noise=1361.94 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.000338532 Jy ! Component: 100 - total flux cleaned = 0.000200253 Jy ! Component: 150 - total flux cleaned = 5.09938e-05 Jy ! Component: 200 - total flux cleaned = -1.47207e-05 Jy ! Total flux subtracted in 200 components = -1.47207e-05 Jy ! Clean residual min=-0.003189 max=0.003144 Jy/beam ! Clean residual mean=0.000014 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.136984 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 63 components and 0.136984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136533Jy sigma=0.000658 ! Fit after self-cal, rms=0.136618Jy sigma=0.000658 ! 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.136618Jy sigma=0.000658 ! Fit after self-cal, rms=0.139139Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.755 mas, bpa=-7.921 degrees ! Estimated noise=1361.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126488 Jy ! Component: 100 - total flux cleaned = -0.000185595 Jy ! Component: 150 - total flux cleaned = -0.000264132 Jy ! Component: 200 - total flux cleaned = -0.00031136 Jy ! Total flux subtracted in 200 components = -0.00031136 Jy ! Clean residual min=-0.002757 max=0.003066 Jy/beam ! Clean residual mean=0.000006 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.136673 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.136673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139123Jy sigma=0.000657 ! Fit after self-cal, rms=0.139213Jy sigma=0.000656 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.20373e-05 Jy ! Component: 100 - total flux cleaned = -9.34368e-05 Jy ! Component: 150 - total flux cleaned = -0.000116256 Jy ! Component: 200 - total flux cleaned = -0.000136404 Jy ! Total flux subtracted in 200 components = -0.000136404 Jy ! Clean residual min=-0.002754 max=0.003006 Jy/beam ! Clean residual mean=0.000006 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.136537 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 0.136537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139202Jy sigma=0.000656 ! Fit after self-cal, rms=0.139203Jy sigma=0.000656 ! 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.139203Jy sigma=0.000656 ! Fit after self-cal, rms=0.140131Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.753 mas, bpa=-7.889 degrees ! Estimated noise=1362.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.85457e-05 Jy ! Component: 100 - total flux cleaned = 6.03186e-07 Jy ! Component: 150 - total flux cleaned = -2.06424e-05 Jy ! Component: 200 - total flux cleaned = -2.0949e-05 Jy ! Total flux subtracted in 200 components = -2.0949e-05 Jy ! Clean residual min=-0.002727 max=0.002977 Jy/beam ! Clean residual mean=0.000006 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.136516 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.136516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140121Jy sigma=0.000656 ! Fit after self-cal, rms=0.140142Jy sigma=0.000656 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.38064e-06 Jy ! Component: 100 - total flux cleaned = -1.23399e-05 Jy ! Component: 150 - total flux cleaned = -1.29591e-05 Jy ! Component: 200 - total flux cleaned = -3.08842e-05 Jy ! Total flux subtracted in 200 components = -3.08842e-05 Jy ! Clean residual min=-0.002729 max=0.002960 Jy/beam ! Clean residual mean=0.000006 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.136485 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.136485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140135Jy sigma=0.000656 ! Fit after self-cal, rms=0.140135Jy sigma=0.000656 ! 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.140135Jy sigma=0.000656 ! Fit after self-cal, rms=0.140572Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.066 mas, bmaj=21.47 mas, bpa=-2.158 degrees ! Estimated noise=1757.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178533 Jy ! Component: 100 - total flux cleaned = -0.000167127 Jy ! Component: 150 - total flux cleaned = -0.000156367 Jy ! Component: 200 - total flux cleaned = -0.000155789 Jy ! Total flux subtracted in 200 components = -0.000155789 Jy ! Clean residual min=-0.002930 max=0.002877 Jy/beam ! Clean residual mean=0.000009 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.136329 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 98 components and 0.136329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140572Jy sigma=0.000656 ! Fit after self-cal, rms=0.140565Jy sigma=0.000656 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.55682e-05 Jy ! Component: 100 - total flux cleaned = -5.41685e-05 Jy ! Component: 150 - total flux cleaned = -6.75187e-05 Jy ! Component: 200 - total flux cleaned = -9.09987e-05 Jy ! Total flux subtracted in 200 components = -9.09987e-05 Jy ! Clean residual min=-0.002896 max=0.002871 Jy/beam ! Clean residual mean=0.000009 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.136238 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 102 components and 0.136238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140564Jy sigma=0.000656 ! Fit after self-cal, rms=0.140562Jy sigma=0.000656 ! 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.982 mas, bmaj=7.75 mas, bpa=-7.852 degrees ! Estimated noise=1363.44 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 7.75 at -7.852 degrees (North through East) ! Clean map min=-0.0027212 max=0.10625 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.38 mas, bmaj=6.748 mas, bpa=-7.471 degrees ! Estimated noise=1976.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0841547 Jy ! Component: 100 - total flux cleaned = 0.107915 Jy ! Component: 150 - total flux cleaned = 0.118396 Jy ! Component: 200 - total flux cleaned = 0.124547 Jy ! Total flux subtracted in 200 components = 0.124547 Jy ! Clean residual min=-0.005450 max=0.004853 Jy/beam ! Clean residual mean=-0.000005 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.124547 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.124547 Jy ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.75 mas, bpa=-7.852 degrees ! Estimated noise=1363.44 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.00566337 Jy ! Component: 100 - total flux cleaned = 0.00863875 Jy ! Component: 150 - total flux cleaned = 0.0103445 Jy ! Component: 200 - total flux cleaned = 0.0107241 Jy ! Total flux subtracted in 200 components = 0.0107241 Jy ! Clean residual min=-0.002788 max=0.002956 Jy/beam ! Clean residual mean=0.000004 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.135271 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 47 components and 0.135271 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.066 mas, bmaj=21.47 mas, bpa=-2.158 degrees ! Estimated noise=1757.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000602615 Jy ! Component: 100 - total flux cleaned = 0.000636491 Jy ! Component: 150 - total flux cleaned = 0.000655898 Jy ! Component: 200 - total flux cleaned = 0.000637949 Jy ! Total flux subtracted in 200 components = 0.000637949 Jy ! Clean residual min=-0.002959 max=0.002858 Jy/beam ! Clean residual mean=0.000008 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.135909 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 = -1.43087e-05 Jy ! Component: 100 - total flux cleaned = -3.91606e-05 Jy ! Component: 150 - total flux cleaned = -4.98298e-05 Jy ! Component: 200 - total flux cleaned = -5.96346e-05 Jy ! Total flux subtracted in 200 components = -5.96346e-05 Jy ! Clean residual min=-0.002916 max=0.002848 Jy/beam ! Clean residual mean=0.000007 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.13585 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.13585 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.75 mas, bpa=-7.852 degrees ! Estimated noise=1363.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.51126e-05 Jy ! Component: 100 - total flux cleaned = 9.65484e-05 Jy ! Component: 150 - total flux cleaned = 9.68487e-05 Jy ! Component: 200 - total flux cleaned = 9.67881e-05 Jy ! Total flux subtracted in 200 components = 9.67881e-05 Jy ! Clean residual min=-0.002793 max=0.002960 Jy/beam ! Clean residual mean=0.000005 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.135946 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.135946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140583Jy sigma=0.000656 ! Fit after self-cal, rms=0.140563Jy sigma=0.000656 wmodel J0058-3234_S_2017_03_23_pus_map.mod ! Writing 75 model components to file: J0058-3234_S_2017_03_23_pus_map.mod wobs J0058-3234_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0058-3234_S_2017_03_23_pus_uvs.fits wwins J0058-3234_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0058-3234_S_2017_03_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000991472 Jy ! Component: 100 - total flux cleaned = 0.000939381 Jy ! Component: 150 - total flux cleaned = 0.00075021 Jy ! Component: 200 - total flux cleaned = 0.000427787 Jy ! Component: 250 - total flux cleaned = 7.05016e-05 Jy ! Component: 300 - total flux cleaned = -0.000232607 Jy ! Component: 350 - total flux cleaned = -0.00056977 Jy ! Component: 400 - total flux cleaned = -0.000899061 Jy ! Component: 450 - total flux cleaned = -0.00142018 Jy ! Component: 500 - total flux cleaned = -0.00165446 Jy ! Component: 550 - total flux cleaned = -0.00200022 Jy ! Component: 600 - total flux cleaned = -0.00215121 Jy ! Component: 650 - total flux cleaned = -0.00237311 Jy ! Component: 700 - total flux cleaned = -0.00262712 Jy ! Component: 750 - total flux cleaned = -0.00291119 Jy ! Component: 800 - total flux cleaned = -0.00308545 Jy ! Component: 850 - total flux cleaned = -0.00332562 Jy ! Component: 900 - total flux cleaned = -0.00349414 Jy ! Component: 950 - total flux cleaned = -0.00352712 Jy ! Component: 1000 - total flux cleaned = -0.00352769 Jy ! Component: 1050 - total flux cleaned = -0.00356074 Jy ! Component: 1100 - total flux cleaned = -0.00368743 Jy ! Component: 1150 - total flux cleaned = -0.00365618 Jy ! Component: 1200 - total flux cleaned = -0.00368708 Jy ! Component: 1250 - total flux cleaned = -0.00365636 Jy ! Component: 1300 - total flux cleaned = -0.00359638 Jy ! Component: 1350 - total flux cleaned = -0.00377436 Jy ! Component: 1400 - total flux cleaned = -0.00380368 Jy ! Component: 1450 - total flux cleaned = -0.00383259 Jy ! Component: 1500 - total flux cleaned = -0.00403323 Jy ! Component: 1550 - total flux cleaned = -0.00403344 Jy ! Component: 1600 - total flux cleaned = -0.00411729 Jy ! Component: 1650 - total flux cleaned = -0.00417281 Jy ! Component: 1700 - total flux cleaned = -0.00428266 Jy ! Component: 1750 - total flux cleaned = -0.00428294 Jy ! Component: 1800 - total flux cleaned = -0.00452454 Jy ! Component: 1850 - total flux cleaned = -0.00463029 Jy ! Component: 1900 - total flux cleaned = -0.00468289 Jy ! Component: 1950 - total flux cleaned = -0.00478719 Jy ! Component: 2000 - total flux cleaned = -0.00486442 Jy ! Component: 2050 - total flux cleaned = -0.004966 Jy ! Component: 2100 - total flux cleaned = -0.00501644 Jy ! Component: 2150 - total flux cleaned = -0.00509109 Jy ! Component: 2200 - total flux cleaned = -0.00519031 Jy ! Component: 2250 - total flux cleaned = -0.00523938 Jy ! Component: 2300 - total flux cleaned = -0.00536064 Jy ! Component: 2350 - total flux cleaned = -0.00550514 Jy ! Component: 2400 - total flux cleaned = -0.00552883 Jy ! Component: 2450 - total flux cleaned = -0.00559963 Jy ! Component: 2500 - total flux cleaned = -0.00569362 Jy ! Component: 2550 - total flux cleaned = -0.00571716 Jy ! Component: 2600 - total flux cleaned = -0.00578641 Jy ! Component: 2650 - total flux cleaned = -0.00599191 Jy ! Component: 2700 - total flux cleaned = -0.00596921 Jy ! Component: 2750 - total flux cleaned = -0.00605895 Jy ! Component: 2800 - total flux cleaned = -0.00605872 Jy ! Component: 2850 - total flux cleaned = -0.00616939 Jy ! Component: 2900 - total flux cleaned = -0.00623527 Jy ! Component: 2950 - total flux cleaned = -0.006279 Jy ! Component: 3000 - total flux cleaned = -0.00636525 Jy ! Component: 3050 - total flux cleaned = -0.00638676 Jy ! Component: 3100 - total flux cleaned = -0.00651455 Jy ! Component: 3150 - total flux cleaned = -0.00664128 Jy ! Component: 3200 - total flux cleaned = -0.00668288 Jy ! Component: 3250 - total flux cleaned = -0.00678686 Jy ! Component: 3300 - total flux cleaned = -0.00691065 Jy ! Component: 3350 - total flux cleaned = -0.00691068 Jy ! Component: 3400 - total flux cleaned = -0.00699221 Jy ! Component: 3450 - total flux cleaned = -0.00717394 Jy ! Component: 3500 - total flux cleaned = -0.00721396 Jy ! Component: 3550 - total flux cleaned = -0.00727376 Jy ! Component: 3600 - total flux cleaned = -0.00729364 Jy ! Component: 3650 - total flux cleaned = -0.00733302 Jy ! Component: 3700 - total flux cleaned = -0.00743106 Jy ! Component: 3750 - total flux cleaned = -0.0076251 Jy ! Component: 3800 - total flux cleaned = -0.0076251 Jy ! Component: 3850 - total flux cleaned = -0.0077209 Jy ! Component: 3900 - total flux cleaned = -0.00777824 Jy ! Component: 3950 - total flux cleaned = -0.00781639 Jy ! Component: 4000 - total flux cleaned = -0.00791072 Jy ! Component: 4050 - total flux cleaned = -0.00802295 Jy ! Total flux subtracted in 4096 components = -0.00813436 Jy ! Clean residual min=-0.001022 max=0.001094 Jy/beam ! Clean residual mean=0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.127812 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 376 components and 0.127812 Jy ![Exited script file: muppet] wmap "J0058-3234_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 7.75 at -7.852 degrees (North through East) ! Clean map min=-0.0022842 max=0.1071 Jy/beam ! Writing clean map to FITS file: J0058-3234_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107097 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000338212 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.947398 0.947398 1.8948 3.78959 7.57918 15.1584 30.3167 60.6335 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.982 x 7.75 at -7.852 degrees (North through East) ! Clean map min=-0.0022842 max=0.1071 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 J0058-3234_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:45:22 2019