Skip to content
Snippets Groups Projects
Commit cb6aa9de authored by Martin Reinecke's avatar Martin Reinecke
Browse files

doc tweaks

parent e53a1ac6
Branches
Tags
No related merge requests found
Pipeline #
...@@ -50,7 +50,7 @@ class NonlinearPowerEnergy(Energy): ...@@ -50,7 +50,7 @@ class NonlinearPowerEnergy(Energy):
corrections. corrections.
default : 3 default : 3
""" """
# MR FIXME: docstring incomplete and outdated
def __init__(self, position, d, N, xi, D, ht, Instrument, nonlinearity, def __init__(self, position, d, N, xi, D, ht, Instrument, nonlinearity,
Distribution, sigma=0., samples=3, xi_sample_list=None, Distribution, sigma=0., samples=3, xi_sample_list=None,
inverter=None): inverter=None):
......
...@@ -32,12 +32,14 @@ class WienerFilterCurvature(EndomorphicOperator): ...@@ -32,12 +32,14 @@ class WienerFilterCurvature(EndomorphicOperator):
Parameters Parameters
---------- ----------
R: LinearOperator, R: LinearOperator
The response operator of the Wiener filter measurement. The response operator of the Wiener filter measurement.
N: EndomorphicOperator N: EndomorphicOperator
The noise covariance. The noise covariance.
S: DiagonalOperator, S: EndomorphicOperator
The prior signal covariance The prior signal covariance
inverter : Minimizer
The minimizer to use during numerical inversion
""" """
def __init__(self, R, N, S, inverter): def __init__(self, R, N, S, inverter):
......
...@@ -28,17 +28,17 @@ class WienerFilterEnergy(Energy): ...@@ -28,17 +28,17 @@ class WienerFilterEnergy(Energy):
Parameters Parameters
---------- ----------
position: Field, position: Field
The current map in harmonic space. The current map in harmonic space.
d: Field, d: Field
the data the data
R: LinearOperator, R: LinearOperator
The response operator, description of the measurement process. It needs The response operator, description of the measurement process. It needs
to map from harmonic signal space to data space. to map from harmonic signal space to data space.
N: EndomorphicOperator, N: EndomorphicOperator
The noise covariance in data space. The noise covariance in data space.
S: EndomorphicOperator, S: EndomorphicOperator
The prior signal covariance in harmonic space. The prior signal covariance in harmonic space.
""" """
def __init__(self, position, d, R, N, S, inverter, _j=None): def __init__(self, position, d, R, N, S, inverter, _j=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment