mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Decreased outlier detection window
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "track.h"
|
||||
|
||||
#define OUTLIER_WINDOW 31
|
||||
#define OUTLIER_WINDOW 21
|
||||
|
||||
int Track::_elevationWindow = 3;
|
||||
int Track::_speedWindow = 5;
|
||||
|
Reference in New Issue
Block a user