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
8aa27872
Commit
8aa27872
authored
Nov 18, 2019
by
Pierre Paleo
Browse files
Bugfix
parent
01e572f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/reconstruction/fbp.py
View file @
8aa27872
...
...
@@ -176,7 +176,7 @@ class Backprojector(CudaProcessing):
self
.
_d_msin
,
1.0
# scale factor # TODO customize
]
if
self
.
n_slices
>
=
1
:
if
self
.
n_slices
>
1
:
self
.
kern_proj_args
.
insert
(
3
,
self
.
n_slices
)
self
.
kern_proj_kwargs
=
{
"grid"
:
self
.
grid
,
...
...
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