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
ce993976
Commit
ce993976
authored
Jan 14, 2019
by
Philipp Arras
Browse files
Docs
parent
9213cc4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty5/library/smooth_linear_amplitude.py
View file @
ce993976
...
...
@@ -149,13 +149,15 @@ def SLAmplitude(target, n_pix, a, k0, sm, sv, im, iv, keys=['tau', 'phi']):
a : float
Strength of smoothness prior (see :class:`CepstrumOperator`).
k0 : float
Cutoff of smothness prior in quefrency space (see :class:`CepstrumOperator`).
Cutoff of smothness prior in quefrency space (see
:class:`CepstrumOperator`).
sm : float
Expected exponent of power law.
FIXME
Expected exponent of power law.
sv : float
Prior standard deviation of exponent of power law.
im : float
Expected y-intercept of power law. FIXME
Expected y-intercept of power law. This is the value at t_0 of the
LogRGSpace (see :class:`ExpTransform`).
iv : float
Prior standard deviation of y-intercept of power law.
...
...
nifty5/operators/exp_transform.py
View file @
ce993976
...
...
@@ -34,6 +34,8 @@ class ExpTransform(LinearOperator):
Then transforms between this log-space and its target, which is defined in
normal units.
FIXME Write something on t_0 of domain space
E.g: A field in log-log-space can be transformed into log-norm-space,
that is the y-axis stays logarithmic, but the x-axis is transfromed.
...
...
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