From 5f124c7c330f6ca80df4a02eb17a5c1f88e82f38 Mon Sep 17 00:00:00 2001 From: Peter Luenenschloss <peter.luenenschloss@ufz.de> Date: Thu, 5 Dec 2019 15:32:14 +0100 Subject: [PATCH] Update FunctionDescriptions.md --- docs/FunctionDescriptions.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/FunctionDescriptions.md b/docs/FunctionDescriptions.md index a66f69b99..bf194ba7c 100644 --- a/docs/FunctionDescriptions.md +++ b/docs/FunctionDescriptions.md @@ -614,13 +614,31 @@ In detail the process includes: NOTE, that, if: -(1) you want to calculate flags on the new, harmonic dataseries and +1. you want to calculate flags on the new, harmonic dataseries and project this flags back onto the original timestamps/flags, you have to add a call to `deharmonize` on this variable in your meta file. -(2) you want to restore the original data shape, as inserted into saqc - you +2. you want to restore the original data shape, as inserted into saqc - you have to add a call to deharmonize on all the variables harmonized in the meta. +Key word overview: + +`inter_method`: + +1. Shifts: + * `"fshift"`: + * `"bshift"`: + * `"nearest_shift"`: +2. Aggregations: + * `"fagg"`: + * `"bagg"`: + * `"nearest_agg"`: +3. Interpolations: + * + +`reshape_method`: + + -- GitLab