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
279a9d51
Commit
279a9d51
authored
Jan 17, 2019
by
Philipp Arras
Browse files
Fixups
parent
3cf07f85
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/linear_interpolation.py
View file @
279a9d51
...
...
@@ -35,8 +35,8 @@ class LinearInterpolator(LinearOperator):
Parameters
----------
domain : RGSpace
sampling_points : numpy.ndarray
, shape (dim, ndata)
Positions at which to interpolate
.
sampling_points : numpy.ndarray
Positions at which to interpolate
, shape (dim, ndata),
Notes
-----
...
...
nifty5/sugar.py
View file @
279a9d51
...
...
@@ -110,7 +110,7 @@ def power_analyze(field, spaces=None, binbounds=None,
Parameters
----------
field :
:class:`
Field
`
field : Field
The field to be analyzed
spaces : None or int or tuple of int, optional
The indices of subdomains for which the power spectrum shall be
...
...
@@ -133,7 +133,7 @@ def power_analyze(field, spaces=None, binbounds=None,
Returns
-------
:class:`
Field
`
Field
The output object. Its domain is a PowerSpace and it contains
the power spectrum of `field`.
"""
...
...
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