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