[adresses #190] read information on the picker if available
This commit is contained in:
parent
a1c79b554a
commit
040c21dc13
@ -746,6 +746,10 @@ class MainWindow(QMainWindow):
|
||||
phase['epp'] = epp
|
||||
phase['lpp'] = lpp
|
||||
phase['spe'] = spe
|
||||
try:
|
||||
phase['picker'] = str(pick.method_id).split('/')[1]
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
onsets[pick.phase_hint] = phase.copy()
|
||||
picks[station] = onsets.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user