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 bee82631 authored by usov_i's avatar usov_i
Browse files

Use dist2 in cami for detector distance

parent 98a76ebf
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ def read_detector_data(filepath, cami_meta=None): ...@@ -136,7 +136,7 @@ def read_detector_data(filepath, cami_meta=None):
if "detector parameters" in cami_meta: if "detector parameters" in cami_meta:
cami_meta_detparam = cami_meta["detector parameters"] cami_meta_detparam = cami_meta["detector parameters"]
if "dist1" in cami_meta_detparam: if "dist2" in cami_meta_detparam:
det_data["ddist"] = cami_meta_detparam["dist1"] det_data["ddist"] = cami_meta_detparam["dist2"]
return det_data return det_data
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