[refs #195] make autoPyLoT export automatic picks in QuakeML format

This commit is contained in:
2016-04-11 13:59:32 +02:00
parent 9519372247
commit 9359338e81
2 changed files with 14 additions and 2 deletions

View File

@@ -417,6 +417,8 @@ class Data(object):
for station, onsets in picks.items():
print('Reading picks on station %s' % station)
for label, phase in onsets.items():
if not isinstance(phase, dict):
continue
onset = phase['mpp']
epp = phase['epp']
lpp = phase['lpp']