Skip to content
GitLab
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
edf4e610
Commit
edf4e610
authored
Jan 18, 2019
by
Philipp Arras
Browse files
Docs
parent
ccea675a
Changes
4
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/diagonal_operator.py
View file @
edf4e610
...
...
@@ -27,8 +27,8 @@ class DiagonalOperator(EndomorphicOperator):
"""Represents a :class:`LinearOperator` which is diagonal.
The NIFTy DiagonalOperator class is a subclass derived from the
:class:`EndomorphicOperator`. It multiplies an input field pixel-wise with
its
diagonal.
:class:`EndomorphicOperator`. It multiplies an input field pixel-wise with
its
diagonal.
Parameters
----------
...
...
nifty5/operators/scaling_operator.py
View file @
edf4e610
...
...
@@ -33,6 +33,9 @@ class ScalingOperator(EndomorphicOperator):
Notes
-----
:class:`Operator` supports the multiplication with a scalar. So one does
not need instantiate :class:`ScalingOperator` explicitly in most cases.
Formally, this operator always supports all operation modes (times,
adjoint_times, inverse_times and inverse_adjoint_times), even if `factor`
is 0 or infinity. It is the user's responsibility to apply the operator
...
...
nifty5/operators/slope_operator.py
View file @
edf4e610
...
...
@@ -29,8 +29,8 @@ class SlopeOperator(LinearOperator):
Slope and y-intercept of this line are the two parameters which are
defined on an UnstructeredDomain (in this order) which is the domain of
the operator. Being a LogRGSpace instance each pixel has a well-defined
coordinate
value.
the operator. Being a LogRGSpace instance each pixel has a well-defined
coordinate
value.
The y-intercept is defined to be the value at t_0 of the target.
...
...
nifty5/operators/value_inserter.py
View file @
edf4e610
...
...
@@ -28,6 +28,7 @@ from .linear_operator import LinearOperator
class
ValueInserter
(
LinearOperator
):
# FIXME THIS IS NOT A LINEAR OPERATOR
"""Inserts one value into a field which is constant otherwise.
Parameters
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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