From c58bb530023d47bb83e14c433a90df721ed0129d Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Thu, 1 Oct 2015 11:33:39 +0200 Subject: [PATCH] output cosmetics --- pylot/core/pick/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/core/pick/utils.py b/pylot/core/pick/utils.py index 4df52c42..16fd2cec 100644 --- a/pylot/core/pick/utils.py +++ b/pylot/core/pick/utils.py @@ -74,8 +74,8 @@ def earllatepicker(X, nfac, TSNR, Pick1, iplot=None): # if EPick stays NaN the signal window size will be doubled while np.isnan(EPick): if count > 0: - print("earllatepicker: Doubled signal window size %s time(s) " - "because of NaN for earliest pick.\n" %count) + print("\nearllatepicker: Doubled signal window size %s time(s) " + "because of NaN for earliest pick." %count) isigDoubleWinStart = pis[-1] + 1 isignalDoubleWin = np.arange(isigDoubleWinStart, isigDoubleWinStart + len(pis))