! Started logfile: J2159-2516_S_2017_06_15_pus_uvs.log on Tue May 7 15:28:56 2019 obs J2159-2516_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2159-2516_S_2017_06_15_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974222 visibilities/baseline/integration-bin. ! Found source: J2159-2516 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 603 lines of history. ! ! Reading 13152 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 J2159-2516_S_2017_06_15_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 461 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.885858Jy sigma=0.006721 ! Fit after self-cal, rms=0.866161Jy sigma=0.006586 ! 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.48 mas, bmaj=6.88 mas, bpa=-4.042 degrees ! Estimated noise=1324.68 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.107932 Jy ! Component: 100 - total flux cleaned = 0.131468 Jy ! Total flux subtracted in 100 components = 0.131468 Jy ! Clean residual min=-0.007012 max=0.014076 Jy/beam ! Clean residual mean=-0.000049 rms=0.002090 Jy/beam ! Combined flux in latest and established models = 0.131468 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.131468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100425Jy sigma=0.000722 ! Fit after self-cal, rms=0.100417Jy sigma=0.000722 ! Inverting map ! Added new window around map position (-2.5, 10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129514 Jy ! Component: 100 - total flux cleaned = 0.0204335 Jy ! Total flux subtracted in 100 components = 0.0204335 Jy ! Clean residual min=-0.006971 max=0.011710 Jy/beam ! Clean residual mean=-0.000034 rms=0.001754 Jy/beam ! Combined flux in latest and established models = 0.151902 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.151902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098389Jy sigma=0.000704 ! Fit after self-cal, rms=0.098177Jy sigma=0.000702 ! 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.999 mas, bmaj=7.952 mas, bpa=-2.92 degrees ! Estimated noise=937.944 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.00878223 Jy ! Component: 100 - total flux cleaned = 0.0136824 Jy ! Component: 150 - total flux cleaned = 0.0161545 Jy ! Component: 200 - total flux cleaned = 0.0167063 Jy ! Total flux subtracted in 200 components = 0.0167063 Jy ! Clean residual min=-0.006191 max=0.007070 Jy/beam ! Clean residual mean=-0.000046 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 0.168608 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.168608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097390Jy sigma=0.000695 ! Fit after self-cal, rms=0.097347Jy sigma=0.000694 ! 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.08 FD 0.97 HN 1.09 KP 0.99 ! LA 0.96 MK 1.01 NL 0.90 OV 0.99 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.62 FD 1.01 HN 1.21 KP 0.97 ! LA 0.92 MK 0.97 NL 1.07 OV 1.01 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.08 HN 1.21 KP 0.96 ! LA 0.93 MK 1.03 NL 0.96 OV 0.95 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.12 KP 1.00* ! LA 1.00* MK 0.99 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.097347Jy sigma=0.000694 ! Fit after self-cal, rms=0.105927Jy sigma=0.000683 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.996 mas, bmaj=7.937 mas, bpa=-2.667 degrees ! Estimated noise=960.075 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.00126374 Jy ! Component: 100 - total flux cleaned = -0.00127097 Jy ! Component: 150 - total flux cleaned = -0.00138579 Jy ! Component: 200 - total flux cleaned = -0.00148665 Jy ! Total flux subtracted in 200 components = -0.00148665 Jy ! Clean residual min=-0.004620 max=0.006753 Jy/beam ! Clean residual mean=-0.000017 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.167122 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.167122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105805Jy sigma=0.000683 ! Fit after self-cal, rms=0.105943Jy sigma=0.000683 ! 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.105943Jy sigma=0.000683 ! Fit after self-cal, rms=0.111357Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.992 mas, bmaj=7.951 mas, bpa=-2.985 degrees ! Estimated noise=975.868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00057458 Jy ! Component: 100 - total flux cleaned = -0.00079169 Jy ! Component: 150 - total flux cleaned = -0.00103818 Jy ! Component: 200 - total flux cleaned = -0.00119851 Jy ! Total flux subtracted in 200 components = -0.00119851 Jy ! Clean residual min=-0.004015 max=0.006825 Jy/beam ! Clean residual mean=-0.000017 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.165923 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.165923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111240Jy sigma=0.000676 ! Fit after self-cal, rms=0.111314Jy sigma=0.000676 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 (-4, 36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0061903 Jy ! Component: 100 - total flux cleaned = 0.00877461 Jy ! Component: 150 - total flux cleaned = 0.00947968 Jy ! Component: 200 - total flux cleaned = 0.00999686 Jy ! Total flux subtracted in 200 components = 0.00999686 Jy ! Clean residual min=-0.003335 max=0.003358 Jy/beam ! Clean residual mean=-0.000005 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.17592 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 64 components and 0.17592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110994Jy sigma=0.000672 ! Fit after self-cal, rms=0.110982Jy sigma=0.000672 ! 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.110982Jy sigma=0.000672 ! Fit after self-cal, rms=0.113886Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=7.964 mas, bpa=-3.025 degrees ! Estimated noise=970.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134128 Jy ! Component: 100 - total flux cleaned = 0.00163632 Jy ! Component: 150 - total flux cleaned = 0.00198717 Jy ! Component: 200 - total flux cleaned = 0.00227053 Jy ! Total flux subtracted in 200 components = 0.00227053 Jy ! Clean residual min=-0.002868 max=0.002829 Jy/beam ! Clean residual mean=-0.000004 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.17819 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 87 components and 0.17819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113802Jy sigma=0.000669 ! Fit after self-cal, rms=0.113848Jy sigma=0.000669 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.000134865 Jy ! Component: 100 - total flux cleaned = 0.000347432 Jy ! Component: 150 - total flux cleaned = 0.000572375 Jy ! Component: 200 - total flux cleaned = 0.000739989 Jy ! Total flux subtracted in 200 components = 0.000739989 Jy ! Clean residual min=-0.002837 max=0.002834 Jy/beam ! Clean residual mean=-0.000003 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.17893 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.17893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113819Jy sigma=0.000668 ! Fit after self-cal, rms=0.113817Jy sigma=0.000668 ! 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.113817Jy sigma=0.000668 ! Fit after self-cal, rms=0.115254Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.815 mas, bmaj=19.41 mas, bpa=2.537 degrees ! Estimated noise=1209.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000903489 Jy ! Component: 100 - total flux cleaned = 0.00118663 Jy ! Component: 150 - total flux cleaned = 0.00151768 Jy ! Component: 200 - total flux cleaned = 0.00178139 Jy ! Total flux subtracted in 200 components = 0.00178139 Jy ! Clean residual min=-0.003071 max=0.002780 Jy/beam ! Clean residual mean=-0.000006 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.180712 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 131 components and 0.180712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115243Jy sigma=0.000668 ! Fit after self-cal, rms=0.115262Jy sigma=0.000668 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.000121154 Jy ! Component: 100 - total flux cleaned = 0.000338816 Jy ! Component: 150 - total flux cleaned = 0.000454297 Jy ! Component: 200 - total flux cleaned = 0.000514609 Jy ! Total flux subtracted in 200 components = 0.000514609 Jy ! Clean residual min=-0.003010 max=0.002684 Jy/beam ! Clean residual mean=-0.000004 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.181226 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 148 components and 0.181226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115259Jy sigma=0.000668 ! Fit after self-cal, rms=0.115256Jy sigma=0.000668 ! 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.004 mas, bmaj=7.969 mas, bpa=-3.046 degrees ! Estimated noise=967.721 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.004 x 7.969 at -3.046 degrees (North through East) ! Clean map min=-0.0025457 max=0.13567 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.479 mas, bmaj=6.821 mas, bpa=-3.845 degrees ! Estimated noise=1370.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.111184 Jy ! Component: 100 - total flux cleaned = 0.136523 Jy ! Component: 150 - total flux cleaned = 0.146532 Jy ! Component: 200 - total flux cleaned = 0.153097 Jy ! Total flux subtracted in 200 components = 0.153097 Jy ! Clean residual min=-0.003551 max=0.004786 Jy/beam ! Clean residual mean=-0.000020 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.153097 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.153097 Jy ! Inverting map and beam ! Estimated beam: bmin=3.004 mas, bmaj=7.969 mas, bpa=-3.046 degrees ! Estimated noise=967.721 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) ! Added new window around map position (-2, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00711897 Jy ! Component: 100 - total flux cleaned = 0.0119779 Jy ! Component: 150 - total flux cleaned = 0.0154772 Jy ! Component: 200 - total flux cleaned = 0.0180903 Jy ! Total flux subtracted in 200 components = 0.0180903 Jy ! Clean residual min=-0.003242 max=0.002867 Jy/beam ! Clean residual mean=-0.000017 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.171187 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 77 components and 0.171187 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.815 mas, bmaj=19.41 mas, bpa=2.537 degrees ! Estimated noise=1209.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036168 Jy ! Component: 100 - total flux cleaned = 0.0057555 Jy ! Component: 150 - total flux cleaned = 0.0071965 Jy ! Component: 200 - total flux cleaned = 0.00818339 Jy ! Total flux subtracted in 200 components = 0.00818339 Jy ! Clean residual min=-0.002987 max=0.002676 Jy/beam ! Clean residual mean=-0.000010 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.17937 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.000689318 Jy ! Component: 100 - total flux cleaned = 0.00101952 Jy ! Component: 150 - total flux cleaned = 0.00114411 Jy ! Component: 200 - total flux cleaned = 0.00125911 Jy ! Total flux subtracted in 200 components = 0.00125911 Jy ! Clean residual min=-0.002921 max=0.002650 Jy/beam ! Clean residual mean=-0.000006 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.180629 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 143 components and 0.180629 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.004 mas, bmaj=7.969 mas, bpa=-3.046 degrees ! Estimated noise=967.721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000141531 Jy ! Component: 100 - total flux cleaned = -0.000172253 Jy ! Component: 150 - total flux cleaned = -0.000249866 Jy ! Component: 200 - total flux cleaned = -0.000320411 Jy ! Total flux subtracted in 200 components = -0.000320411 Jy ! Clean residual min=-0.002854 max=0.002774 Jy/beam ! Clean residual mean=-0.000003 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.180309 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 168 components and 0.180309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115184Jy sigma=0.000668 ! Fit after self-cal, rms=0.115145Jy sigma=0.000668 wmodel J2159-2516_S_2017_06_15_pus_map.mod ! Writing 168 model components to file: J2159-2516_S_2017_06_15_pus_map.mod wobs J2159-2516_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2159-2516_S_2017_06_15_pus_uvs.fits wwins J2159-2516_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J2159-2516_S_2017_06_15_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000418545 Jy ! Component: 100 - total flux cleaned = -0.000599388 Jy ! Component: 150 - total flux cleaned = -0.000430502 Jy ! Component: 200 - total flux cleaned = -0.000389981 Jy ! Component: 250 - total flux cleaned = -0.000390026 Jy ! Component: 300 - total flux cleaned = -0.00042791 Jy ! Component: 350 - total flux cleaned = -0.000391027 Jy ! Component: 400 - total flux cleaned = -0.000390853 Jy ! Component: 450 - total flux cleaned = -0.000390576 Jy ! Component: 500 - total flux cleaned = -0.000424139 Jy ! Component: 550 - total flux cleaned = -0.000423895 Jy ! Component: 600 - total flux cleaned = -0.000265815 Jy ! Component: 650 - total flux cleaned = -0.000234757 Jy ! Component: 700 - total flux cleaned = -0.000144002 Jy ! Component: 750 - total flux cleaned = -0.000114315 Jy ! Component: 800 - total flux cleaned = -8.54922e-05 Jy ! Component: 850 - total flux cleaned = -4.45263e-07 Jy ! Component: 900 - total flux cleaned = -0.000139011 Jy ! Component: 950 - total flux cleaned = -5.68539e-05 Jy ! Component: 1000 - total flux cleaned = -0.000137636 Jy ! Component: 1050 - total flux cleaned = -8.49237e-05 Jy ! Component: 1100 - total flux cleaned = -0.000110906 Jy ! Component: 1150 - total flux cleaned = -0.000110968 Jy ! Component: 1200 - total flux cleaned = -6.0918e-05 Jy ! Component: 1250 - total flux cleaned = -6.05935e-05 Jy ! Component: 1300 - total flux cleaned = 3.66918e-05 Jy ! Component: 1350 - total flux cleaned = 6.07242e-05 Jy ! Component: 1400 - total flux cleaned = 1.3529e-05 Jy ! Component: 1450 - total flux cleaned = 6.03394e-05 Jy ! Component: 1500 - total flux cleaned = 0.000152365 Jy ! Component: 1550 - total flux cleaned = 0.000174609 Jy ! Component: 1600 - total flux cleaned = 0.000174428 Jy ! Component: 1650 - total flux cleaned = 0.000196399 Jy ! Component: 1700 - total flux cleaned = 0.000196452 Jy ! Component: 1750 - total flux cleaned = 0.000217979 Jy ! Component: 1800 - total flux cleaned = 0.000260422 Jy ! Component: 1850 - total flux cleaned = 0.000196982 Jy ! Component: 1900 - total flux cleaned = 0.000155353 Jy ! Component: 1950 - total flux cleaned = 0.000176191 Jy ! Component: 2000 - total flux cleaned = 7.49373e-05 Jy ! Component: 2050 - total flux cleaned = 0.000115474 Jy ! Component: 2100 - total flux cleaned = 0.000115564 Jy ! Component: 2150 - total flux cleaned = 9.57019e-05 Jy ! Component: 2200 - total flux cleaned = -2.1269e-05 Jy ! Component: 2250 - total flux cleaned = -4.03578e-05 Jy ! Component: 2300 - total flux cleaned = -5.9798e-05 Jy ! Component: 2350 - total flux cleaned = -0.000116664 Jy ! Component: 2400 - total flux cleaned = -7.96249e-05 Jy ! Component: 2450 - total flux cleaned = -0.000209759 Jy ! Component: 2500 - total flux cleaned = -0.00024636 Jy ! Component: 2550 - total flux cleaned = -0.000300743 Jy ! Component: 2600 - total flux cleaned = -0.000264688 Jy ! Component: 2650 - total flux cleaned = -0.00030041 Jy ! Component: 2700 - total flux cleaned = -0.000318213 Jy ! Component: 2750 - total flux cleaned = -0.000265593 Jy ! Component: 2800 - total flux cleaned = -0.000283172 Jy ! Component: 2850 - total flux cleaned = -0.000334926 Jy ! Component: 2900 - total flux cleaned = -0.000368818 Jy ! Component: 2950 - total flux cleaned = -0.000317679 Jy ! Component: 3000 - total flux cleaned = -0.000334407 Jy ! Component: 3050 - total flux cleaned = -0.000300902 Jy ! Component: 3100 - total flux cleaned = -0.000284484 Jy ! Component: 3150 - total flux cleaned = -0.000268053 Jy ! Component: 3200 - total flux cleaned = -0.00023544 Jy ! Component: 3250 - total flux cleaned = -0.000235474 Jy ! Component: 3300 - total flux cleaned = -0.000219501 Jy ! Component: 3350 - total flux cleaned = -0.000219585 Jy ! Component: 3400 - total flux cleaned = -0.000124709 Jy ! Component: 3450 - total flux cleaned = -0.0001561 Jy ! Component: 3500 - total flux cleaned = -0.000124936 Jy ! Component: 3550 - total flux cleaned = -0.000171417 Jy ! Component: 3600 - total flux cleaned = -0.000171192 Jy ! Component: 3650 - total flux cleaned = -0.000186368 Jy ! Component: 3700 - total flux cleaned = -0.000201581 Jy ! Component: 3750 - total flux cleaned = -0.000126243 Jy ! Component: 3800 - total flux cleaned = -0.000140972 Jy ! Component: 3850 - total flux cleaned = -6.64822e-05 Jy ! Component: 3900 - total flux cleaned = -6.66038e-05 Jy ! Component: 3950 - total flux cleaned = -6.66308e-05 Jy ! Component: 4000 - total flux cleaned = -8.13453e-05 Jy ! Component: 4050 - total flux cleaned = -8.13008e-05 Jy ! Total flux subtracted in 4096 components = -5.24769e-05 Jy ! Clean residual min=-0.000755 max=0.000774 Jy/beam ! Clean residual mean=0.000003 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.180257 Jy keep ! Adding 326 model components to the UV plane model. ! The established model now contains 494 components and 0.180257 Jy ![Exited script file: muppet] wmap "J2159-2516_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.004 x 7.969 at -3.046 degrees (North through East) ! Clean map min=-0.0021717 max=0.13847 Jy/beam ! Writing clean map to FITS file: J2159-2516_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.138473 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000263757 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.571426 0.571426 1.14285 2.2857 4.57141 9.14282 18.2856 36.5713 73.1425 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.138 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.004 x 7.969 at -3.046 degrees (North through East) ! Clean map min=-0.0021717 max=0.13847 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 J2159-2516_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:29:00 2019