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
73b7b2e3
Commit
73b7b2e3
authored
Jan 07, 2022
by
Pierre Paleo
Browse files
Remove _get_norm_func_name
parent
6d77466d
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/reconstruction/sinogram_cuda.py
View file @
73b7b2e3
...
...
@@ -174,7 +174,7 @@ class CudaSinoNormalization(SinoNormalization):
self
.
_d_tmp
=
garray
.
zeros
(
self
.
sinos_shape
[
-
2
:],
"f"
)
if
self
.
normalization_kind
==
"chebyshev"
:
self
.
_chebyshev_kernel
=
CudaKernel
(
self
.
_get_norm_func_name
()
,
"normalize_chebyshev"
,
filename
=
get_cuda_srcfile
(
"normalization.cu"
),
signature
=
"Piii"
,
)
...
...
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