| parameter | data type | default value | description |
| ------ | ------ | ------ | ---- |
| prec_reference | string | | |
| sensor_meas_depth | integer | `0` | |
| sensor_accuracy | integer | `0` | |
| soil_porosity | integer | `0` | |
| std_factor | integer | `2` | |
| std_factor_range | string | `"24h"` | |
| prec_reference | string | | A string, denoting the fields name in data, that holds the data series of precipitation values, the to-be-flagged values shall be checked against. |
| sensor_meas_depth | integer | `0` | Depth of the soil moisture sensor in meter.|
| ignore_missing | bool | `False` | If True, the variance of condition (2), will also be calculated if there is a value missing in the time window. Selcting Flase (default) results in values that succeed a time window containing a missing value never being flagged (test not applicable rule) |
### Description
...
...
@@ -395,8 +400,8 @@ Thus, a data point $`x_k`$ with sampling rate $`f`$ is flagged an invalid soil m
* $`x_k > x_{k-s}`$
2. The rise must be sufficient. Meassured in terms of the standart deviation
$`V`$, of the values in the preceeding `std_factor_range` - window.
This means, with $`h = `$`standart_factor_range` / $`f`$:
3. Depending on some sensor specifications, there can be calculated a bound $`>0`$, the rainfall has to exceed to justify the eventual soil moisture raise.
For the series of the precipitation meassurements $`y`$, and the quotient $`j = `$ "24h" / $`f`$, this means: