! Started logfile: J1316-3338_S_2017_06_15_pus_uvs.log on Tue May 7 15:19:03 2019 obs J1316-3338_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1316-3338_S_2017_06_15_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.580057 visibilities/baseline/integration-bin. ! Found source: J1316-3338 ! ! 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 4072 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 J1316-3338_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 298 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.770690Jy sigma=0.005298 ! Fit after self-cal, rms=0.758455Jy sigma=0.005210 ! 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.547 mas, bmaj=7.484 mas, bpa=1.649 degrees ! Estimated noise=2393.13 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.169722 Jy ! Component: 100 - total flux cleaned = 0.247867 Jy ! Total flux subtracted in 100 components = 0.247867 Jy ! Clean residual min=-0.031649 max=0.058269 Jy/beam ! Clean residual mean=-0.000155 rms=0.008133 Jy/beam ! Combined flux in latest and established models = 0.247867 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.247867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205068Jy sigma=0.001445 ! Fit after self-cal, rms=0.204594Jy sigma=0.001442 ! Inverting map ! Added new window around map position (-4.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0582968 Jy ! Component: 100 - total flux cleaned = 0.0980328 Jy ! Total flux subtracted in 100 components = 0.0980328 Jy ! Clean residual min=-0.027937 max=0.043182 Jy/beam ! Clean residual mean=-0.000103 rms=0.006512 Jy/beam ! Combined flux in latest and established models = 0.3459 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 47 components and 0.3459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169427Jy sigma=0.001179 ! Fit after self-cal, rms=0.167913Jy sigma=0.001168 ! 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.162 mas, bmaj=8.892 mas, bpa=1.588 degrees ! Estimated noise=1884.39 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.0648221 Jy ! Component: 100 - total flux cleaned = 0.104019 Jy ! Component: 150 - total flux cleaned = 0.12843 Jy ! Component: 200 - total flux cleaned = 0.143757 Jy ! Total flux subtracted in 200 components = 0.143757 Jy ! Clean residual min=-0.020710 max=0.034524 Jy/beam ! Clean residual mean=-0.000255 rms=0.007040 Jy/beam ! Combined flux in latest and established models = 0.489656 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 81 components and 0.489656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141494Jy sigma=0.000956 ! Fit after self-cal, rms=0.140506Jy sigma=0.000948 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.99 FD 0.85 HN 1.93 KP 0.95 ! LA 0.94 MK 0.91 NL 1.70 OV 0.92 ! PT 0.92 SC 0.97 ! ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 4.41 FD 0.88 HN 1.89 KP 0.93 ! LA 0.89 MK 0.95 NL 1.55 OV 0.91 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.16 FD 0.89 HN 2.13 KP 0.92 ! LA 0.91 MK 0.99 NL 1.12 OV 0.86 ! PT 0.90 SC 0.98 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.46 KP 1.00* ! LA 0.89 MK 1.13 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.140506Jy sigma=0.000948 ! Fit after self-cal, rms=0.165922Jy sigma=0.000715 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=9.224 mas, bpa=3.42 degrees ! Estimated noise=2047.35 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.00260577 Jy ! Component: 100 - total flux cleaned = -0.00312739 Jy ! Component: 150 - total flux cleaned = -0.00359383 Jy ! Component: 200 - total flux cleaned = -0.00421531 Jy ! Total flux subtracted in 200 components = -0.00421531 Jy ! Clean residual min=-0.012208 max=0.012561 Jy/beam ! Clean residual mean=0.000008 rms=0.002972 Jy/beam ! Combined flux in latest and established models = 0.485441 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 86 components and 0.485441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164971Jy sigma=0.000708 ! Fit after self-cal, rms=0.165923Jy sigma=0.000706 ! 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.165923Jy sigma=0.000706 ! Fit after self-cal, rms=0.195725Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=9.148 mas, bpa=3.883 degrees ! Estimated noise=2046.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00152334 Jy ! Component: 100 - total flux cleaned = -0.00130477 Jy ! Component: 150 - total flux cleaned = -0.00147016 Jy ! Component: 200 - total flux cleaned = -0.00176992 Jy ! Total flux subtracted in 200 components = -0.00176992 Jy ! Clean residual min=-0.008874 max=0.010692 Jy/beam ! Clean residual mean=-0.000021 rms=0.001943 Jy/beam ! Combined flux in latest and established models = 0.483671 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.483671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195214Jy sigma=0.000674 ! Fit after self-cal, rms=0.195379Jy 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) ! Added new window around map position (-15, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00615839 Jy ! Component: 100 - total flux cleaned = 0.00781216 Jy ! Component: 150 - total flux cleaned = 0.00865288 Jy ! Component: 200 - total flux cleaned = 0.00908287 Jy ! Total flux subtracted in 200 components = 0.00908287 Jy ! Clean residual min=-0.007530 max=0.006284 Jy/beam ! Clean residual mean=0.000017 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.492754 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.492754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194853Jy sigma=0.000667 ! Fit after self-cal, rms=0.194700Jy 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.194700Jy sigma=0.000667 ! Fit after self-cal, rms=0.199256Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.139 mas, bmaj=9.156 mas, bpa=3.818 degrees ! Estimated noise=2038.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000529385 Jy ! Component: 100 - total flux cleaned = 0.00127187 Jy ! Component: 150 - total flux cleaned = 0.00191999 Jy ! Component: 200 - total flux cleaned = 0.00215275 Jy ! Total flux subtracted in 200 components = 0.00215275 Jy ! Clean residual min=-0.006724 max=0.005882 Jy/beam ! Clean residual mean=0.000002 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.494907 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 122 components and 0.494907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199015Jy sigma=0.000659 ! Fit after self-cal, rms=0.198948Jy sigma=0.000659 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.000237214 Jy ! Component: 100 - total flux cleaned = 0.000317269 Jy ! Component: 150 - total flux cleaned = 0.000314794 Jy ! Component: 200 - total flux cleaned = 0.00041277 Jy ! Total flux subtracted in 200 components = 0.00041277 Jy ! Clean residual min=-0.006483 max=0.005877 Jy/beam ! Clean residual mean=0.000004 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.49532 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 126 components and 0.49532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198801Jy sigma=0.000658 ! Fit after self-cal, rms=0.198776Jy sigma=0.000658 ! 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.198776Jy sigma=0.000658 ! Fit after self-cal, rms=0.201047Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.635 mas, bmaj=24.77 mas, bpa=3.145 degrees ! Estimated noise=2501.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000297891 Jy ! Component: 100 - total flux cleaned = 0.000463935 Jy ! Component: 150 - total flux cleaned = 0.000539946 Jy ! Component: 200 - total flux cleaned = 0.000540936 Jy ! Total flux subtracted in 200 components = 0.000540936 Jy ! Clean residual min=-0.005781 max=0.004538 Jy/beam ! Clean residual mean=0.000005 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 0.495861 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 133 components and 0.495861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200970Jy sigma=0.000656 ! Fit after self-cal, rms=0.200920Jy 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 = 0.000301946 Jy ! Component: 100 - total flux cleaned = 0.00050462 Jy ! Component: 150 - total flux cleaned = 0.000502912 Jy ! Component: 200 - total flux cleaned = 0.000502605 Jy ! Total flux subtracted in 200 components = 0.000502605 Jy ! Clean residual min=-0.005663 max=0.004438 Jy/beam ! Clean residual mean=0.000009 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.496363 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 134 components and 0.496363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200869Jy sigma=0.000656 ! Fit after self-cal, rms=0.200845Jy 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=3.13 mas, bmaj=9.155 mas, bpa=3.689 degrees ! Estimated noise=2029.25 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 9.155 at 3.689 degrees (North through East) ! Clean map min=-0.0061408 max=0.22666 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.49 mas, bmaj=7.565 mas, bpa=3.528 degrees ! Estimated noise=2666.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.186194 Jy ! Component: 100 - total flux cleaned = 0.27828 Jy ! Component: 150 - total flux cleaned = 0.3345 Jy ! Component: 200 - total flux cleaned = 0.370169 Jy ! Total flux subtracted in 200 components = 0.370169 Jy ! Clean residual min=-0.012506 max=0.020071 Jy/beam ! Clean residual mean=-0.000090 rms=0.003595 Jy/beam ! Combined flux in latest and established models = 0.370169 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.370169 Jy ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=9.155 mas, bpa=3.689 degrees ! Estimated noise=2029.25 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.0432554 Jy ! Component: 100 - total flux cleaned = 0.0680907 Jy ! Component: 150 - total flux cleaned = 0.0841979 Jy ! Component: 200 - total flux cleaned = 0.0953447 Jy ! Total flux subtracted in 200 components = 0.0953447 Jy ! Clean residual min=-0.006380 max=0.008170 Jy/beam ! Clean residual mean=-0.000118 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 0.465514 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 81 components and 0.465513 Jy ! Inverting map ! Added new window around map position (4, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00870791 Jy ! Component: 100 - total flux cleaned = 0.0146988 Jy ! Component: 150 - total flux cleaned = 0.019142 Jy ! Component: 200 - total flux cleaned = 0.0212751 Jy ! Total flux subtracted in 200 components = 0.0212751 Jy ! Clean residual min=-0.005304 max=0.005255 Jy/beam ! Clean residual mean=-0.000034 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.486789 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 124 components and 0.486789 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.635 mas, bmaj=24.77 mas, bpa=3.145 degrees ! Estimated noise=2501.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441104 Jy ! Component: 100 - total flux cleaned = 0.00707657 Jy ! Component: 150 - total flux cleaned = 0.00828389 Jy ! Component: 200 - total flux cleaned = 0.00855942 Jy ! Total flux subtracted in 200 components = 0.00855942 Jy ! Clean residual min=-0.004808 max=0.003909 Jy/beam ! Clean residual mean=0.000002 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.495348 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 = 9.59089e-05 Jy ! Component: 100 - total flux cleaned = 0.000184774 Jy ! Component: 150 - total flux cleaned = 0.000313747 Jy ! Component: 200 - total flux cleaned = 0.000391653 Jy ! Total flux subtracted in 200 components = 0.000391653 Jy ! Clean residual min=-0.004821 max=0.003924 Jy/beam ! Clean residual mean=0.000005 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.49574 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 144 components and 0.49574 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=9.155 mas, bpa=3.689 degrees ! Estimated noise=2029.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000628834 Jy ! Component: 100 - total flux cleaned = -0.000699527 Jy ! Component: 150 - total flux cleaned = -0.000766009 Jy ! Component: 200 - total flux cleaned = -0.000768478 Jy ! Total flux subtracted in 200 components = -0.000768478 Jy ! Clean residual min=-0.005120 max=0.005015 Jy/beam ! Clean residual mean=0.000000 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.494971 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 160 components and 0.494971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200291Jy sigma=0.000651 ! Fit after self-cal, rms=0.200232Jy sigma=0.000651 wmodel J1316-3338_S_2017_06_15_pus_map.mod ! Writing 160 model components to file: J1316-3338_S_2017_06_15_pus_map.mod wobs J1316-3338_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1316-3338_S_2017_06_15_pus_uvs.fits wwins J1316-3338_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1316-3338_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.000594131 Jy ! Component: 100 - total flux cleaned = -0.000849666 Jy ! Component: 150 - total flux cleaned = -0.00124473 Jy ! Component: 200 - total flux cleaned = -0.00177524 Jy ! Component: 250 - total flux cleaned = -0.00214095 Jy ! Component: 300 - total flux cleaned = -0.00242394 Jy ! Component: 350 - total flux cleaned = -0.00269916 Jy ! Component: 400 - total flux cleaned = -0.0028337 Jy ! Component: 450 - total flux cleaned = -0.00309729 Jy ! Component: 500 - total flux cleaned = -0.00309671 Jy ! Component: 550 - total flux cleaned = -0.00303325 Jy ! Component: 600 - total flux cleaned = -0.00309656 Jy ! Component: 650 - total flux cleaned = -0.00321981 Jy ! Component: 700 - total flux cleaned = -0.00334047 Jy ! Component: 750 - total flux cleaned = -0.00340089 Jy ! Component: 800 - total flux cleaned = -0.00357914 Jy ! Component: 850 - total flux cleaned = -0.00381231 Jy ! Component: 900 - total flux cleaned = -0.00392668 Jy ! Component: 950 - total flux cleaned = -0.00409726 Jy ! Component: 1000 - total flux cleaned = -0.00420903 Jy ! Component: 1050 - total flux cleaned = -0.00426368 Jy ! Component: 1100 - total flux cleaned = -0.00442883 Jy ! Component: 1150 - total flux cleaned = -0.00469991 Jy ! Component: 1200 - total flux cleaned = -0.00469903 Jy ! Component: 1250 - total flux cleaned = -0.00469828 Jy ! Component: 1300 - total flux cleaned = -0.00480266 Jy ! Component: 1350 - total flux cleaned = -0.00469962 Jy ! Component: 1400 - total flux cleaned = -0.00480279 Jy ! Component: 1450 - total flux cleaned = -0.00485385 Jy ! Component: 1500 - total flux cleaned = -0.00500417 Jy ! Component: 1550 - total flux cleaned = -0.00500378 Jy ! Component: 1600 - total flux cleaned = -0.00505259 Jy ! Component: 1650 - total flux cleaned = -0.0047115 Jy ! Component: 1700 - total flux cleaned = -0.00480834 Jy ! Component: 1750 - total flux cleaned = -0.00471298 Jy ! Component: 1800 - total flux cleaned = -0.00466533 Jy ! Component: 1850 - total flux cleaned = -0.0046182 Jy ! Component: 1900 - total flux cleaned = -0.00471186 Jy ! Component: 1950 - total flux cleaned = -0.00466524 Jy ! Component: 2000 - total flux cleaned = -0.00466483 Jy ! Component: 2050 - total flux cleaned = -0.00461927 Jy ! Component: 2100 - total flux cleaned = -0.00470953 Jy ! Component: 2150 - total flux cleaned = -0.00484353 Jy ! Component: 2200 - total flux cleaned = -0.00488768 Jy ! Component: 2250 - total flux cleaned = -0.00479952 Jy ! Component: 2300 - total flux cleaned = -0.00479976 Jy ! Component: 2350 - total flux cleaned = -0.00479971 Jy ! Component: 2400 - total flux cleaned = -0.00471363 Jy ! Component: 2450 - total flux cleaned = -0.00475614 Jy ! Component: 2500 - total flux cleaned = -0.00462901 Jy ! Component: 2550 - total flux cleaned = -0.0045449 Jy ! Component: 2600 - total flux cleaned = -0.00441984 Jy ! Component: 2650 - total flux cleaned = -0.00450239 Jy ! Component: 2700 - total flux cleaned = -0.00437922 Jy ! Component: 2750 - total flux cleaned = -0.00429803 Jy ! Component: 2800 - total flux cleaned = -0.00441989 Jy ! Component: 2850 - total flux cleaned = -0.00433932 Jy ! Component: 2900 - total flux cleaned = -0.00437935 Jy ! Component: 2950 - total flux cleaned = -0.00437926 Jy ! Component: 3000 - total flux cleaned = -0.00433961 Jy ! Component: 3050 - total flux cleaned = -0.00422274 Jy ! Component: 3100 - total flux cleaned = -0.00426135 Jy ! Component: 3150 - total flux cleaned = -0.00426124 Jy ! Component: 3200 - total flux cleaned = -0.00433772 Jy ! Component: 3250 - total flux cleaned = -0.00433763 Jy ! Component: 3300 - total flux cleaned = -0.00407332 Jy ! Component: 3350 - total flux cleaned = -0.00403599 Jy ! Component: 3400 - total flux cleaned = -0.00414811 Jy ! Component: 3450 - total flux cleaned = -0.00403635 Jy ! Component: 3500 - total flux cleaned = -0.00414698 Jy ! Component: 3550 - total flux cleaned = -0.00418351 Jy ! Component: 3600 - total flux cleaned = -0.00436537 Jy ! Component: 3650 - total flux cleaned = -0.00432863 Jy ! Component: 3700 - total flux cleaned = -0.00425705 Jy ! Component: 3750 - total flux cleaned = -0.00429232 Jy ! Component: 3800 - total flux cleaned = -0.00418573 Jy ! Component: 3850 - total flux cleaned = -0.00422132 Jy ! Component: 3900 - total flux cleaned = -0.00422128 Jy ! Component: 3950 - total flux cleaned = -0.00418604 Jy ! Component: 4000 - total flux cleaned = -0.0041168 Jy ! Component: 4050 - total flux cleaned = -0.00408195 Jy ! Total flux subtracted in 4096 components = -0.00408228 Jy ! Clean residual min=-0.001757 max=0.001974 Jy/beam ! Clean residual mean=-0.000009 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.490889 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 418 components and 0.490889 Jy ![Exited script file: muppet] wmap "J1316-3338_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 9.155 at 3.689 degrees (North through East) ! Clean map min=-0.0048964 max=0.24413 Jy/beam ! Writing clean map to FITS file: J1316-3338_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.244131 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000626683 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.770101 0.770101 1.5402 3.0804 6.1608 12.3216 24.6432 49.2864 98.5729 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.244 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.13 x 9.155 at 3.689 degrees (North through East) ! Clean map min=-0.0048964 max=0.24413 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 J1316-3338_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:19:08 2019