Searched refs:ar_string (Results 1 – 1 of 1) sorted by relevance
38 def convert_ar_to_float(ar_string): argument46 ar_list = [float(x) for x in ar_string.split(":")]62 for ar_string in AR_CHECKED:63 if np.isclose(sensor_ar, convert_ar_to_float(ar_string), atol=FMT_ATOL):64 match_ar = ar_string84 for ar_string in AR_CHECKED:85 match_ar = [float(x) for x in ar_string.split(":")]98 for ar_string in AR_CHECKED:99 target_ar = convert_ar_to_float(ar_string)112 ar_scaling[ar_string] = scaling