def __init__(self):
     Skeletor.__init__(self)
     self.individual = "0"
     self.traces_after_pp_path = "traces_afterPP/"
Beispiel #2
0
 def __init__(self):
     Skeletor.__init__(self)
     self.individual = "0"
     self.traces_after_pp_path = "traces_afterPP/"
 def readConfig(self, filename):
     Skeletor.readConfig(self, self.configPath)
     self.traces_after_pp_path = self.config.get('Postprocessing', 'traces_after_pp_path')
Beispiel #4
0
 def readConfig(self, filename):
     Skeletor.readConfig(self, self.configPath)
     self.traces_after_pp_path = self.config.get('Postprocessing',
                                                 'traces_after_pp_path')