From 79192cda332bfca2792633b4b859be45d03209d5 Mon Sep 17 00:00:00 2001 From: Ludger Kueperkoch Date: Thu, 30 Jul 2020 13:04:45 +0200 Subject: [PATCH] Distinguish between auto picks and manual picks in code. --- pylot/core/util/event.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/core/util/event.py b/pylot/core/util/event.py index c3a71d30..69763801 100644 --- a/pylot/core/util/event.py +++ b/pylot/core/util/event.py @@ -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: