From b28d0ad337845afd0af12ed5f02be0e67cda9136 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 11 Aug 2020 16:24:11 +0800 Subject: [PATCH] increase unlock_counter_threshold --- noptica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noptica.py b/noptica.py index 5a09c59..7c8921b 100644 --- a/noptica.py +++ b/noptica.py @@ -119,7 +119,7 @@ class Stabilizer: self.k = 50.0e-6 self.tolerance = 10e3 self.lock_counter_threshold = 60 - self.unlock_counter_threshold = 600 + self.unlock_counter_threshold = 1000 self.wiggle = 0.2 def input(self, samples):