Skip to content
Snippets Groups Projects

docstring changes

Merged David Schäfer requested to merge docs into develop
+ 2
2
@@ -199,9 +199,9 @@ class ResamplingMixin:
"""
Resample data points and flags to a regular frequency.
The data will be sampled at regular (equidistant) timestamps aka. Grid points.
The data will be sampled to regular (equidistant) timestamps.
Sampling intervals therefore get aggregated with a function, specified by
``func`` parameter and the result gets projected onto the new timestamps with a
``func``, the result is projected to the new timestamps using
method, specified by ``method``. The following method (keywords) are available:
* ``'nagg'``: all values in the range (+/- `freq`/2) of a grid point get
Loading