TODO: restructuring the datastructure classes; suggestion: write a Superclass GenericDataStructure which is than inherited by PilotDataStructure and SeiscompDataStructure
This commit is contained in:
@@ -146,6 +146,7 @@ class Data(object):
|
||||
def getEvtData(self):
|
||||
return self.evtdata
|
||||
|
||||
#TODO: write superclass DataStructure instead of three fully featured individual classes
|
||||
|
||||
class GenericDataStructure(object):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user