Skip to content
Snippets Groups Projects
Commit 57ac65dc authored by Egor Sobolev's avatar Egor Sobolev
Browse files

Reading also beam parameters from crystfel geometry file

parent aabe4932
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def read_crystfel_geom(filename, indexes=dict()):
for column, dimno in indexes.items():
panels[column] = panels.dim_structure.apply(lambda x: x[dimno])
return panels
return panels, geom.beam
def get_pixel_positions(panels):
......
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