Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 64baeb03 authored by usov_i's avatar usov_i
Browse files

Remove nu from a list of possible motor names

parent d57160a7
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ def read_detector_data(filepath, cami_meta=None):
# a default motor for a single frame file
scan["scan_motor"] = "omega"
else:
for var in ("omega", "gamma", "nu", "chi", "phi"):
for var in ("omega", "gamma", "chi", "phi"): # TODO: also nu?
if abs(scan[var][0] - scan[var][-1]) > 0.1:
scan["scan_motor"] = var
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment