! Started logfile: J1323-3407_S_2017_03_23_pus_uvs.log on Mon May 13 10:00:40 2019 obs J1323-3407_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1323-3407_S_2017_03_23_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694799 visibilities/baseline/integration-bin. ! Found source: J1323-3407 ! ! 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 11756 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 J1323-3407_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 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 439 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.846510Jy sigma=0.005102 ! Fit after self-cal, rms=0.810457Jy sigma=0.004879 ! 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.719 mas, bmaj=8.42 mas, bpa=0.6288 degrees ! Estimated noise=2084.42 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.134269 Jy ! Component: 100 - total flux cleaned = 0.195862 Jy ! Total flux subtracted in 100 components = 0.195862 Jy ! Clean residual min=-0.012179 max=0.032245 Jy/beam ! Clean residual mean=-0.000230 rms=0.004668 Jy/beam ! Combined flux in latest and established models = 0.195862 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.195862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151551Jy sigma=0.000842 ! Fit after self-cal, rms=0.150962Jy sigma=0.000838 ! Inverting map ! Added new window around map position (-3, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0379602 Jy ! Component: 100 - total flux cleaned = 0.0618285 Jy ! Total flux subtracted in 100 components = 0.0618285 Jy ! Clean residual min=-0.009060 max=0.014534 Jy/beam ! Clean residual mean=-0.000165 rms=0.002916 Jy/beam ! Combined flux in latest and established models = 0.25769 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 49 components and 0.25769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133968Jy sigma=0.000729 ! Fit after self-cal, rms=0.133795Jy sigma=0.000728 ! 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.311 mas, bmaj=9.918 mas, bpa=1.839 degrees ! Estimated noise=1236.41 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.0288131 Jy ! Component: 100 - total flux cleaned = 0.0450247 Jy ! Component: 150 - total flux cleaned = 0.0544348 Jy ! Component: 200 - total flux cleaned = 0.0599317 Jy ! Total flux subtracted in 200 components = 0.0599317 Jy ! Clean residual min=-0.011208 max=0.011209 Jy/beam ! Clean residual mean=-0.000263 rms=0.002838 Jy/beam ! Combined flux in latest and established models = 0.317622 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 90 components and 0.317622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126870Jy sigma=0.000690 ! Fit after self-cal, rms=0.126684Jy sigma=0.000689 ! 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.02 FD 0.95 HN 0.97 KP 1.04 ! LA 0.96 MK 0.91 NL 0.98 OV 1.05 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.08 KP 0.99 ! LA 0.93 MK 1.01 NL 1.13 OV 1.09 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.08 HN 1.05 KP 0.85 ! LA 0.72 MK 1.02 NL 1.27 OV 0.99 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 1.10 HN 0.95 KP 1.00* ! LA 0.75 MK 1.17 NL 1.00* OV 1.27 ! PT 1.00 SC 1.16 ! ! ! Fit before self-cal, rms=0.126684Jy sigma=0.000689 ! Fit after self-cal, rms=0.120496Jy sigma=0.000655 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=9.94 mas, bpa=2.247 degrees ! Estimated noise=1237.18 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 (-14, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00696665 Jy ! Component: 100 - total flux cleaned = 0.0103274 Jy ! Component: 150 - total flux cleaned = 0.0114454 Jy ! Component: 200 - total flux cleaned = 0.0117034 Jy ! Total flux subtracted in 200 components = 0.0117034 Jy ! Clean residual min=-0.004425 max=0.003944 Jy/beam ! Clean residual mean=-0.000014 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.329325 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 119 components and 0.329325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120121Jy sigma=0.000653 ! Fit after self-cal, rms=0.120166Jy sigma=0.000652 ! 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.120166Jy sigma=0.000652 ! Fit after self-cal, rms=0.119845Jy sigma=0.000651 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.319 mas, bmaj=9.987 mas, bpa=2.287 degrees ! Estimated noise=1233.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223088 Jy ! Component: 100 - total flux cleaned = 0.00267722 Jy ! Component: 150 - total flux cleaned = 0.0028025 Jy ! Component: 200 - total flux cleaned = 0.00294909 Jy ! Total flux subtracted in 200 components = 0.00294909 Jy ! Clean residual min=-0.003387 max=0.003261 Jy/beam ! Clean residual mean=-0.000027 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.332274 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 135 components and 0.332274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119791Jy sigma=0.000650 ! Fit after self-cal, rms=0.119785Jy sigma=0.000650 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.000602325 Jy ! Component: 100 - total flux cleaned = 0.00081401 Jy ! Component: 150 - total flux cleaned = 0.000876493 Jy ! Component: 200 - total flux cleaned = 0.00093563 Jy ! Total flux subtracted in 200 components = 0.00093563 Jy ! Clean residual min=-0.003356 max=0.003173 Jy/beam ! Clean residual mean=-0.000024 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.33321 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.33321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119764Jy sigma=0.000650 ! Fit after self-cal, rms=0.119764Jy sigma=0.000650 ! 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.119764Jy sigma=0.000650 ! Fit after self-cal, rms=0.119834Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=10 mas, bpa=2.442 degrees ! Estimated noise=1234.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000557296 Jy ! Component: 100 - total flux cleaned = 0.000843256 Jy ! Component: 150 - total flux cleaned = 0.000994817 Jy ! Component: 200 - total flux cleaned = 0.00102262 Jy ! Total flux subtracted in 200 components = 0.00102262 Jy ! Clean residual min=-0.003226 max=0.002964 Jy/beam ! Clean residual mean=-0.000026 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.334233 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 154 components and 0.334233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119814Jy sigma=0.000650 ! Fit after self-cal, rms=0.119812Jy sigma=0.000650 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.000263025 Jy ! Component: 100 - total flux cleaned = 0.000375003 Jy ! Component: 150 - total flux cleaned = 0.000400057 Jy ! Component: 200 - total flux cleaned = 0.000448827 Jy ! Total flux subtracted in 200 components = 0.000448827 Jy ! Clean residual min=-0.003206 max=0.002936 Jy/beam ! Clean residual mean=-0.000025 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.334682 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 159 components and 0.334682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119799Jy sigma=0.000650 ! Fit after self-cal, rms=0.119799Jy sigma=0.000650 ! 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.119799Jy sigma=0.000650 ! Fit after self-cal, rms=0.119982Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.364 mas, bmaj=23.35 mas, bpa=0.8304 degrees ! Estimated noise=1512.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107329 Jy ! Component: 100 - total flux cleaned = 0.00119794 Jy ! Component: 150 - total flux cleaned = 0.00121941 Jy ! Component: 200 - total flux cleaned = 0.00124026 Jy ! Total flux subtracted in 200 components = 0.00124026 Jy ! Clean residual min=-0.003307 max=0.003821 Jy/beam ! Clean residual mean=-0.000044 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.335922 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 168 components and 0.335922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119977Jy sigma=0.000650 ! Fit after self-cal, rms=0.119978Jy sigma=0.000650 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.000341941 Jy ! Component: 100 - total flux cleaned = 0.000383029 Jy ! Component: 150 - total flux cleaned = 0.000402056 Jy ! Component: 200 - total flux cleaned = 0.000402344 Jy ! Total flux subtracted in 200 components = 0.000402344 Jy ! Clean residual min=-0.003261 max=0.003805 Jy/beam ! Clean residual mean=-0.000041 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.336324 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 171 components and 0.336324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119974Jy sigma=0.000650 ! Fit after self-cal, rms=0.119973Jy sigma=0.000650 ! 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.331 mas, bmaj=10.02 mas, bpa=2.551 degrees ! Estimated noise=1236.63 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.331 x 10.02 at 2.551 degrees (North through East) ! Clean map min=-0.0029716 max=0.17576 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.725 mas, bmaj=8.449 mas, bpa=1.541 degrees ! Estimated noise=2127.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.137111 Jy ! Component: 100 - total flux cleaned = 0.201803 Jy ! Component: 150 - total flux cleaned = 0.239755 Jy ! Component: 200 - total flux cleaned = 0.263423 Jy ! Total flux subtracted in 200 components = 0.263423 Jy ! Clean residual min=-0.008173 max=0.013471 Jy/beam ! Clean residual mean=-0.000100 rms=0.002415 Jy/beam ! Combined flux in latest and established models = 0.263423 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.263423 Jy ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=10.02 mas, bpa=2.551 degrees ! Estimated noise=1236.63 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.0235982 Jy ! Component: 100 - total flux cleaned = 0.0373222 Jy ! Component: 150 - total flux cleaned = 0.046663 Jy ! Component: 200 - total flux cleaned = 0.0532301 Jy ! Total flux subtracted in 200 components = 0.0532301 Jy ! Clean residual min=-0.003745 max=0.005385 Jy/beam ! Clean residual mean=-0.000088 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.316653 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 87 components and 0.316653 Jy ! Inverting map ! Added new window around map position (-7, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00538025 Jy ! Component: 100 - total flux cleaned = 0.00899928 Jy ! Component: 150 - total flux cleaned = 0.0116898 Jy ! Component: 200 - total flux cleaned = 0.013715 Jy ! Total flux subtracted in 200 components = 0.013715 Jy ! Clean residual min=-0.003011 max=0.003148 Jy/beam ! Clean residual mean=-0.000042 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.330368 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 119 components and 0.330368 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.364 mas, bmaj=23.35 mas, bpa=0.8304 degrees ! Estimated noise=1512.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024243 Jy ! Component: 100 - total flux cleaned = 0.00380756 Jy ! Component: 150 - total flux cleaned = 0.00459213 Jy ! Component: 200 - total flux cleaned = 0.0048036 Jy ! Total flux subtracted in 200 components = 0.0048036 Jy ! Clean residual min=-0.003131 max=0.003838 Jy/beam ! Clean residual mean=-0.000048 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.335172 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.00017769 Jy ! Component: 100 - total flux cleaned = 0.000256075 Jy ! Component: 150 - total flux cleaned = 0.000327355 Jy ! Component: 200 - total flux cleaned = 0.000377437 Jy ! Total flux subtracted in 200 components = 0.000377437 Jy ! Clean residual min=-0.003123 max=0.003860 Jy/beam ! Clean residual mean=-0.000045 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.335549 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 145 components and 0.335549 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=10.02 mas, bpa=2.551 degrees ! Estimated noise=1236.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000650869 Jy ! Component: 100 - total flux cleaned = -0.000743517 Jy ! Component: 150 - total flux cleaned = -0.0007436 Jy ! Component: 200 - total flux cleaned = -0.000710408 Jy ! Total flux subtracted in 200 components = -0.000710408 Jy ! Clean residual min=-0.002919 max=0.003221 Jy/beam ! Clean residual mean=-0.000025 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.334839 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 168 components and 0.334839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119957Jy sigma=0.000650 ! Fit after self-cal, rms=0.119918Jy sigma=0.000650 wmodel J1323-3407_S_2017_03_23_pus_map.mod ! Writing 168 model components to file: J1323-3407_S_2017_03_23_pus_map.mod wobs J1323-3407_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1323-3407_S_2017_03_23_pus_uvs.fits wwins J1323-3407_S_2017_03_23_pus_map.win ! wwins: Wrote 4 windows to J1323-3407_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.000445876 Jy ! Component: 100 - total flux cleaned = 0.000290122 Jy ! Component: 150 - total flux cleaned = 3.87582e-06 Jy ! Component: 200 - total flux cleaned = -0.000449615 Jy ! Component: 250 - total flux cleaned = -0.0006228 Jy ! Component: 300 - total flux cleaned = -0.000831103 Jy ! Component: 350 - total flux cleaned = -0.00107168 Jy ! Component: 400 - total flux cleaned = -0.00126604 Jy ! Component: 450 - total flux cleaned = -0.00160449 Jy ! Component: 500 - total flux cleaned = -0.00178668 Jy ! Component: 550 - total flux cleaned = -0.00207025 Jy ! Component: 600 - total flux cleaned = -0.00231187 Jy ! Component: 650 - total flux cleaned = -0.00261507 Jy ! Component: 700 - total flux cleaned = -0.00297724 Jy ! Component: 750 - total flux cleaned = -0.00326595 Jy ! Component: 800 - total flux cleaned = -0.00339117 Jy ! Component: 850 - total flux cleaned = -0.00351488 Jy ! Component: 900 - total flux cleaned = -0.00369588 Jy ! Component: 950 - total flux cleaned = -0.00381381 Jy ! Component: 1000 - total flux cleaned = -0.00395884 Jy ! Component: 1050 - total flux cleaned = -0.00412934 Jy ! Component: 1100 - total flux cleaned = -0.0042407 Jy ! Component: 1150 - total flux cleaned = -0.00437759 Jy ! Component: 1200 - total flux cleaned = -0.00440462 Jy ! Component: 1250 - total flux cleaned = -0.00453696 Jy ! Component: 1300 - total flux cleaned = -0.00458918 Jy ! Component: 1350 - total flux cleaned = -0.00466592 Jy ! Component: 1400 - total flux cleaned = -0.00471607 Jy ! Component: 1450 - total flux cleaned = -0.00474097 Jy ! Component: 1500 - total flux cleaned = -0.00481476 Jy ! Component: 1550 - total flux cleaned = -0.00488688 Jy ! Component: 1600 - total flux cleaned = -0.00493447 Jy ! Component: 1650 - total flux cleaned = -0.0050047 Jy ! Component: 1700 - total flux cleaned = -0.00502793 Jy ! Component: 1750 - total flux cleaned = -0.00509659 Jy ! Component: 1800 - total flux cleaned = -0.00516452 Jy ! Component: 1850 - total flux cleaned = -0.00523157 Jy ! Component: 1900 - total flux cleaned = -0.00531958 Jy ! Component: 1950 - total flux cleaned = -0.00540636 Jy ! Component: 2000 - total flux cleaned = -0.00553443 Jy ! Component: 2050 - total flux cleaned = -0.00549208 Jy ! Component: 2100 - total flux cleaned = -0.00559649 Jy ! Component: 2150 - total flux cleaned = -0.00561696 Jy ! Component: 2200 - total flux cleaned = -0.00565764 Jy ! Component: 2250 - total flux cleaned = -0.00575853 Jy ! Component: 2300 - total flux cleaned = -0.00575853 Jy ! Component: 2350 - total flux cleaned = -0.0058374 Jy ! Component: 2400 - total flux cleaned = -0.0057984 Jy ! Component: 2450 - total flux cleaned = -0.00583715 Jy ! Component: 2500 - total flux cleaned = -0.00591346 Jy ! Component: 2550 - total flux cleaned = -0.00591354 Jy ! Component: 2600 - total flux cleaned = -0.0058949 Jy ! Component: 2650 - total flux cleaned = -0.00587649 Jy ! Component: 2700 - total flux cleaned = -0.00589527 Jy ! Component: 2750 - total flux cleaned = -0.00594971 Jy ! Component: 2800 - total flux cleaned = -0.00596782 Jy ! Component: 2850 - total flux cleaned = -0.00598568 Jy ! Component: 2900 - total flux cleaned = -0.00596788 Jy ! Component: 2950 - total flux cleaned = -0.00596779 Jy ! Component: 3000 - total flux cleaned = -0.00600261 Jy ! Component: 3050 - total flux cleaned = -0.00605429 Jy ! Component: 3100 - total flux cleaned = -0.00601991 Jy ! Component: 3150 - total flux cleaned = -0.00603691 Jy ! Component: 3200 - total flux cleaned = -0.00607082 Jy ! Component: 3250 - total flux cleaned = -0.00615449 Jy ! Component: 3300 - total flux cleaned = -0.00618773 Jy ! Component: 3350 - total flux cleaned = -0.0062701 Jy ! Component: 3400 - total flux cleaned = -0.00625387 Jy ! Component: 3450 - total flux cleaned = -0.0063513 Jy ! Component: 3500 - total flux cleaned = -0.00636742 Jy ! Component: 3550 - total flux cleaned = -0.00641532 Jy ! Component: 3600 - total flux cleaned = -0.00641534 Jy ! Component: 3650 - total flux cleaned = -0.00641533 Jy ! Component: 3700 - total flux cleaned = -0.00643115 Jy ! Component: 3750 - total flux cleaned = -0.00646244 Jy ! Component: 3800 - total flux cleaned = -0.0064469 Jy ! Component: 3850 - total flux cleaned = -0.00652391 Jy ! Component: 3900 - total flux cleaned = -0.00650863 Jy ! Component: 3950 - total flux cleaned = -0.00650858 Jy ! Component: 4000 - total flux cleaned = -0.0064934 Jy ! Component: 4050 - total flux cleaned = -0.00655341 Jy ! Total flux subtracted in 4096 components = -0.00649374 Jy ! Clean residual min=-0.000813 max=0.000990 Jy/beam ! Clean residual mean=-0.000007 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.328345 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 437 components and 0.328345 Jy ![Exited script file: muppet] wmap "J1323-3407_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.331 x 10.02 at 2.551 degrees (North through East) ! Clean map min=-0.0022435 max=0.18034 Jy/beam ! Writing clean map to FITS file: J1323-3407_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.180343 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261606 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.435181 0.435181 0.870361 1.74072 3.48145 6.96289 13.9258 27.8516 55.7031 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 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.331 x 10.02 at 2.551 degrees (North through East) ! Clean map min=-0.0022435 max=0.18034 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 J1323-3407_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:00:46 2019