More detailed output on screen.

This commit is contained in:
Ludger Küperkoch 2016-10-25 16:24:25 +02:00
parent 4beae3bb2b
commit 064c9fb919

View File

@ -254,7 +254,8 @@ def restitute_data(data, invtype, inobj, unit='VEL', force=False):
data.remove(tr) data.remove(tr)
continue continue
# apply restitution to data # 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: try:
if invtype in ['resp', 'dless']: if invtype in ['resp', 'dless']:
try: try: