From 195aaa6a7853db3678ff14f7c548fc9ac543f136 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Thu, 16 Jan 2025 23:07:49 +0100 Subject: [PATCH] might be more efficient --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index f0b2e6d..0c71e1e 100644 --- a/config/config.go +++ b/config/config.go @@ -64,7 +64,7 @@ var DefaultConfig = ConfigS{ ParticleAcceleration: 0.015, ParticleDrag: 5.0, DefaultToSingleChannel: false, - PeakDetectSeparator: 1000, + PeakDetectSeparator: 100, } var Config ConfigS