1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Decreased outlier detection window

This commit is contained in:
Martin Tůma 2017-05-25 01:55:09 +02:00
parent cb70f0dded
commit 9e798e626c

View File

@ -1,6 +1,6 @@
#include "track.h"
#define OUTLIER_WINDOW 31
#define OUTLIER_WINDOW 21
int Track::_elevationWindow = 3;
int Track::_speedWindow = 5;