convert
convert_rt(rt_str)
convert hd examiner rt string to float example: "7.44-7.65" -> 7.545
Source code in hdxms_datasets/convert.py
61 62 63 64 65 66 67 |
|
convert_rt(rt_str)
convert hd examiner rt string to float example: "7.44-7.65" -> 7.545
hdxms_datasets/convert.py
61 62 63 64 65 66 67 |
|