Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
cb6aa9de
Commit
cb6aa9de
authored
Feb 19, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc tweaks
parent
e53a1ac6
Pipeline
#25111
canceled with stage
in 1 minute and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
16 deletions
+18
-16
nifty4/library/nonlinear_power_energy.py
nifty4/library/nonlinear_power_energy.py
+1
-1
nifty4/library/wiener_filter_curvature.py
nifty4/library/wiener_filter_curvature.py
+7
-5
nifty4/library/wiener_filter_energy.py
nifty4/library/wiener_filter_energy.py
+10
-10
No files found.
nifty4/library/nonlinear_power_energy.py
View file @
cb6aa9de
...
...
@@ -50,7 +50,7 @@ class NonlinearPowerEnergy(Energy):
corrections.
default : 3
"""
# MR FIXME: docstring incomplete and outdated
def
__init__
(
self
,
position
,
d
,
N
,
xi
,
D
,
ht
,
Instrument
,
nonlinearity
,
Distribution
,
sigma
=
0.
,
samples
=
3
,
xi_sample_list
=
None
,
inverter
=
None
):
...
...
nifty4/library/wiener_filter_curvature.py
View file @
cb6aa9de
...
...
@@ -32,12 +32,14 @@ class WienerFilterCurvature(EndomorphicOperator):
Parameters
----------
R: LinearOperator
,
The response operator of the Wiener filter measurement.
R: LinearOperator
The response operator of the Wiener filter measurement.
N: EndomorphicOperator
The noise covariance.
S: DiagonalOperator,
The prior signal covariance
The noise covariance.
S: EndomorphicOperator
The prior signal covariance
inverter : Minimizer
The minimizer to use during numerical inversion
"""
def
__init__
(
self
,
R
,
N
,
S
,
inverter
):
...
...
nifty4/library/wiener_filter_energy.py
View file @
cb6aa9de
...
...
@@ -28,17 +28,17 @@ class WienerFilterEnergy(Energy):
Parameters
----------
position: Field
,
position: Field
The current map in harmonic space.
d: Field
,
the data
R: LinearOperator
,
The response operator, description of the measurement process. It needs
to map from harmonic signal space to data space.
N: EndomorphicOperator
,
The noise covariance in data space.
S: EndomorphicOperator
,
The prior signal covariance in harmonic space.
d: Field
the data
R: LinearOperator
The response operator, description of the measurement process. It needs
to map from harmonic signal space to data space.
N: EndomorphicOperator
The noise covariance in data space.
S: EndomorphicOperator
The prior signal covariance in harmonic space.
"""
def
__init__
(
self
,
position
,
d
,
R
,
N
,
S
,
inverter
,
_j
=
None
):
...
...
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