Skip to content
Snippets Groups Projects
Commit 23a42174 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Update FunctionDescriptions.md

parent 666aba5d
No related branches found
No related tags found
No related merge requests found
......@@ -972,7 +972,7 @@ Interpolation of an inserted equidistant frequency grid of sampling rate `freq`.
`"piecewise_polynomial"`, `"spline"`, `"pchip"`, `"akima"`.
* Be careful with pd.Series.interpolate's `"nearest"` and `"pad"`:
To just fill grid points forward/backward or from the nearest point - and
assign grid points, that refer to missing data, a nan value, the use of `"fshift"`, `"bshift"` and `"nearest_shift"` is
assign grid points, that refer to missing data, a nan value, the use of `harmonize_shift2Grid` function is
recommended, to ensure getting the result expected. (The methods diverge in some
special cases and do not properly interpolate grid-only.).
......
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