Skip to content
Snippets Groups Projects
Commit 34f16a04 authored by Jerome Lesaint's avatar Jerome Lesaint
Browse files

Black

parent e26e7f45
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,7 @@ class ChunkedPipeline:
if options["method"] == "mlem" and options["implementation"] in (None, "corrct"):
self.reconstruction = self.MLEMClass( # pylint: disable=E1102
(self.radios_shape[1],) + self.sino_shape,
angles_rad=options["angles"],
angles_rad=options["angles"],
shifts_uv=self.dataset_info.translations, # In config file, one line per proj, each line is (tu,tv). Corrct expects one col per proj and (tv,tu).
cor=options["rotation_axis_position"],
n_iterations=options["iterations"],
......
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