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
fbf0b4a0
Commit
fbf0b4a0
authored
Sep 29, 2020
by
Pierre Paleo
Browse files
dataset_validator: bugfix
parent
ea7bf49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/resources/dataset_validator.py
View file @
fbf0b4a0
...
...
@@ -199,7 +199,7 @@ class NabuValidator(object):
nx
,
nz
=
self
.
dataset_infos
.
radio_dims
rec_params
=
self
.
nabu_config
[
"reconstruction"
]
if
rec_params
[
"enable_halftomo"
]:
cor
=
int
(
round
(
rec_params
[
"rotation_
axis_position
"
]
))
cor
=
int
(
round
(
self
.
dataset_infos
.
axis_position
))
ny
=
nx
=
2
*
cor
what
=
(
(
"start_x"
,
"end_x"
,
nx
),
...
...
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