Re-implemented magnitude calculation within manual picking/location, yet on-going work

This commit is contained in:
Ludger Küperkoch
2019-06-04 12:29:53 +02:00
parent 102b7eafe3
commit bb313f0f49
3 changed files with 25 additions and 18 deletions

View File

@@ -542,6 +542,9 @@ class Data(object):
information on the event to the actual data
:param event:
"""
if event is None:
print("applyEvent: Received None")
return
if self.isNew():
self.setEvtData(event)
else: