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
dfc6fd3e
Commit
dfc6fd3e
authored
May 04, 2021
by
Pierre Paleo
Browse files
Slightly relax constraint for halftomo external CoR
parent
cb0ab0a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/preproc/sinogram.py
View file @
dfc6fd3e
...
...
@@ -173,7 +173,7 @@ def convert_halftomo(sino, rotation_axis_position):
assert
(
sino
.
shape
[
0
]
%
2
)
==
0
na
,
nx
=
sino
.
shape
if
rotation_axis_position
>
=
nx
:
if
rotation_axis_position
>
nx
:
return
_convert_halftomo_right
(
sino
,
rotation_axis_position
)
na2
=
na
//
2
...
...
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