Skip to content
Snippets Groups Projects
Commit cfe0803a authored by Simon Wittl's avatar Simon Wittl
Browse files

add header to get projection

parent 794c0fc8
No related branches found
No related tags found
No related merge requests found
......@@ -56,11 +56,10 @@ def get_projection_dict(
header,
)
projection["detector"] = get_detector_dict(image_dimensions_px, pixel_pitch_mm)
projection["image"] = {"image_path", str(image_path)}
projection['detector'] = get_detector_dict(image_dimensions_px, pixel_pitch_mm)
projection['image'] = {'image_path', str(image_path)}
return projection
if __name__ == "__main__":
projection_cli()
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