From 18d2654029bf9b404ffd0d6a2a62298036c39e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Fri, 21 Oct 2016 14:16:45 +0200 Subject: [PATCH] Additional screen output in verbose mode. --- pylot/core/analysis/magnitude.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/core/analysis/magnitude.py b/pylot/core/analysis/magnitude.py index 5a057b6f..05731973 100644 --- a/pylot/core/analysis/magnitude.py +++ b/pylot/core/analysis/magnitude.py @@ -200,8 +200,8 @@ class RichterMagnitude(Magnitude): iwin = getsignalwin(th, t0 - stime, self.calc_win) wapp = np.max(sqH[iwin]) if self.verbose: - print("Determined Wood-Anderson peak-to-peak amplitude: {0} " - "mm".format(wapp)) + print("Determined Wood-Anderson peak-to-peak amplitude for station {0}: {1} " + "mm".format(st[0].stats.station, wapp)) # check for plot flag (for debugging only) if self.plot_flag > 1: