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
c44ef5b6
Commit
c44ef5b6
authored
Apr 10, 2019
by
Martin Reinecke
Browse files
cosmetics
parent
bbacf199
Pipeline
#46640
passed with stages
in 8 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/code.rst
View file @
c44ef5b6
...
...
@@ -235,8 +235,6 @@ specific inference problems. Currently these are:
distributed according to a inverse-gamma distribution.
- :class:`~correlated_fields.CorrelatedField`, which models a diffuse field whose correlation
structure is described by an amplitude operator.
.. - :class:`~correlated_fields.CorrelatedField`, which models a diffuse log-normal field. It takes an
amplitude operator to specify the correlation structure of the field.
Linear Operators
...
...
nifty5/operators/harmonic_operators.py
View file @
c44ef5b6
...
...
@@ -364,9 +364,10 @@ class HarmonicTransformOperator(LinearOperator):
Notes
-----
HarmonicTransformOperator uses a Hartly transformation to transform between harmonic and
non-harmonic RGSpaces. This has the advantage that all field values are real in either space.
If you require a true Fourier transform you should use FFTOperator instead.
HarmonicTransformOperator uses a Hartley transformation to transform
between harmonic and non-harmonic RGSpaces. This has the advantage that all
field values are real in either space. If you require a true Fourier
transform you should use FFTOperator instead.
"""
def
__init__
(
self
,
domain
,
target
=
None
,
space
=
None
):
...
...
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