[add/bugfix] data._new = False after first picks application
This commit is contained in:
parent
987f5c4d62
commit
ab260e45f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user