From 23a42174bf380d343d229b01d6f156dac718c2a5 Mon Sep 17 00:00:00 2001 From: Peter Luenenschloss <peter.luenenschloss@ufz.de> Date: Mon, 9 Dec 2019 14:52:07 +0100 Subject: [PATCH] Update FunctionDescriptions.md --- docs/FunctionDescriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FunctionDescriptions.md b/docs/FunctionDescriptions.md index 59ab572a8..66b78a567 100644 --- a/docs/FunctionDescriptions.md +++ b/docs/FunctionDescriptions.md @@ -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.). -- GitLab