for m in matching:
            ms = m.split('_')
            if type(self.config[m]) == list:
                v[ms[1]] = float(self.config[m][0])
            else: