! Started logfile: J2129-1538_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:49:57 2019 obs J2129-1538_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J2129-1538_S_2017_03_27_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J2129-1538 ! ! 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 1684 lines of history. ! ! Reading 1248 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 J2129-1538_S_2017_03_27_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.381168Jy sigma=0.002554 ! Fit after self-cal, rms=0.374344Jy sigma=0.002508 ! 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.836 mas, bmaj=7.116 mas, bpa=2.856 degrees ! Estimated noise=3889.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 (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.517081 Jy ! Component: 100 - total flux cleaned = 0.633966 Jy ! Total flux subtracted in 100 components = 0.633966 Jy ! Clean residual min=-0.029390 max=0.067737 Jy/beam ! Clean residual mean=0.000024 rms=0.010402 Jy/beam ! Combined flux in latest and established models = 0.633966 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.633966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172782Jy sigma=0.001185 ! Fit after self-cal, rms=0.172781Jy sigma=0.001185 ! Inverting map ! Added new window around map position (5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0606133 Jy ! Component: 100 - total flux cleaned = 0.0924473 Jy ! Total flux subtracted in 100 components = 0.0924473 Jy ! Clean residual min=-0.025510 max=0.041839 Jy/beam ! Clean residual mean=0.000022 rms=0.006937 Jy/beam ! Combined flux in latest and established models = 0.726413 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.726413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154724Jy sigma=0.000995 ! Fit after self-cal, rms=0.152981Jy sigma=0.000981 ! 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.372 mas, bmaj=7.875 mas, bpa=5.213 degrees ! Estimated noise=3225.53 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.0258069 Jy ! Component: 100 - total flux cleaned = 0.0383527 Jy ! Component: 150 - total flux cleaned = 0.0405958 Jy ! Component: 200 - total flux cleaned = 0.0422207 Jy ! Total flux subtracted in 200 components = 0.0422207 Jy ! Clean residual min=-0.022522 max=0.026187 Jy/beam ! Clean residual mean=0.000027 rms=0.006172 Jy/beam ! Combined flux in latest and established models = 0.768634 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.768634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149153Jy sigma=0.000941 ! Fit after self-cal, rms=0.148814Jy sigma=0.000937 ! 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.99 FD 1.00 HN 1.14 KP 1.00* ! LA 0.97 MK 1.02 NL 0.92 OV 0.99 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 1.20 KP 0.89 ! LA 0.96 MK 0.99 NL 1.31 OV 1.01 ! PT 0.92 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.18 KP 0.98 ! LA 0.95 MK 0.99 NL 1.11 OV 0.92 ! PT 0.90 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.09 HN 1.04 KP 1.00* ! LA 1.00* MK 0.88 NL 1.00* OV 1.86 ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.148814Jy sigma=0.000937 ! Fit after self-cal, rms=0.126135Jy sigma=0.000723 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.38 mas, bmaj=7.882 mas, bpa=5.111 degrees ! Estimated noise=3249.51 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.00977857 Jy ! Component: 100 - total flux cleaned = -0.0117064 Jy ! Component: 150 - total flux cleaned = -0.0125155 Jy ! Component: 200 - total flux cleaned = -0.0132245 Jy ! Total flux subtracted in 200 components = -0.0132245 Jy ! Clean residual min=-0.012436 max=0.011187 Jy/beam ! Clean residual mean=0.000014 rms=0.002853 Jy/beam ! Combined flux in latest and established models = 0.75541 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.75541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125045Jy sigma=0.000715 ! Fit after self-cal, rms=0.125219Jy sigma=0.000715 ! 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.125219Jy sigma=0.000715 ! Fit after self-cal, rms=0.125544Jy sigma=0.000714 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=7.888 mas, bpa=5.147 degrees ! Estimated noise=3249.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0056062 Jy ! Component: 100 - total flux cleaned = -0.00646864 Jy ! Component: 150 - total flux cleaned = -0.00706631 Jy ! Component: 200 - total flux cleaned = -0.00759511 Jy ! Total flux subtracted in 200 components = -0.00759511 Jy ! Clean residual min=-0.011736 max=0.010504 Jy/beam ! Clean residual mean=0.000013 rms=0.002661 Jy/beam ! Combined flux in latest and established models = 0.747814 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.747814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125034Jy sigma=0.000710 ! Fit after self-cal, rms=0.125002Jy sigma=0.000710 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.00180021 Jy ! Component: 100 - total flux cleaned = -0.00224407 Jy ! Component: 150 - total flux cleaned = -0.0026353 Jy ! Component: 200 - total flux cleaned = -0.00307029 Jy ! Total flux subtracted in 200 components = -0.00307029 Jy ! Clean residual min=-0.011794 max=0.010500 Jy/beam ! Clean residual mean=0.000013 rms=0.002602 Jy/beam ! Combined flux in latest and established models = 0.744744 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.744744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124843Jy sigma=0.000709 ! Fit after self-cal, rms=0.124830Jy sigma=0.000709 ! 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.124830Jy sigma=0.000709 ! Fit after self-cal, rms=0.125197Jy sigma=0.000708 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=7.891 mas, bpa=5.204 degrees ! Estimated noise=3248.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00416393 Jy ! Component: 100 - total flux cleaned = -0.00459052 Jy ! Component: 150 - total flux cleaned = -0.00496611 Jy ! Component: 200 - total flux cleaned = -0.0053065 Jy ! Total flux subtracted in 200 components = -0.0053065 Jy ! Clean residual min=-0.011097 max=0.009913 Jy/beam ! Clean residual mean=0.000012 rms=0.002478 Jy/beam ! Combined flux in latest and established models = 0.739438 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.739438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124963Jy sigma=0.000707 ! Fit after self-cal, rms=0.124961Jy sigma=0.000706 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.00106036 Jy ! Component: 100 - total flux cleaned = -0.00128968 Jy ! Component: 150 - total flux cleaned = -0.00156197 Jy ! Component: 200 - total flux cleaned = -0.00181132 Jy ! Total flux subtracted in 200 components = -0.00181132 Jy ! Clean residual min=-0.010901 max=0.009918 Jy/beam ! Clean residual mean=0.000012 rms=0.002446 Jy/beam ! Combined flux in latest and established models = 0.737626 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.737626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124884Jy sigma=0.000706 ! Fit after self-cal, rms=0.124878Jy sigma=0.000706 ! 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.124878Jy sigma=0.000706 ! Fit after self-cal, rms=0.125148Jy sigma=0.000705 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.793 mas, bmaj=17.29 mas, bpa=18.5 degrees ! Estimated noise=3893.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00395682 Jy ! Component: 100 - total flux cleaned = -0.00430978 Jy ! Component: 150 - total flux cleaned = -0.00445071 Jy ! Component: 200 - total flux cleaned = -0.00451416 Jy ! Total flux subtracted in 200 components = -0.00451416 Jy ! Clean residual min=-0.011785 max=0.010079 Jy/beam ! Clean residual mean=0.000012 rms=0.003296 Jy/beam ! Combined flux in latest and established models = 0.733112 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 63 components and 0.733112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125089Jy sigma=0.000705 ! Fit after self-cal, rms=0.125078Jy sigma=0.000705 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.000730285 Jy ! Component: 100 - total flux cleaned = -0.000729573 Jy ! Component: 150 - total flux cleaned = -0.000682539 Jy ! Component: 200 - total flux cleaned = -0.000849791 Jy ! Total flux subtracted in 200 components = -0.000849791 Jy ! Clean residual min=-0.011851 max=0.010054 Jy/beam ! Clean residual mean=0.000012 rms=0.003269 Jy/beam ! Combined flux in latest and established models = 0.732262 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.732262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125088Jy sigma=0.000705 ! Fit after self-cal, rms=0.125087Jy sigma=0.000705 ! 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.392 mas, bmaj=7.894 mas, bpa=5.263 degrees ! Estimated noise=3246.35 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.392 x 7.894 at 5.263 degrees (North through East) ! Clean map min=-0.010547 max=0.64501 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125087Jy sigma=0.000705 ! Fit after self-cal, rms=0.119000Jy sigma=0.000629 ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=7.904 mas, bpa=5.253 degrees ! Estimated noise=3244.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00342611 Jy ! Component: 100 - total flux cleaned = -0.00384683 Jy ! Component: 150 - total flux cleaned = -0.00411063 Jy ! Component: 200 - total flux cleaned = -0.00426541 Jy ! Total flux subtracted in 200 components = -0.00426541 Jy ! Clean residual min=-0.010181 max=0.009602 Jy/beam ! Clean residual mean=0.000010 rms=0.002271 Jy/beam ! Combined flux in latest and established models = 0.727997 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 78 components and 0.727997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118770Jy sigma=0.000628 ! Fit after self-cal, rms=0.118765Jy sigma=0.000628 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000625472 Jy ! Component: 100 - total flux cleaned = -0.000692569 Jy ! Component: 150 - total flux cleaned = -0.000814244 Jy ! Component: 200 - total flux cleaned = -0.000930174 Jy ! Total flux subtracted in 200 components = -0.000930174 Jy ! Clean residual min=-0.009961 max=0.009612 Jy/beam ! Clean residual mean=0.000010 rms=0.002249 Jy/beam ! Combined flux in latest and established models = 0.727067 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 84 components and 0.727067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118681Jy sigma=0.000628 ! Fit after self-cal, rms=0.118679Jy sigma=0.000628 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118679Jy sigma=0.000628 ! Fit after self-cal, rms=0.119108Jy sigma=0.000627 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.864 mas, bmaj=7.132 mas, bpa=3.122 degrees ! Estimated noise=3952.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.524983 Jy ! Component: 100 - total flux cleaned = 0.643838 Jy ! Component: 150 - total flux cleaned = 0.687241 Jy ! Component: 200 - total flux cleaned = 0.709648 Jy ! Total flux subtracted in 200 components = 0.709648 Jy ! Clean residual min=-0.014159 max=0.012073 Jy/beam ! Clean residual mean=0.000011 rms=0.003234 Jy/beam ! Combined flux in latest and established models = 0.709648 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.709648 Jy ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.907 mas, bpa=5.316 degrees ! Estimated noise=3242.82 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.0115299 Jy ! Component: 100 - total flux cleaned = 0.0138856 Jy ! Component: 150 - total flux cleaned = 0.0153821 Jy ! Component: 200 - total flux cleaned = 0.0163473 Jy ! Total flux subtracted in 200 components = 0.0163473 Jy ! Clean residual min=-0.008822 max=0.009498 Jy/beam ! Clean residual mean=0.000007 rms=0.002272 Jy/beam ! Combined flux in latest and established models = 0.725996 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 41 components and 0.725995 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=7.808 mas, bmaj=17.34 mas, bpa=18.61 degrees ! Estimated noise=3877.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174004 Jy ! Component: 100 - total flux cleaned = 0.000174147 Jy ! Component: 150 - total flux cleaned = 0.000113479 Jy ! Component: 200 - total flux cleaned = -0.000159157 Jy ! Total flux subtracted in 200 components = -0.000159157 Jy ! Clean residual min=-0.010218 max=0.008934 Jy/beam ! Clean residual mean=0.000006 rms=0.002953 Jy/beam ! Combined flux in latest and established models = 0.725836 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.000197953 Jy ! Component: 100 - total flux cleaned = -0.000426444 Jy ! Component: 150 - total flux cleaned = -0.000634868 Jy ! Component: 200 - total flux cleaned = -0.000789959 Jy ! Total flux subtracted in 200 components = -0.000789959 Jy ! Clean residual min=-0.010298 max=0.008875 Jy/beam ! Clean residual mean=0.000006 rms=0.002939 Jy/beam ! Combined flux in latest and established models = 0.725046 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.725046 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.907 mas, bpa=5.316 degrees ! Estimated noise=3242.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000655386 Jy ! Component: 100 - total flux cleaned = -0.000644699 Jy ! Component: 150 - total flux cleaned = -0.000751269 Jy ! Component: 200 - total flux cleaned = -0.000955659 Jy ! Total flux subtracted in 200 components = -0.000955659 Jy ! Clean residual min=-0.008585 max=0.009634 Jy/beam ! Clean residual mean=0.000007 rms=0.002195 Jy/beam ! Combined flux in latest and established models = 0.724091 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.724091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119215Jy sigma=0.000627 ! Fit after self-cal, rms=0.119189Jy sigma=0.000627 wmodel J2129-1538_S_2017_03_27_pus_map.mod ! Writing 72 model components to file: J2129-1538_S_2017_03_27_pus_map.mod wobs J2129-1538_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J2129-1538_S_2017_03_27_pus_uvs.fits wwins J2129-1538_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J2129-1538_S_2017_03_27_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.0017782 Jy ! Component: 100 - total flux cleaned = 0.00177628 Jy ! Component: 150 - total flux cleaned = 0.00163568 Jy ! Component: 200 - total flux cleaned = 0.00138142 Jy ! Component: 250 - total flux cleaned = 0.00138067 Jy ! Component: 300 - total flux cleaned = 0.000696529 Jy ! Component: 350 - total flux cleaned = 0.000264173 Jy ! Component: 400 - total flux cleaned = -5.13295e-05 Jy ! Component: 450 - total flux cleaned = -0.000253609 Jy ! Component: 500 - total flux cleaned = -0.000447911 Jy ! Component: 550 - total flux cleaned = -0.000543309 Jy ! Component: 600 - total flux cleaned = -0.000910039 Jy ! Component: 650 - total flux cleaned = -0.000910533 Jy ! Component: 700 - total flux cleaned = -0.000826146 Jy ! Component: 750 - total flux cleaned = -0.00107876 Jy ! Component: 800 - total flux cleaned = -0.00107834 Jy ! Component: 850 - total flux cleaned = -0.001159 Jy ! Component: 900 - total flux cleaned = -0.00123876 Jy ! Component: 950 - total flux cleaned = -0.00131617 Jy ! Component: 1000 - total flux cleaned = -0.00131511 Jy ! Component: 1050 - total flux cleaned = -0.00102431 Jy ! Component: 1100 - total flux cleaned = -0.00095378 Jy ! Component: 1150 - total flux cleaned = -0.00102378 Jy ! Component: 1200 - total flux cleaned = -0.000956211 Jy ! Component: 1250 - total flux cleaned = -0.000754876 Jy ! Component: 1300 - total flux cleaned = -0.000557166 Jy ! Component: 1350 - total flux cleaned = -0.000362358 Jy ! Component: 1400 - total flux cleaned = -4.37303e-05 Jy ! Component: 1450 - total flux cleaned = 8.07467e-05 Jy ! Component: 1500 - total flux cleaned = 0.000265534 Jy ! Component: 1550 - total flux cleaned = 0.000448655 Jy ! Component: 1600 - total flux cleaned = 0.000748038 Jy ! Component: 1650 - total flux cleaned = 0.000925252 Jy ! Component: 1700 - total flux cleaned = 0.0012159 Jy ! Component: 1750 - total flux cleaned = 0.00150105 Jy ! Component: 1800 - total flux cleaned = 0.00178154 Jy ! Component: 1850 - total flux cleaned = 0.0018363 Jy ! Component: 1900 - total flux cleaned = 0.00200054 Jy ! Component: 1950 - total flux cleaned = 0.00227025 Jy ! Component: 2000 - total flux cleaned = 0.00226978 Jy ! Component: 2050 - total flux cleaned = 0.00248012 Jy ! Component: 2100 - total flux cleaned = 0.00242901 Jy ! Component: 2150 - total flux cleaned = 0.00253159 Jy ! Component: 2200 - total flux cleaned = 0.00258213 Jy ! Component: 2250 - total flux cleaned = 0.00258146 Jy ! Component: 2300 - total flux cleaned = 0.00258148 Jy ! Component: 2350 - total flux cleaned = 0.0025815 Jy ! Component: 2400 - total flux cleaned = 0.00272659 Jy ! Component: 2450 - total flux cleaned = 0.00296485 Jy ! Component: 2500 - total flux cleaned = 0.00301138 Jy ! Component: 2550 - total flux cleaned = 0.00301045 Jy ! Component: 2600 - total flux cleaned = 0.00310241 Jy ! Component: 2650 - total flux cleaned = 0.00310156 Jy ! Component: 2700 - total flux cleaned = 0.00310188 Jy ! Component: 2750 - total flux cleaned = 0.00310217 Jy ! Component: 2800 - total flux cleaned = 0.00328114 Jy ! Component: 2850 - total flux cleaned = 0.00337005 Jy ! Component: 2900 - total flux cleaned = 0.00345819 Jy ! Component: 2950 - total flux cleaned = 0.00363345 Jy ! Component: 3000 - total flux cleaned = 0.00367676 Jy ! Component: 3050 - total flux cleaned = 0.00376356 Jy ! Component: 3100 - total flux cleaned = 0.00389286 Jy ! Component: 3150 - total flux cleaned = 0.00402154 Jy ! Component: 3200 - total flux cleaned = 0.00402126 Jy ! Component: 3250 - total flux cleaned = 0.00406329 Jy ! Component: 3300 - total flux cleaned = 0.00423221 Jy ! Component: 3350 - total flux cleaned = 0.00427425 Jy ! Component: 3400 - total flux cleaned = 0.00431615 Jy ! Component: 3450 - total flux cleaned = 0.00435789 Jy ! Component: 3500 - total flux cleaned = 0.00444113 Jy ! Component: 3550 - total flux cleaned = 0.00439981 Jy ! Component: 3600 - total flux cleaned = 0.00452327 Jy ! Component: 3650 - total flux cleaned = 0.00452305 Jy ! Component: 3700 - total flux cleaned = 0.00448213 Jy ! Component: 3750 - total flux cleaned = 0.00460447 Jy ! Component: 3800 - total flux cleaned = 0.00480776 Jy ! Component: 3850 - total flux cleaned = 0.00476737 Jy ! Component: 3900 - total flux cleaned = 0.00492899 Jy ! Component: 3950 - total flux cleaned = 0.00492906 Jy ! Component: 4000 - total flux cleaned = 0.0051298 Jy ! Component: 4050 - total flux cleaned = 0.00508987 Jy ! Total flux subtracted in 4096 components = 0.00508973 Jy ! Clean residual min=-0.002549 max=0.002352 Jy/beam ! Clean residual mean=-0.000004 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.72918 Jy keep ! Adding 254 model components to the UV plane model. ! The established model now contains 326 components and 0.72918 Jy ![Exited script file: muppet] wmap "J2129-1538_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.4 x 7.907 at 5.316 degrees (North through East) ! Clean map min=-0.010429 max=0.6571 Jy/beam ! Writing clean map to FITS file: J2129-1538_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.657096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000678947 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.309976 0.309976 0.619952 1.2399 2.47981 4.95962 9.91924 19.8385 39.677 79.3539 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.657 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.4 x 7.907 at 5.316 degrees (North through East) ! Clean map min=-0.010429 max=0.6571 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 J2129-1538_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:50:03 2019