[add/bugfix] data._new = False after first picks application

This commit is contained in:
Marcel Paffrath 2017-06-27 10:39:44 +02:00
parent 987f5c4d62
commit ab260e45f2

View File

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