[bugfix] set simple phase hint (P or S)

This commit is contained in:
Marcel Paffrath 2023-08-22 15:52:13 +02:00
parent b9adb182ad
commit a9aeb7aaa3

View File

@ -280,6 +280,7 @@ def picksdict_from_picks(evt):
infile = os.path.join(os.path.expanduser('~'), '.pylot', 'pylot.in')
print('Using default input file {}'.format(infile))
parameter = PylotParameter(infile)
pick.phase_hint = identifyPhase(pick.phase_hint)
if pick.phase_hint == 'P':
errors = parameter['timeerrorsP']
elif pick.phase_hint == 'S':