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
6a320d6e
Commit
6a320d6e
authored
May 11, 2021
by
Pierre Paleo
Browse files
Propagate enable_halftomo in options
parent
e3e599cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/resources/processconfig.py
View file @
6a320d6e
...
...
@@ -366,7 +366,9 @@ class ProcessConfig:
)
rec_options
=
options
[
"reconstruction"
]
rec_options
[
"rotation_axis_position"
]
=
dataset_infos
.
axis_position
rec_options
[
"enable_halftomo"
]
=
self
.
do_halftomo
options
[
"build_sino"
][
"rotation_axis_position"
]
=
dataset_infos
.
axis_position
options
[
"build_sino"
][
"enable_halftomo"
]
=
self
.
do_halftomo
rec_options
[
"axis_correction"
]
=
dataset_infos
.
axis_correction
rec_options
[
"angles"
]
=
dataset_infos
.
reconstruction_angles
rec_options
[
"radio_dims_y_x"
]
=
dataset_infos
.
radio_dims
[::
-
1
]
...
...
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