Skip to content
GitLab
Menu
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
5bc63b80
Commit
5bc63b80
authored
Jun 24, 2022
by
Pierre Paleo
Browse files
OpenCL FBP wrapper: fix extra_options check
parent
bd7c5ec1
Pipeline
#78435
passed with stage
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/reconstruction/fbp_opencl.py
View file @
5bc63b80
...
...
@@ -57,7 +57,7 @@ class Backprojector:
raise
NotImplementedError
()
if
padding_mode
is
not
None
:
self
.
_silx_fbp_extra_options
[
"padding_mode"
]
=
padding_mode
self
.
_silx_fbp_extra_options
[
"cutoff"
]
=
extra_options
.
get
(
"fbp_filter_cutoff"
,
1.
)
self
.
_silx_fbp_extra_options
[
"cutoff"
]
=
self
.
extra_options
.
get
(
"fbp_filter_cutoff"
,
1.
)
def
_get_scale_factor
(
self
,
scale_factor
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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