Skip to content

Commit

Permalink
fixup - rename recon
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEAllen committed May 28, 2024
1 parent ae39cf6 commit 40f9d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantidimaging/gui/windows/recon/presenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _on_stack_reconstruct_slice_done(self, task: TaskWorkerThread):
assert self.model.images is not None
filter_name = self.view.recon_params().filter_name
algorithm_name = self.view.recon_params().algorithm
images.name = f"Recon_Slice{algorithm_name}"
images.name = f"Recon_Slice_{algorithm_name}"
images.name = f"{images.name}_{filter_name}" if filter_name else images.name
self._replace_inf_nan(images) # pyqtgraph workaround
self.view.show_recon_volume(images, self.model.stack_id)
Expand Down

0 comments on commit 40f9d9e

Please sign in to comment.