aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorMike Turvey <mturvey6@gmail.com>2017-04-11 17:42:04 -0700
committerMike Turvey <mturvey6@gmail.com>2017-04-11 17:42:04 -0700
commit4b842a1a73a2713726c3d999ab4b6886e7e9fb69 (patch)
tree588f364728c63f032b17582379f48dc4a808c960 /src/survive_data.c
parent0b16cebf7ca20da43da99cf9d59ab9ed8a3c205f (diff)
downloadlibsurvive-4b842a1a73a2713726c3d999ab4b6886e7e9fb69.tar.gz
libsurvive-4b842a1a73a2713726c3d999ab4b6886e7e9fb69.tar.bz2
Disabling remove_outliers because it's removing too many non-outliers
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 647a5d7..0273532 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -67,6 +67,7 @@ int handle_lightcap2_getAcodeFromSyncPulse(SurviveObject * so, int pulseLen)
}
uint8_t remove_outliers(SurviveObject *so) {
+ return 0; // disabling this for now because it seems remove almost all the points for wired watchman and wired tracker.
lightcap2_data *lcd = so->disambiguator_data;
uint32_t sum = 0;