def getlr_sc5(self): return map(lambda x: convert_sc5(x, 0, 212), self.getlr())
def map_sc5(left_right_tuple): return map(lambda x: convert_sc5(x, 0, 212), left_right_tuple)