Additional screen output.

This commit is contained in:
Ludger Küperkoch 2017-03-16 11:28:13 +01:00
parent 181a87facb
commit fcd977c9bc

View File

@ -297,6 +297,7 @@ class Data(object):
#firstonset = find_firstonset(picks) #firstonset = find_firstonset(picks)
# check for automatic picks # check for automatic picks
print("Writing phases to ObsPy-quakeml file")
for key in picks: for key in picks:
if picks[key]['P']['picker'] == 'autoPyLoT': if picks[key]['P']['picker'] == 'autoPyLoT':
print("Existing picks will be overwritten!") print("Existing picks will be overwritten!")