Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
bf62de3d
Commit
bf62de3d
authored
May 10, 2021
by
Pierre Paleo
Browse files
Fix volume shape in histogram configuration information
parent
998d94cc
Pipeline
#46555
passed with stage
in 5 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/app/local_reconstruction.py
View file @
bf62de3d
...
...
@@ -486,7 +486,7 @@ class FullFieldReconstructor:
volume_shape
=
(
rec_options
[
"end_z"
]
-
rec_options
[
"start_z"
]
+
1
,
rec_options
[
"end_y"
]
-
rec_options
[
"start_y"
]
+
1
,
rec_options
[
"end_x"
]
-
rec_options
[
"start_x"
],
rec_options
[
"end_x"
]
-
rec_options
[
"start_x"
]
+
1
,
)
writer
=
NXProcessWriter
(
output_file
,
entry
=
output_entry
,
filemode
=
"a"
,
overwrite
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment