Distinguish between auto picks and manual picks in code.
This commit is contained in:
parent
066db3df53
commit
79192cda33
@ -233,7 +233,7 @@ class Event(ObsPyEvent):
|
||||
|
||||
def setAutopick(self, station, pick):
|
||||
"""
|
||||
Set pick at station
|
||||
Set autopylot pick at station
|
||||
:param station: station name
|
||||
:type station: str
|
||||
:param pick:
|
||||
@ -255,7 +255,7 @@ class Event(ObsPyEvent):
|
||||
|
||||
def setAutopicks(self, picks):
|
||||
"""
|
||||
Set pylot picks and delete and overwrite all existing
|
||||
Set autopylot picks and delete and overwrite all existing
|
||||
:param picks: new picks
|
||||
:type picks: dict
|
||||
:return:
|
||||
|
Loading…
Reference in New Issue
Block a user