Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
626bbc0b
Commit
626bbc0b
authored
Jan 14, 2019
by
Philipp Arras
Browse files
Add docu
parent
f5b4782e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/slope_operator.py
View file @
626bbc0b
...
...
@@ -25,11 +25,14 @@ from .linear_operator import LinearOperator
class
SlopeOperator
(
LinearOperator
):
"""
Cre
ates a
slope on target.
"""
Evalu
ates a
line on a LogRGSpace given slope and y-intercept
This operator creates a field on a LogRGSpace, which is created according
to a slope of given entries, (mean, y-intercept). The slope mean is the
power law of the field in normal-space.
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 each pixel has a well-defined coordinate
value.
# FIXME Say something about t0.
Parameters
----------
...
...
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