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):
|
def setAutopick(self, station, pick):
|
||||||
"""
|
"""
|
||||||
Set pick at station
|
Set autopylot pick at station
|
||||||
:param station: station name
|
:param station: station name
|
||||||
:type station: str
|
:type station: str
|
||||||
:param pick:
|
:param pick:
|
||||||
@ -255,7 +255,7 @@ class Event(ObsPyEvent):
|
|||||||
|
|
||||||
def setAutopicks(self, picks):
|
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
|
:param picks: new picks
|
||||||
:type picks: dict
|
:type picks: dict
|
||||||
:return:
|
:return:
|
||||||
|
Loading…
Reference in New Issue
Block a user