From a15c1396c6d06a9aa58fb3374007199864c4aed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Elle=20Lepper=C3=B8d?= Date: Thu, 10 Oct 2019 11:43:49 +0200 Subject: [PATCH] params --- actions/calculate-statistics/modules/parameters.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 actions/calculate-statistics/modules/parameters.yaml diff --git a/actions/calculate-statistics/modules/parameters.yaml b/actions/calculate-statistics/modules/parameters.yaml new file mode 100644 index 000000000..235cbb117 --- /dev/null +++ b/actions/calculate-statistics/modules/parameters.yaml @@ -0,0 +1,12 @@ +max_speed: +- 1 +min_speed: +- 0.02 +position_sampling_rate: 100 +position_low_pass_frequency: 6 +box_size: +- 1.0 +- 1.0 +bin_size: 0.02 +smoothing_low: 0.03 +smoothing_high: 0.06