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

Initial implementation of hdf param study panel

parent 089a0cf5
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -75,6 +75,7 @@ def read_detector_data(filepath, cami_meta=None):
data = data.reshape(n, rows, cols)
det_data = {"data": data}
det_data["original_filename"] = filepath
if "/entry1/zebra_mode" in h5f:
det_data["zebra_mode"] = h5f["/entry1/zebra_mode"][0].decode()
......
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