! Started logfile: J0000-3221_S_2017_01_21_pus_uvs.log on Sun May 5 15:42:20 2019 obs J0000-3221_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0000-3221_S_2017_01_21_pus_uva.fits ! AN table 1: 37 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.753754 visibilities/baseline/integration-bin. ! Found source: J0000-3221 ! ! 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 558 lines of history. ! ! Reading 4016 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 J0000-3221_S_2017_01_21_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 116 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.638811Jy sigma=0.002662 ! Fit after self-cal, rms=0.625416Jy sigma=0.002606 ! 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.067 mas, bmaj=6.48 mas, bpa=-3.378 degrees ! Estimated noise=4489.84 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.356178 Jy ! Component: 100 - total flux cleaned = 0.430013 Jy ! Total flux subtracted in 100 components = 0.430013 Jy ! Clean residual min=-0.040166 max=0.085193 Jy/beam ! Clean residual mean=-0.000460 rms=0.013936 Jy/beam ! Combined flux in latest and established models = 0.430013 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.430013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233139Jy sigma=0.000924 ! Fit after self-cal, rms=0.233125Jy sigma=0.000924 ! Inverting map ! Added new window around map position (10.5, -51.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0709814 Jy ! Component: 100 - total flux cleaned = 0.0942395 Jy ! Total flux subtracted in 100 components = 0.0942395 Jy ! Clean residual min=-0.035270 max=0.060140 Jy/beam ! Clean residual mean=-0.000260 rms=0.009270 Jy/beam ! Combined flux in latest and established models = 0.524253 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 10 components and 0.524253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.215452Jy sigma=0.000787 ! Fit after self-cal, rms=0.213860Jy sigma=0.000768 ! 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.551 mas, bmaj=7.191 mas, bpa=-3.412 degrees ! Estimated noise=2640.76 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0294792 Jy ! Component: 100 - total flux cleaned = 0.0339646 Jy ! Component: 150 - total flux cleaned = 0.0374164 Jy ! Component: 200 - total flux cleaned = 0.0403687 Jy ! Total flux subtracted in 200 components = 0.0403687 Jy ! Clean residual min=-0.029233 max=0.041434 Jy/beam ! Clean residual mean=-0.000541 rms=0.008430 Jy/beam ! Combined flux in latest and established models = 0.564621 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.564621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210167Jy sigma=0.000738 ! Fit after self-cal, rms=0.210409Jy sigma=0.000734 ! 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.98 FD 1.00* HN 1.30 LA 0.97 ! MK 1.04 NL 0.96 OV 1.40 PT 0.96 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 1.42 LA 0.96 ! MK 1.02 NL 0.99 OV 1.40 PT 0.93 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 1.35 LA 0.93 ! MK 1.06 NL 1.00 OV 1.27 PT 0.94 ! SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.07 LA 0.85 ! MK 0.97 NL 1.00* OV 1.42 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.210409Jy sigma=0.000734 ! Fit after self-cal, rms=0.253957Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.57 mas, bmaj=7.124 mas, bpa=-3.282 degrees ! Estimated noise=2761.06 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 (-6, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499195 Jy ! Component: 100 - total flux cleaned = 0.0055645 Jy ! Component: 150 - total flux cleaned = 0.00782578 Jy ! Component: 200 - total flux cleaned = 0.00897674 Jy ! Total flux subtracted in 200 components = 0.00897674 Jy ! Clean residual min=-0.014157 max=0.010860 Jy/beam ! Clean residual mean=-0.000006 rms=0.003299 Jy/beam ! Combined flux in latest and established models = 0.573598 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.573598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.250051Jy sigma=0.000670 ! Fit after self-cal, rms=0.250876Jy sigma=0.000668 ! 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.250876Jy sigma=0.000668 ! Fit after self-cal, rms=0.258015Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.572 mas, bmaj=7.11 mas, bpa=-3.262 degrees ! Estimated noise=2757.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115496 Jy ! Component: 100 - total flux cleaned = -0.000587535 Jy ! Component: 150 - total flux cleaned = -0.000351734 Jy ! Component: 200 - total flux cleaned = -0.000762964 Jy ! Total flux subtracted in 200 components = -0.000762964 Jy ! Clean residual min=-0.012145 max=0.009692 Jy/beam ! Clean residual mean=0.000006 rms=0.002820 Jy/beam ! Combined flux in latest and established models = 0.572835 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 60 components and 0.572835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256527Jy sigma=0.000665 ! Fit after self-cal, rms=0.256320Jy sigma=0.000664 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.000554349 Jy ! Component: 100 - total flux cleaned = -0.000939715 Jy ! Component: 150 - total flux cleaned = -0.00146024 Jy ! Component: 200 - total flux cleaned = -0.00194412 Jy ! Total flux subtracted in 200 components = -0.00194412 Jy ! Clean residual min=-0.010793 max=0.009894 Jy/beam ! Clean residual mean=-0.000015 rms=0.002627 Jy/beam ! Combined flux in latest and established models = 0.570891 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 70 components and 0.570891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.255591Jy sigma=0.000664 ! Fit after self-cal, rms=0.255488Jy sigma=0.000663 ! 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.255488Jy sigma=0.000663 ! Fit after self-cal, rms=0.263099Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.573 mas, bmaj=7.099 mas, bpa=-3.19 degrees ! Estimated noise=2754.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00268251 Jy ! Component: 100 - total flux cleaned = -0.00267703 Jy ! Component: 150 - total flux cleaned = -0.00313693 Jy ! Component: 200 - total flux cleaned = -0.00356657 Jy ! Total flux subtracted in 200 components = -0.00356657 Jy ! Clean residual min=-0.009770 max=0.009021 Jy/beam ! Clean residual mean=-0.000017 rms=0.002383 Jy/beam ! Combined flux in latest and established models = 0.567325 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.567324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.262377Jy sigma=0.000662 ! Fit after self-cal, rms=0.262305Jy sigma=0.000662 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.000804537 Jy ! Component: 100 - total flux cleaned = -0.00107244 Jy ! Component: 150 - total flux cleaned = -0.00131382 Jy ! Component: 200 - total flux cleaned = -0.0015408 Jy ! Total flux subtracted in 200 components = -0.0015408 Jy ! Clean residual min=-0.009392 max=0.009123 Jy/beam ! Clean residual mean=-0.000033 rms=0.002289 Jy/beam ! Combined flux in latest and established models = 0.565784 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.565784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261935Jy sigma=0.000661 ! Fit after self-cal, rms=0.261868Jy sigma=0.000661 ! 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.261868Jy sigma=0.000661 ! Fit after self-cal, rms=0.268228Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.898 mas, bmaj=19.7 mas, bpa=6.238 degrees ! Estimated noise=3872.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000874874 Jy ! Component: 100 - total flux cleaned = -0.00101297 Jy ! Component: 150 - total flux cleaned = -0.00145222 Jy ! Component: 200 - total flux cleaned = -0.00175866 Jy ! Total flux subtracted in 200 components = -0.00175866 Jy ! Clean residual min=-0.009398 max=0.009177 Jy/beam ! Clean residual mean=-0.000048 rms=0.002935 Jy/beam ! Combined flux in latest and established models = 0.564025 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 96 components and 0.564025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.268037Jy sigma=0.000661 ! Fit after self-cal, rms=0.268015Jy sigma=0.000661 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.000346319 Jy ! Component: 100 - total flux cleaned = -0.000518964 Jy ! Component: 150 - total flux cleaned = -0.00059628 Jy ! Component: 200 - total flux cleaned = -0.000594947 Jy ! Total flux subtracted in 200 components = -0.000594947 Jy ! Clean residual min=-0.009205 max=0.009029 Jy/beam ! Clean residual mean=-0.000068 rms=0.002909 Jy/beam ! Combined flux in latest and established models = 0.56343 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 100 components and 0.56343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267974Jy sigma=0.000661 ! Fit after self-cal, rms=0.267949Jy sigma=0.000661 ! 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.575 mas, bmaj=7.094 mas, bpa=-3.132 degrees ! Estimated noise=2750.65 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.575 x 7.094 at -3.132 degrees (North through East) ! Clean map min=-0.016478 max=0.43178 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.079 mas, bmaj=6.371 mas, bpa=-3.351 degrees ! Estimated noise=4673.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.368449 Jy ! Component: 100 - total flux cleaned = 0.463496 Jy ! Component: 150 - total flux cleaned = 0.505604 Jy ! Component: 200 - total flux cleaned = 0.526038 Jy ! Total flux subtracted in 200 components = 0.526038 Jy ! Clean residual min=-0.016384 max=0.019890 Jy/beam ! Clean residual mean=-0.000080 rms=0.004196 Jy/beam ! Combined flux in latest and established models = 0.526038 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.526038 Jy ! Inverting map and beam ! Estimated beam: bmin=2.575 mas, bmaj=7.094 mas, bpa=-3.132 degrees ! Estimated noise=2750.65 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.0175829 Jy ! Component: 100 - total flux cleaned = 0.0287724 Jy ! Component: 150 - total flux cleaned = 0.0336758 Jy ! Component: 200 - total flux cleaned = 0.034996 Jy ! Total flux subtracted in 200 components = 0.034996 Jy ! Clean residual min=-0.010223 max=0.010431 Jy/beam ! Clean residual mean=-0.000024 rms=0.002525 Jy/beam ! Combined flux in latest and established models = 0.561034 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 35 components and 0.561034 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=6.898 mas, bmaj=19.7 mas, bpa=6.238 degrees ! Estimated noise=3872.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00451541 Jy ! Component: 100 - total flux cleaned = 0.00454908 Jy ! Component: 150 - total flux cleaned = 0.00473705 Jy ! Component: 200 - total flux cleaned = 0.00459512 Jy ! Total flux subtracted in 200 components = 0.00459512 Jy ! Clean residual min=-0.010609 max=0.009519 Jy/beam ! Clean residual mean=0.000008 rms=0.003153 Jy/beam ! Combined flux in latest and established models = 0.565629 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.00027524 Jy ! Component: 100 - total flux cleaned = -0.000533764 Jy ! Component: 150 - total flux cleaned = -0.000777323 Jy ! Component: 200 - total flux cleaned = -0.000889758 Jy ! Total flux subtracted in 200 components = -0.000889758 Jy ! Clean residual min=-0.010459 max=0.009206 Jy/beam ! Clean residual mean=-0.000017 rms=0.003024 Jy/beam ! Combined flux in latest and established models = 0.56474 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.56474 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.575 mas, bmaj=7.094 mas, bpa=-3.132 degrees ! Estimated noise=2750.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00476244 Jy ! Component: 100 - total flux cleaned = -0.00551547 Jy ! Component: 150 - total flux cleaned = -0.00567531 Jy ! Component: 200 - total flux cleaned = -0.00567383 Jy ! Total flux subtracted in 200 components = -0.00567383 Jy ! Clean residual min=-0.009027 max=0.009560 Jy/beam ! Clean residual mean=-0.000052 rms=0.002214 Jy/beam ! Combined flux in latest and established models = 0.559066 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 70 components and 0.559066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267392Jy sigma=0.000661 ! Fit after self-cal, rms=0.267128Jy sigma=0.000660 wmodel J0000-3221_S_2017_01_21_pus_map.mod ! Writing 70 model components to file: J0000-3221_S_2017_01_21_pus_map.mod wobs J0000-3221_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0000-3221_S_2017_01_21_pus_uvs.fits wwins J0000-3221_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J0000-3221_S_2017_01_21_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 = -4.61727e-05 Jy ! Component: 100 - total flux cleaned = -0.00179755 Jy ! Component: 150 - total flux cleaned = -0.00300313 Jy ! Component: 200 - total flux cleaned = -0.00398655 Jy ! Component: 250 - total flux cleaned = -0.00490817 Jy ! Component: 300 - total flux cleaned = -0.00621518 Jy ! Component: 350 - total flux cleaned = -0.00704635 Jy ! Component: 400 - total flux cleaned = -0.0079441 Jy ! Component: 450 - total flux cleaned = -0.00871182 Jy ! Component: 500 - total flux cleaned = -0.00954399 Jy ! Component: 550 - total flux cleaned = -0.0103467 Jy ! Component: 600 - total flux cleaned = -0.0112108 Jy ! Component: 650 - total flux cleaned = -0.0121301 Jy ! Component: 700 - total flux cleaned = -0.0130213 Jy ! Component: 750 - total flux cleaned = -0.0136519 Jy ! Component: 800 - total flux cleaned = -0.0144214 Jy ! Component: 850 - total flux cleaned = -0.0149462 Jy ! Component: 900 - total flux cleaned = -0.015605 Jy ! Component: 950 - total flux cleaned = -0.0162497 Jy ! Component: 1000 - total flux cleaned = -0.0168824 Jy ! Component: 1050 - total flux cleaned = -0.0174335 Jy ! Component: 1100 - total flux cleaned = -0.0178386 Jy ! Component: 1150 - total flux cleaned = -0.0181707 Jy ! Component: 1200 - total flux cleaned = -0.0183675 Jy ! Component: 1250 - total flux cleaned = -0.0188818 Jy ! Component: 1300 - total flux cleaned = -0.0191967 Jy ! Component: 1350 - total flux cleaned = -0.0196317 Jy ! Component: 1400 - total flux cleaned = -0.0199366 Jy ! Component: 1450 - total flux cleaned = -0.0201159 Jy ! Component: 1500 - total flux cleaned = -0.0201157 Jy ! Component: 1550 - total flux cleaned = -0.0202326 Jy ! Component: 1600 - total flux cleaned = -0.02029 Jy ! Component: 1650 - total flux cleaned = -0.0204032 Jy ! Component: 1700 - total flux cleaned = -0.020402 Jy ! Component: 1750 - total flux cleaned = -0.0204015 Jy ! Component: 1800 - total flux cleaned = -0.0202922 Jy ! Component: 1850 - total flux cleaned = -0.0202926 Jy ! Component: 1900 - total flux cleaned = -0.0203454 Jy ! Component: 1950 - total flux cleaned = -0.0202404 Jy ! Component: 2000 - total flux cleaned = -0.0202406 Jy ! Component: 2050 - total flux cleaned = -0.0203436 Jy ! Component: 2100 - total flux cleaned = -0.0203429 Jy ! Component: 2150 - total flux cleaned = -0.0202419 Jy ! Component: 2200 - total flux cleaned = -0.0201925 Jy ! Component: 2250 - total flux cleaned = -0.0202426 Jy ! Component: 2300 - total flux cleaned = -0.0201942 Jy ! Component: 2350 - total flux cleaned = -0.0201944 Jy ! Component: 2400 - total flux cleaned = -0.020243 Jy ! Component: 2450 - total flux cleaned = -0.0203393 Jy ! Component: 2500 - total flux cleaned = -0.0203389 Jy ! Component: 2550 - total flux cleaned = -0.020244 Jy ! Component: 2600 - total flux cleaned = -0.0202444 Jy ! Component: 2650 - total flux cleaned = -0.0203378 Jy ! Component: 2700 - total flux cleaned = -0.0202912 Jy ! Component: 2750 - total flux cleaned = -0.0203376 Jy ! Component: 2800 - total flux cleaned = -0.0203837 Jy ! Component: 2850 - total flux cleaned = -0.0202919 Jy ! Component: 2900 - total flux cleaned = -0.0202917 Jy ! Component: 2950 - total flux cleaned = -0.0202462 Jy ! Component: 3000 - total flux cleaned = -0.0202011 Jy ! Component: 3050 - total flux cleaned = -0.0202009 Jy ! Component: 3100 - total flux cleaned = -0.0202461 Jy ! Component: 3150 - total flux cleaned = -0.0201096 Jy ! Component: 3200 - total flux cleaned = -0.0200187 Jy ! Component: 3250 - total flux cleaned = -0.0199272 Jy ! Component: 3300 - total flux cleaned = -0.0198812 Jy ! Component: 3350 - total flux cleaned = -0.0196513 Jy ! Component: 3400 - total flux cleaned = -0.0195585 Jy ! Component: 3450 - total flux cleaned = -0.0194652 Jy ! Component: 3500 - total flux cleaned = -0.0192783 Jy ! Component: 3550 - total flux cleaned = -0.0190905 Jy ! Component: 3600 - total flux cleaned = -0.0189489 Jy ! Component: 3650 - total flux cleaned = -0.0186157 Jy ! Component: 3700 - total flux cleaned = -0.018375 Jy ! Component: 3750 - total flux cleaned = -0.018132 Jy ! Component: 3800 - total flux cleaned = -0.0179362 Jy ! Component: 3850 - total flux cleaned = -0.0176388 Jy ! Component: 3900 - total flux cleaned = -0.017389 Jy ! Component: 3950 - total flux cleaned = -0.0171365 Jy ! Component: 4000 - total flux cleaned = -0.0168297 Jy ! Component: 4050 - total flux cleaned = -0.0165708 Jy ! Total flux subtracted in 4096 components = -0.0162573 Jy ! Clean residual min=-0.002659 max=0.003475 Jy/beam ! Clean residual mean=0.000007 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.542808 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 321 components and 0.542809 Jy ![Exited script file: muppet] wmap "J0000-3221_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.575 x 7.094 at -3.132 degrees (North through East) ! Clean map min=-0.01068 max=0.43855 Jy/beam ! Writing clean map to FITS file: J0000-3221_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.438548 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000851246 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.582316 0.582316 1.16463 2.32926 4.65853 9.31706 18.6341 37.2682 74.5364 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.438 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.575 x 7.094 at -3.132 degrees (North through East) ! Clean map min=-0.01068 max=0.43855 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 J0000-3221_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:42:25 2019