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
388a50b4
Commit
388a50b4
authored
Oct 11, 2017
by
Martin Reinecke
Browse files
bug fix
parent
0119d765
Pipeline
#19501
passed with stage
in 4 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/library/wiener_filter/wiener_filter_energy.py
View file @
388a50b4
...
...
@@ -16,7 +16,7 @@ class WienerFilterEnergy(Energy):
d : Field,
the data.
R : Operator,
The response operator, descri
b
tion of the measurement process.
The response operator, descri
p
tion of the measurement process.
N : EndomorphicOperator,
The noise covariance in data space.
S : EndomorphicOperator,
...
...
@@ -34,7 +34,7 @@ class WienerFilterEnergy(Energy):
def
at
(
self
,
position
):
return
self
.
__class__
(
position
=
position
,
d
=
self
.
d
,
R
=
self
.
R
,
N
=
self
.
N
,
S
=
self
.
S
,
_j
=
self
.
_jpre
)
S
=
self
.
S
,
inverter
=
self
.
_inverter
,
_j
=
self
.
_jpre
)
@
property
@
memo
...
...
Write
Preview
Markdown
is supported
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