More detailed output on screen.
This commit is contained in:
parent
4beae3bb2b
commit
064c9fb919
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user