! Started logfile: J2109-4110_S_2017_02_24_pus_uvs.log on Sat May 4 11:35:27 2019 obs J2109-4110_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2109-4110_S_2017_02_24_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.5375 visibilities/baseline/integration-bin. ! Found source: J2109-4110 ! ! 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 823 lines of history. ! ! Reading 1548 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 J2109-4110_S_2017_02_24_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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.593634Jy sigma=0.002893 ! Fit after self-cal, rms=0.579767Jy sigma=0.002814 ! 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.664 mas, bmaj=8.674 mas, bpa=3.937 degrees ! Estimated noise=4827.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.350538 Jy ! Component: 100 - total flux cleaned = 0.507432 Jy ! Total flux subtracted in 100 components = 0.507432 Jy ! Clean residual min=-0.052965 max=0.110191 Jy/beam ! Clean residual mean=-0.001187 rms=0.015627 Jy/beam ! Combined flux in latest and established models = 0.507432 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.507432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.283620Jy sigma=0.001510 ! Fit after self-cal, rms=0.283513Jy sigma=0.001507 ! Inverting map ! Added new window around map position (4, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110423 Jy ! Component: 100 - total flux cleaned = 0.179227 Jy ! Total flux subtracted in 100 components = 0.179227 Jy ! Clean residual min=-0.035604 max=0.054253 Jy/beam ! Clean residual mean=-0.000828 rms=0.009623 Jy/beam ! Combined flux in latest and established models = 0.686659 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 40 components and 0.686659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214838Jy sigma=0.001065 ! Fit after self-cal, rms=0.212675Jy sigma=0.001057 ! 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.291 mas, bmaj=10.49 mas, bpa=3.502 degrees ! Estimated noise=3890.77 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.0811808 Jy ! Component: 100 - total flux cleaned = 0.126174 Jy ! Component: 150 - total flux cleaned = 0.151932 Jy ! Component: 200 - total flux cleaned = 0.166739 Jy ! Total flux subtracted in 200 components = 0.166739 Jy ! Clean residual min=-0.027895 max=0.051455 Jy/beam ! Clean residual mean=-0.001041 rms=0.009334 Jy/beam ! Combined flux in latest and established models = 0.853398 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 66 components and 0.853398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186181Jy sigma=0.000850 ! Fit after self-cal, rms=0.183474Jy sigma=0.000840 ! Inverting map ! Added new window around map position (13, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0502533 Jy ! Component: 100 - total flux cleaned = 0.0737166 Jy ! Component: 150 - total flux cleaned = 0.087015 Jy ! Component: 200 - total flux cleaned = 0.0925223 Jy ! Total flux subtracted in 200 components = 0.0925223 Jy ! Clean residual min=-0.020469 max=0.027526 Jy/beam ! Clean residual mean=-0.000719 rms=0.005828 Jy/beam ! Combined flux in latest and established models = 0.94592 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 98 components and 0.94592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169921Jy sigma=0.000764 ! Fit after self-cal, rms=0.167966Jy sigma=0.000750 ! 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.00* FD 1.04 HN 1.25 KP 1.00 ! LA 0.94 MK 0.86 NL 1.09 OV 1.04 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.13 KP 0.94 ! LA 0.92 MK 0.89 NL 1.09 OV 1.06 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.13 KP 1.04 ! LA 1.00 MK 1.01 NL 1.33 OV 0.99 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.11 KP 1.00* ! LA 0.84 MK 1.00 NL 1.00* OV 1.01 ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.167966Jy sigma=0.000750 ! Fit after self-cal, rms=0.169235Jy sigma=0.000700 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=10.36 mas, bpa=3.411 degrees ! Estimated noise=3908.22 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.0013422 Jy ! Component: 100 - total flux cleaned = 0.0027568 Jy ! Component: 150 - total flux cleaned = 0.00350306 Jy ! Component: 200 - total flux cleaned = 0.00393273 Jy ! Total flux subtracted in 200 components = 0.00393273 Jy ! Clean residual min=-0.012370 max=0.010963 Jy/beam ! Clean residual mean=-0.000315 rms=0.003530 Jy/beam ! Combined flux in latest and established models = 0.949853 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 121 components and 0.949853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168253Jy sigma=0.000696 ! Fit after self-cal, rms=0.168419Jy sigma=0.000695 ! 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.168419Jy sigma=0.000695 ! Fit after self-cal, rms=0.167977Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=10.42 mas, bpa=3.386 degrees ! Estimated noise=3898.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000413468 Jy ! Component: 100 - total flux cleaned = 0.00114704 Jy ! Component: 150 - total flux cleaned = 0.00146203 Jy ! Component: 200 - total flux cleaned = 0.00160748 Jy ! Total flux subtracted in 200 components = 0.00160748 Jy ! Clean residual min=-0.011117 max=0.010131 Jy/beam ! Clean residual mean=-0.000099 rms=0.002846 Jy/beam ! Combined flux in latest and established models = 0.95146 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.95146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167515Jy sigma=0.000674 ! Fit after self-cal, rms=0.167549Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238468 Jy ! Component: 100 - total flux cleaned = 0.000366183 Jy ! Component: 150 - total flux cleaned = 0.000362935 Jy ! Component: 200 - total flux cleaned = 0.00036407 Jy ! Total flux subtracted in 200 components = 0.00036407 Jy ! Clean residual min=-0.010660 max=0.010076 Jy/beam ! Clean residual mean=-0.000098 rms=0.002811 Jy/beam ! Combined flux in latest and established models = 0.951824 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 139 components and 0.951824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167317Jy sigma=0.000673 ! Fit after self-cal, rms=0.167335Jy 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.167335Jy sigma=0.000673 ! Fit after self-cal, rms=0.168534Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.242 mas, bmaj=10.44 mas, bpa=3.485 degrees ! Estimated noise=3893.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110282 Jy ! Component: 100 - total flux cleaned = -0.000875804 Jy ! Component: 150 - total flux cleaned = -0.000669408 Jy ! Component: 200 - total flux cleaned = -0.000671884 Jy ! Total flux subtracted in 200 components = -0.000671884 Jy ! Clean residual min=-0.010614 max=0.010133 Jy/beam ! Clean residual mean=-0.000082 rms=0.002754 Jy/beam ! Combined flux in latest and established models = 0.951153 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 145 components and 0.951152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168349Jy sigma=0.000672 ! Fit after self-cal, rms=0.168400Jy 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 = 0.000189532 Jy ! Component: 100 - total flux cleaned = 9.50096e-05 Jy ! Component: 150 - total flux cleaned = 9.59102e-05 Jy ! Component: 200 - total flux cleaned = 1.22151e-05 Jy ! Total flux subtracted in 200 components = 1.22151e-05 Jy ! Clean residual min=-0.010386 max=0.010093 Jy/beam ! Clean residual mean=-0.000082 rms=0.002733 Jy/beam ! Combined flux in latest and established models = 0.951165 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 149 components and 0.951165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168276Jy sigma=0.000672 ! Fit after self-cal, rms=0.168306Jy 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.168306Jy sigma=0.000672 ! Fit after self-cal, rms=0.168975Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.829 mas, bmaj=28.55 mas, bpa=0.5258 degrees ! Estimated noise=4771.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000297977 Jy ! Component: 100 - total flux cleaned = -0.000449379 Jy ! Component: 150 - total flux cleaned = -0.000519314 Jy ! Component: 200 - total flux cleaned = -0.000588058 Jy ! Total flux subtracted in 200 components = -0.000588058 Jy ! Clean residual min=-0.012016 max=0.012546 Jy/beam ! Clean residual mean=-0.000151 rms=0.003437 Jy/beam ! Combined flux in latest and established models = 0.950577 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 156 components and 0.950577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168906Jy sigma=0.000672 ! Fit after self-cal, rms=0.168930Jy 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 = 0.000161927 Jy ! Component: 100 - total flux cleaned = 0.000234887 Jy ! Component: 150 - total flux cleaned = 0.000165837 Jy ! Component: 200 - total flux cleaned = 4.37215e-05 Jy ! Total flux subtracted in 200 components = 4.37215e-05 Jy ! Clean residual min=-0.011922 max=0.012652 Jy/beam ! Clean residual mean=-0.000150 rms=0.003426 Jy/beam ! Combined flux in latest and established models = 0.95062 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 158 components and 0.95062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168874Jy sigma=0.000672 ! Fit after self-cal, rms=0.168892Jy 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=3.241 mas, bmaj=10.46 mas, bpa=3.569 degrees ! Estimated noise=3889.44 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 10.46 at 3.569 degrees (North through East) ! Clean map min=-0.0099066 max=0.41467 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.626 mas, bmaj=8.655 mas, bpa=4.139 degrees ! Estimated noise=4826.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.353088 Jy ! Component: 100 - total flux cleaned = 0.521142 Jy ! Component: 150 - total flux cleaned = 0.62317 Jy ! Component: 200 - total flux cleaned = 0.689813 Jy ! Total flux subtracted in 200 components = 0.689813 Jy ! Clean residual min=-0.026734 max=0.040838 Jy/beam ! Clean residual mean=-0.000628 rms=0.008126 Jy/beam ! Combined flux in latest and established models = 0.689813 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 54 model components to the UV plane model. ! The established model now contains 54 components and 0.689813 Jy ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=10.46 mas, bpa=3.569 degrees ! Estimated noise=3889.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.0816716 Jy ! Component: 100 - total flux cleaned = 0.135251 Jy ! Component: 150 - total flux cleaned = 0.171435 Jy ! Component: 200 - total flux cleaned = 0.196152 Jy ! Total flux subtracted in 200 components = 0.196152 Jy ! Clean residual min=-0.014265 max=0.016792 Jy/beam ! Clean residual mean=-0.000344 rms=0.004222 Jy/beam ! Combined flux in latest and established models = 0.885965 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 125 components and 0.885965 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.829 mas, bmaj=28.55 mas, bpa=0.5258 degrees ! Estimated noise=4771.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0263177 Jy ! Component: 100 - total flux cleaned = 0.0406844 Jy ! Component: 150 - total flux cleaned = 0.0489564 Jy ! Component: 200 - total flux cleaned = 0.0537737 Jy ! Total flux subtracted in 200 components = 0.0537737 Jy ! Clean residual min=-0.012397 max=0.011628 Jy/beam ! Clean residual mean=-0.000227 rms=0.003412 Jy/beam ! Combined flux in latest and established models = 0.939738 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.00282649 Jy ! Component: 100 - total flux cleaned = 0.00450494 Jy ! Component: 150 - total flux cleaned = 0.00520202 Jy ! Component: 200 - total flux cleaned = 0.00530884 Jy ! Total flux subtracted in 200 components = 0.00530884 Jy ! Clean residual min=-0.011825 max=0.012105 Jy/beam ! Clean residual mean=-0.000186 rms=0.003310 Jy/beam ! Combined flux in latest and established models = 0.945047 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 175 components and 0.945047 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=10.46 mas, bpa=3.569 degrees ! Estimated noise=3889.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00169018 Jy ! Component: 100 - total flux cleaned = -0.00184159 Jy ! Component: 150 - total flux cleaned = -0.00184072 Jy ! Component: 200 - total flux cleaned = -0.00206195 Jy ! Total flux subtracted in 200 components = -0.00206195 Jy ! Clean residual min=-0.010872 max=0.009804 Jy/beam ! Clean residual mean=-0.000106 rms=0.002700 Jy/beam ! Combined flux in latest and established models = 0.942985 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 192 components and 0.942985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168764Jy sigma=0.000672 ! Fit after self-cal, rms=0.168681Jy sigma=0.000671 wmodel J2109-4110_S_2017_02_24_pus_map.mod ! Writing 192 model components to file: J2109-4110_S_2017_02_24_pus_map.mod wobs J2109-4110_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2109-4110_S_2017_02_24_pus_uvs.fits wwins J2109-4110_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J2109-4110_S_2017_02_24_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.00239392 Jy ! Component: 100 - total flux cleaned = -0.00370589 Jy ! Component: 150 - total flux cleaned = -0.00400604 Jy ! Component: 200 - total flux cleaned = -0.00429959 Jy ! Component: 250 - total flux cleaned = -0.00498604 Jy ! Component: 300 - total flux cleaned = -0.00591239 Jy ! Component: 350 - total flux cleaned = -0.00680847 Jy ! Component: 400 - total flux cleaned = -0.00792126 Jy ! Component: 450 - total flux cleaned = -0.00839912 Jy ! Component: 500 - total flux cleaned = -0.00886351 Jy ! Component: 550 - total flux cleaned = -0.00942752 Jy ! Component: 600 - total flux cleaned = -0.0100858 Jy ! Component: 650 - total flux cleaned = -0.0109415 Jy ! Component: 700 - total flux cleaned = -0.0116734 Jy ! Component: 750 - total flux cleaned = -0.0122865 Jy ! Component: 800 - total flux cleaned = -0.0126897 Jy ! Component: 850 - total flux cleaned = -0.0132826 Jy ! Component: 900 - total flux cleaned = -0.0140542 Jy ! Component: 950 - total flux cleaned = -0.0142435 Jy ! Component: 1000 - total flux cleaned = -0.015083 Jy ! Component: 1050 - total flux cleaned = -0.0153558 Jy ! Component: 1100 - total flux cleaned = -0.0158974 Jy ! Component: 1150 - total flux cleaned = -0.0165171 Jy ! Component: 1200 - total flux cleaned = -0.016779 Jy ! Component: 1250 - total flux cleaned = -0.0169502 Jy ! Component: 1300 - total flux cleaned = -0.0171194 Jy ! Component: 1350 - total flux cleaned = -0.0170337 Jy ! Component: 1400 - total flux cleaned = -0.017034 Jy ! Component: 1450 - total flux cleaned = -0.0169525 Jy ! Component: 1500 - total flux cleaned = -0.0170332 Jy ! Component: 1550 - total flux cleaned = -0.0170348 Jy ! Component: 1600 - total flux cleaned = -0.0171126 Jy ! Component: 1650 - total flux cleaned = -0.0171128 Jy ! Component: 1700 - total flux cleaned = -0.0173404 Jy ! Component: 1750 - total flux cleaned = -0.0171163 Jy ! Component: 1800 - total flux cleaned = -0.0173389 Jy ! Component: 1850 - total flux cleaned = -0.0172654 Jy ! Component: 1900 - total flux cleaned = -0.0171947 Jy ! Component: 1950 - total flux cleaned = -0.0171957 Jy ! Component: 2000 - total flux cleaned = -0.0169855 Jy ! Component: 2050 - total flux cleaned = -0.0169173 Jy ! Component: 2100 - total flux cleaned = -0.0168489 Jy ! Component: 2150 - total flux cleaned = -0.0163054 Jy ! Component: 2200 - total flux cleaned = -0.0162394 Jy ! Component: 2250 - total flux cleaned = -0.0161728 Jy ! Component: 2300 - total flux cleaned = -0.0159757 Jy ! Component: 2350 - total flux cleaned = -0.0158454 Jy ! Component: 2400 - total flux cleaned = -0.0159085 Jy ! Component: 2450 - total flux cleaned = -0.0157155 Jy ! Component: 2500 - total flux cleaned = -0.0154608 Jy ! Component: 2550 - total flux cleaned = -0.0152721 Jy ! Component: 2600 - total flux cleaned = -0.0151467 Jy ! Component: 2650 - total flux cleaned = -0.0150229 Jy ! Component: 2700 - total flux cleaned = -0.014778 Jy ! Component: 2750 - total flux cleaned = -0.0144745 Jy ! Component: 2800 - total flux cleaned = -0.0144139 Jy ! Component: 2850 - total flux cleaned = -0.0139959 Jy ! Component: 2900 - total flux cleaned = -0.0138192 Jy ! Component: 2950 - total flux cleaned = -0.0137611 Jy ! Component: 3000 - total flux cleaned = -0.0137032 Jy ! Component: 3050 - total flux cleaned = -0.0134726 Jy ! Component: 3100 - total flux cleaned = -0.0133578 Jy ! Component: 3150 - total flux cleaned = -0.0131873 Jy ! Component: 3200 - total flux cleaned = -0.0129621 Jy ! Component: 3250 - total flux cleaned = -0.0129623 Jy ! Component: 3300 - total flux cleaned = -0.0129064 Jy ! Component: 3350 - total flux cleaned = -0.0126856 Jy ! Component: 3400 - total flux cleaned = -0.0127958 Jy ! Component: 3450 - total flux cleaned = -0.0126326 Jy ! Component: 3500 - total flux cleaned = -0.012741 Jy ! Component: 3550 - total flux cleaned = -0.012526 Jy ! Component: 3600 - total flux cleaned = -0.0124728 Jy ! Component: 3650 - total flux cleaned = -0.0124202 Jy ! Component: 3700 - total flux cleaned = -0.0124203 Jy ! Component: 3750 - total flux cleaned = -0.0122628 Jy ! Component: 3800 - total flux cleaned = -0.0122632 Jy ! Component: 3850 - total flux cleaned = -0.0121591 Jy ! Component: 3900 - total flux cleaned = -0.0122105 Jy ! Component: 3950 - total flux cleaned = -0.0121079 Jy ! Component: 4000 - total flux cleaned = -0.0119034 Jy ! Component: 4050 - total flux cleaned = -0.0118021 Jy ! Total flux subtracted in 4096 components = -0.0116508 Jy ! Clean residual min=-0.002979 max=0.003664 Jy/beam ! Clean residual mean=-0.000017 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.931334 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 467 components and 0.931335 Jy ![Exited script file: muppet] wmap "J2109-4110_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 10.46 at 3.569 degrees (North through East) ! Clean map min=-0.0069361 max=0.4484 Jy/beam ! Writing clean map to FITS file: J2109-4110_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.448403 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000934713 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.625361 0.625361 1.25072 2.50144 5.00289 10.0058 20.0115 40.0231 80.0462 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.448 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.241 x 10.46 at 3.569 degrees (North through East) ! Clean map min=-0.0069361 max=0.4484 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 J2109-4110_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:35:31 2019