From 0ce8b7afb3a0d8ef2b444dd803d78a69388e9ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Mon, 24 Oct 2016 13:58:34 +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: