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:
parent
cb70f0dded
commit
9e798e626c
@ -1,6 +1,6 @@
|
||||
#include "track.h"
|
||||
|
||||
#define OUTLIER_WINDOW 31
|
||||
#define OUTLIER_WINDOW 21
|
||||
|
||||
int Track::_elevationWindow = 3;
|
||||
int Track::_speedWindow = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user