From 064c9fb919f182f2e57e890879857c7545f6af23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 25 Oct 2016 16:24:25 +0200 Subject: [PATCH] More detailed output on screen. --- pylot/core/util/dataprocessing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylot/core/util/dataprocessing.py b/pylot/core/util/dataprocessing.py index e578226c..11c32dab 100644 --- a/pylot/core/util/dataprocessing.py +++ b/pylot/core/util/dataprocessing.py @@ -254,7 +254,8 @@ def restitute_data(data, invtype, inobj, unit='VEL', force=False): data.remove(tr) continue # apply restitution to data - print("Correcting instrument at station %s" % tr.stats.station) + print("Correcting instrument at station %s, channel %s" \ + %(tr.stats.station, tr.stats.channel)) try: if invtype in ['resp', 'dless']: try: