Skip to content
Snippets Groups Projects
Commit 279a9d51 authored by Philipp Arras's avatar Philipp Arras
Browse files

Fixups

parent 3cf07f85
No related branches found
No related tags found
No related merge requests found
......@@ -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
-----
......
......@@ -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`.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment