Distinguish between auto picks and manual picks in code.

This commit is contained in:
Ludger Küperkoch 2020-07-30 13:04:45 +02:00
parent 066db3df53
commit 79192cda33

View File

@ -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: