diff --git a/noptica.py b/noptica.py index 3998237..5a09c59 100644 --- a/noptica.py +++ b/noptica.py @@ -120,7 +120,7 @@ class Stabilizer: self.tolerance = 10e3 self.lock_counter_threshold = 60 self.unlock_counter_threshold = 600 - self.wiggle = 0.1 + self.wiggle = 0.2 def input(self, samples): spectrum = np.abs(np.fft.fft(samples*blackmanharris(len(samples))))