summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-09-30 16:22:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-09-30 17:09:43 +0200
commit31764095307163af9ab132e978f1bb06973072c7 (patch)
treea8f2c9c59ce1a0d29c6426b19151ef1eca2719f4
parentb9c8ff499d662667c2db30e2e896e083eedd5f2a (diff)
accela: higher gain at small deltas
-rw-r--r--ftnoir_filter_accela/ftnoir_filter_accela.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.cpp b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
index 058599a3..ac166447 100644
--- a/ftnoir_filter_accela/ftnoir_filter_accela.cpp
+++ b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
@@ -15,9 +15,9 @@ static constexpr double rot_gains[][2] = {
{ 2.66, 105 },
{ 2.0, 47 },
{ 1.66, 25 },
- { 1.33, 12 },
+ { 1.33, 11 },
{ 1, 3.5 },
- { .66, 1 },
+ { .66, 1.4 },
{ .33, .4 },
{ 0, 0 },
{ -1, 0 }