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
ift
NIFTy
Commits
9c9317a9
Commit
9c9317a9
authored
Jun 27, 2018
by
Lukas Platz
Browse files
fixing (?) WF curvature: condition on wrong iteration controller
parent
a675f9ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/wiener_filter_curvature.py
View file @
9c9317a9
...
...
@@ -45,7 +45,7 @@ def WienerFilterCurvature(R, N, S, iteration_controller=None,
The iteration controller to use for sampling.
"""
M
=
SandwichOperator
.
make
(
R
,
N
.
inverse
)
if
iteration_controller
is
not
None
:
if
iteration_controller
_sampling
is
not
None
:
op
=
SamplingEnabler
(
M
,
S
.
inverse
,
iteration_controller_sampling
,
S
.
inverse
)
else
:
...
...
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