Treat o2t as om
This commit is contained in:
parent
4bcfaf8c80
commit
19daa16de7
@ -167,6 +167,9 @@ def parse_1D(fileobj, data_type):
|
|||||||
if "scan_motor" not in scan:
|
if "scan_motor" not in scan:
|
||||||
scan["scan_motor"] = "om"
|
scan["scan_motor"] = "om"
|
||||||
|
|
||||||
|
if scan["scan_motor"] == "o2t":
|
||||||
|
scan["scan_motor"] = "om"
|
||||||
|
|
||||||
if scan["scan_motor"] != "om":
|
if scan["scan_motor"] != "om":
|
||||||
raise Exception("Unsupported variable name in ccl file.")
|
raise Exception("Unsupported variable name in ccl file.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user