From ab260e45f270e5e3150e4f93c96ce72b2c49bfe4 Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Tue, 27 Jun 2017 10:39:44 +0200 Subject: [PATCH] [add/bugfix] data._new = False after first picks application --- autoPyLoT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autoPyLoT.py b/autoPyLoT.py index 96e26e73..55aed248 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -351,6 +351,7 @@ def autoPyLoT(input_dict=None, parameter=None, inputfile=None, fnames=None, even # and fault mechanism calculation routines # ObsPy event object data.applyEVTData(picks) + data._new = False if evt is not None: data.applyEVTData(evt, 'event') fnqml = '%s/PyLoT_%s' % (event, evID)