! Started logfile: J1416-1705_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:27:26 2017 obs J1416-1705_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1416-1705_S_2015_01_23_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968794 visibilities/baseline/integration-bin. ! Found source: J1416-1705 ! ! 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 338 lines of history. ! ! Reading 16392 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 J1416-1705_S_2015_01_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.909579Jy sigma=0.008623 ! Fit after self-cal, rms=0.855623Jy sigma=0.008326 ! 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.595 mas, bmaj=6.404 mas, bpa=-4.451 degrees ! Estimated noise=948.757 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.112243 Jy ! Component: 100 - total flux cleaned = 0.140142 Jy ! Total flux subtracted in 100 components = 0.140142 Jy ! Clean residual min=-0.007504 max=0.011871 Jy/beam ! Clean residual mean=-0.000025 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 0.140142 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.140142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145491Jy sigma=0.000869 ! Fit after self-cal, rms=0.145460Jy sigma=0.000869 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133954 Jy ! Component: 100 - total flux cleaned = 0.0206985 Jy ! Total flux subtracted in 100 components = 0.0206985 Jy ! Clean residual min=-0.006767 max=0.008654 Jy/beam ! Clean residual mean=-0.000013 rms=0.001654 Jy/beam ! Combined flux in latest and established models = 0.160841 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.160841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143332Jy sigma=0.000853 ! Fit after self-cal, rms=0.143296Jy sigma=0.000853 ! 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.109 mas, bmaj=7.261 mas, bpa=-3.416 degrees ! Estimated noise=627.735 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.00583492 Jy ! Component: 100 - total flux cleaned = 0.00879532 Jy ! Component: 150 - total flux cleaned = 0.0104134 Jy ! Component: 200 - total flux cleaned = 0.010869 Jy ! Total flux subtracted in 200 components = 0.010869 Jy ! Clean residual min=-0.008029 max=0.010177 Jy/beam ! Clean residual mean=-0.000022 rms=0.002170 Jy/beam ! Combined flux in latest and established models = 0.17171 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.17171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142746Jy sigma=0.000853 ! Fit after self-cal, rms=0.142739Jy sigma=0.000853 ! 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.96 FD 0.99 HN 0.97 KP 1.09 ! LA 0.97 MK 1.03 NL 1.21 OV 0.98 ! PT 1.00 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.09 HN 1.08 KP 1.01 ! LA 0.93 MK 1.03 NL 1.45 OV 0.97 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.80 HN 1.04 KP 0.90 ! LA 0.75 MK 1.04 NL 1.56 OV 0.94 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.86 HN 1.01 KP 0.83 ! LA 0.79 MK 1.04 NL 1.06 OV 0.97 ! PT 1.02 SC 0.94 ! ! ! Fit before self-cal, rms=0.142739Jy sigma=0.000853 ! Fit after self-cal, rms=0.130755Jy sigma=0.000810 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.253 mas, bpa=-2.324 degrees ! Estimated noise=632.981 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 (15, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00686838 Jy ! Component: 100 - total flux cleaned = 0.00995332 Jy ! Component: 150 - total flux cleaned = 0.011607 Jy ! Component: 200 - total flux cleaned = 0.0122096 Jy ! Total flux subtracted in 200 components = 0.0122096 Jy ! Clean residual min=-0.005604 max=0.005767 Jy/beam ! Clean residual mean=0.000003 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.183919 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 57 components and 0.183919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130229Jy sigma=0.000805 ! Fit after self-cal, rms=0.130199Jy sigma=0.000804 ! 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.130199Jy sigma=0.000804 ! Fit after self-cal, rms=0.127223Jy sigma=0.000788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=7.27 mas, bpa=-2.78 degrees ! Estimated noise=634.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.56393e-05 Jy ! Component: 100 - total flux cleaned = 0.00035829 Jy ! Component: 150 - total flux cleaned = 0.000530409 Jy ! Component: 200 - total flux cleaned = 0.000589615 Jy ! Total flux subtracted in 200 components = 0.000589615 Jy ! Clean residual min=-0.002150 max=0.002267 Jy/beam ! Clean residual mean=-0.000006 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.184509 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.184509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127200Jy sigma=0.000787 ! Fit after self-cal, rms=0.127243Jy sigma=0.000787 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 (70.5, -57). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218767 Jy ! Component: 100 - total flux cleaned = 0.00331591 Jy ! Component: 150 - total flux cleaned = 0.00370892 Jy ! Component: 200 - total flux cleaned = 0.00402104 Jy ! Total flux subtracted in 200 components = 0.00402104 Jy ! Clean residual min=-0.001959 max=0.001721 Jy/beam ! Clean residual mean=-0.000006 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.18853 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.18853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127200Jy sigma=0.000786 ! Fit after self-cal, rms=0.127198Jy sigma=0.000786 ! 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.127198Jy sigma=0.000786 ! Fit after self-cal, rms=0.127525Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.266 mas, bpa=-2.783 degrees ! Estimated noise=634.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000788629 Jy ! Component: 100 - total flux cleaned = 0.00109209 Jy ! Component: 150 - total flux cleaned = 0.00133532 Jy ! Component: 200 - total flux cleaned = 0.00150765 Jy ! Total flux subtracted in 200 components = 0.00150765 Jy ! Clean residual min=-0.001864 max=0.001647 Jy/beam ! Clean residual mean=-0.000007 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.190038 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 99 components and 0.190038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127511Jy sigma=0.000786 ! Fit after self-cal, rms=0.127515Jy sigma=0.000786 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.000173647 Jy ! Component: 100 - total flux cleaned = 0.000334312 Jy ! Component: 150 - total flux cleaned = 0.000440214 Jy ! Component: 200 - total flux cleaned = 0.000500233 Jy ! Total flux subtracted in 200 components = 0.000500233 Jy ! Clean residual min=-0.001814 max=0.001608 Jy/beam ! Clean residual mean=-0.000007 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.190538 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 106 components and 0.190538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127508Jy sigma=0.000786 ! Fit after self-cal, rms=0.127508Jy sigma=0.000786 ! 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.127508Jy sigma=0.000786 ! Fit after self-cal, rms=0.127654Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.457 mas, bmaj=14.3 mas, bpa=-0.2829 degrees ! Estimated noise=830.448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000834494 Jy ! Component: 100 - total flux cleaned = 0.0010714 Jy ! Component: 150 - total flux cleaned = 0.00118215 Jy ! Component: 200 - total flux cleaned = 0.00127927 Jy ! Total flux subtracted in 200 components = 0.00127927 Jy ! Clean residual min=-0.001817 max=0.001630 Jy/beam ! Clean residual mean=-0.000014 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.191817 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 123 components and 0.191817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127652Jy sigma=0.000786 ! Fit after self-cal, rms=0.127652Jy sigma=0.000786 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.00019724 Jy ! Component: 100 - total flux cleaned = 0.000234687 Jy ! Component: 150 - total flux cleaned = 0.000280328 Jy ! Component: 200 - total flux cleaned = 0.000290888 Jy ! Total flux subtracted in 200 components = 0.000290888 Jy ! Clean residual min=-0.001795 max=0.001634 Jy/beam ! Clean residual mean=-0.000014 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.192108 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 130 components and 0.192108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127652Jy sigma=0.000786 ! Fit after self-cal, rms=0.127651Jy sigma=0.000786 ! 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.135 mas, bmaj=7.262 mas, bpa=-2.797 degrees ! Estimated noise=634.278 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 7.262 at -2.797 degrees (North through East) ! Clean map min=-0.0016913 max=0.14806 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.621 mas, bmaj=6.374 mas, bpa=-3.525 degrees ! Estimated noise=954.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.112724 Jy ! Component: 100 - total flux cleaned = 0.140792 Jy ! Component: 150 - total flux cleaned = 0.153849 Jy ! Component: 200 - total flux cleaned = 0.160993 Jy ! Total flux subtracted in 200 components = 0.160993 Jy ! Clean residual min=-0.003052 max=0.004320 Jy/beam ! Clean residual mean=-0.000010 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.160993 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.160993 Jy ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.262 mas, bpa=-2.797 degrees ! Estimated noise=634.278 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.00634205 Jy ! Component: 100 - total flux cleaned = 0.0107719 Jy ! Component: 150 - total flux cleaned = 0.0142461 Jy ! Component: 200 - total flux cleaned = 0.0170327 Jy ! Total flux subtracted in 200 components = 0.0170327 Jy ! Clean residual min=-0.002225 max=0.002318 Jy/beam ! Clean residual mean=-0.000013 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.178026 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 52 components and 0.178026 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.457 mas, bmaj=14.3 mas, bpa=-0.2829 degrees ! Estimated noise=830.448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00371219 Jy ! Component: 100 - total flux cleaned = 0.0062005 Jy ! Component: 150 - total flux cleaned = 0.00807293 Jy ! Component: 200 - total flux cleaned = 0.00953323 Jy ! Total flux subtracted in 200 components = 0.00953323 Jy ! Clean residual min=-0.002202 max=0.001874 Jy/beam ! Clean residual mean=-0.000018 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.187559 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.00114737 Jy ! Component: 100 - total flux cleaned = 0.00205374 Jy ! Component: 150 - total flux cleaned = 0.00277219 Jy ! Component: 200 - total flux cleaned = 0.00323877 Jy ! Total flux subtracted in 200 components = 0.00323877 Jy ! Clean residual min=-0.001933 max=0.001779 Jy/beam ! Clean residual mean=-0.000016 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.190798 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 114 components and 0.190798 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.262 mas, bpa=-2.797 degrees ! Estimated noise=634.278 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000339983 Jy ! Component: 100 - total flux cleaned = -0.000338379 Jy ! Component: 150 - total flux cleaned = -0.000266295 Jy ! Component: 200 - total flux cleaned = -0.000165312 Jy ! Total flux subtracted in 200 components = -0.000165312 Jy ! Clean residual min=-0.001669 max=0.001725 Jy/beam ! Clean residual mean=-0.000008 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.190633 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 133 components and 0.190633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127679Jy sigma=0.000786 ! Fit after self-cal, rms=0.127670Jy sigma=0.000786 wmodel J1416-1705_S_2015_01_23_pus_map.mod ! Writing 133 model components to file: J1416-1705_S_2015_01_23_pus_map.mod wobs J1416-1705_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1416-1705_S_2015_01_23_pus_uvs.fits wwins J1416-1705_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1416-1705_S_2015_01_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 = 6.4559e-05 Jy ! Component: 100 - total flux cleaned = 3.60083e-05 Jy ! Component: 150 - total flux cleaned = -1.80626e-05 Jy ! Component: 200 - total flux cleaned = -0.000122385 Jy ! Component: 250 - total flux cleaned = -0.000223535 Jy ! Component: 300 - total flux cleaned = -0.000321649 Jy ! Component: 350 - total flux cleaned = -0.000417707 Jy ! Component: 400 - total flux cleaned = -0.000605003 Jy ! Component: 450 - total flux cleaned = -0.000673501 Jy ! Component: 500 - total flux cleaned = -0.000763416 Jy ! Component: 550 - total flux cleaned = -0.000851606 Jy ! Component: 600 - total flux cleaned = -0.000872992 Jy ! Component: 650 - total flux cleaned = -0.000894034 Jy ! Component: 700 - total flux cleaned = -0.000935685 Jy ! Component: 750 - total flux cleaned = -0.000894436 Jy ! Component: 800 - total flux cleaned = -0.000914998 Jy ! Component: 850 - total flux cleaned = -0.00091524 Jy ! Component: 900 - total flux cleaned = -0.000954525 Jy ! Component: 950 - total flux cleaned = -0.000915379 Jy ! Component: 1000 - total flux cleaned = -0.000934651 Jy ! Component: 1050 - total flux cleaned = -0.000953458 Jy ! Component: 1100 - total flux cleaned = -0.000934814 Jy ! Component: 1150 - total flux cleaned = -0.00093508 Jy ! Component: 1200 - total flux cleaned = -0.00097181 Jy ! Component: 1250 - total flux cleaned = -0.0010076 Jy ! Component: 1300 - total flux cleaned = -0.00102551 Jy ! Component: 1350 - total flux cleaned = -0.00102524 Jy ! Component: 1400 - total flux cleaned = -0.00100774 Jy ! Component: 1450 - total flux cleaned = -0.00102488 Jy ! Component: 1500 - total flux cleaned = -0.00104172 Jy ! Component: 1550 - total flux cleaned = -0.00104188 Jy ! Component: 1600 - total flux cleaned = -0.00104201 Jy ! Component: 1650 - total flux cleaned = -0.00107531 Jy ! Component: 1700 - total flux cleaned = -0.00105862 Jy ! Component: 1750 - total flux cleaned = -0.00110755 Jy ! Component: 1800 - total flux cleaned = -0.00107505 Jy ! Component: 1850 - total flux cleaned = -0.00113924 Jy ! Component: 1900 - total flux cleaned = -0.00110744 Jy ! Component: 1950 - total flux cleaned = -0.00109174 Jy ! Component: 2000 - total flux cleaned = -0.00120123 Jy ! Component: 2050 - total flux cleaned = -0.00120098 Jy ! Component: 2100 - total flux cleaned = -0.00118563 Jy ! Component: 2150 - total flux cleaned = -0.00118557 Jy ! Component: 2200 - total flux cleaned = -0.00123088 Jy ! Component: 2250 - total flux cleaned = -0.00118584 Jy ! Component: 2300 - total flux cleaned = -0.00124531 Jy ! Component: 2350 - total flux cleaned = -0.00117135 Jy ! Component: 2400 - total flux cleaned = -0.00124477 Jy ! Component: 2450 - total flux cleaned = -0.00130297 Jy ! Component: 2500 - total flux cleaned = -0.00130277 Jy ! Component: 2550 - total flux cleaned = -0.00127407 Jy ! Component: 2600 - total flux cleaned = -0.00128827 Jy ! Component: 2650 - total flux cleaned = -0.00134502 Jy ! Component: 2700 - total flux cleaned = -0.00135915 Jy ! Component: 2750 - total flux cleaned = -0.0013731 Jy ! Component: 2800 - total flux cleaned = -0.00140092 Jy ! Component: 2850 - total flux cleaned = -0.00146993 Jy ! Component: 2900 - total flux cleaned = -0.00148374 Jy ! Component: 2950 - total flux cleaned = -0.00153803 Jy ! Component: 3000 - total flux cleaned = -0.00156515 Jy ! Component: 3050 - total flux cleaned = -0.00157856 Jy ! Component: 3100 - total flux cleaned = -0.00168545 Jy ! Component: 3150 - total flux cleaned = -0.00164564 Jy ! Component: 3200 - total flux cleaned = -0.00173797 Jy ! Component: 3250 - total flux cleaned = -0.00171176 Jy ! Component: 3300 - total flux cleaned = -0.00175091 Jy ! Component: 3350 - total flux cleaned = -0.00181566 Jy ! Component: 3400 - total flux cleaned = -0.00180268 Jy ! Component: 3450 - total flux cleaned = -0.00181553 Jy ! Component: 3500 - total flux cleaned = -0.0018537 Jy ! Component: 3550 - total flux cleaned = -0.0018537 Jy ! Component: 3600 - total flux cleaned = -0.00190389 Jy ! Component: 3650 - total flux cleaned = -0.00191642 Jy ! Component: 3700 - total flux cleaned = -0.00194123 Jy ! Component: 3750 - total flux cleaned = -0.00195367 Jy ! Component: 3800 - total flux cleaned = -0.00206435 Jy ! Component: 3850 - total flux cleaned = -0.0020642 Jy ! Component: 3900 - total flux cleaned = -0.00205207 Jy ! Component: 3950 - total flux cleaned = -0.00204005 Jy ! Component: 4000 - total flux cleaned = -0.00210029 Jy ! Component: 4050 - total flux cleaned = -0.00217214 Jy ! Total flux subtracted in 4096 components = -0.00217221 Jy ! Clean residual min=-0.000680 max=0.000633 Jy/beam ! Clean residual mean=-0.000005 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.18846 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 429 components and 0.18846 Jy ![Exited script file: muppet] wmap "J1416-1705_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 7.262 at -2.797 degrees (North through East) ! Clean map min=-0.0015563 max=0.14926 Jy/beam ! Writing clean map to FITS file: J1416-1705_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.149259 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224416 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.451061 0.451061 0.902122 1.80424 3.60849 7.21698 14.434 28.8679 57.7358 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.149 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.135 x 7.262 at -2.797 degrees (North through East) ! Clean map min=-0.0015563 max=0.14926 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 J1416-1705_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:27:30 2017