From 428933b688ed5ef1c6796ef0df5e10d9cbf706ce Mon Sep 17 00:00:00 2001 From: Daniel Wenz <43881800+WenzDaniel@users.noreply.github.com> Date: Thu, 20 May 2021 09:48:36 +0200 Subject: [PATCH] Changed splitting thresholds. (#490) Co-authored-by: Joran Angevaare --- straxen/plugins/veto_hitlets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/straxen/plugins/veto_hitlets.py b/straxen/plugins/veto_hitlets.py index 8a521532a..d62a30f10 100644 --- a/straxen/plugins/veto_hitlets.py +++ b/straxen/plugins/veto_hitlets.py @@ -22,12 +22,12 @@ 'Specify as a tuple of length 120, or a number.'), strax.Option( 'min_split_nv', - default=100, track=True, + default=0.063, track=True, help='Minimum height difference pe/sample between local minimum and maximum, ' 'that a pulse get split.'), strax.Option( 'min_split_ratio_nv', - default=0, track=True, + default=0.75, track=True, help='Min ratio between local maximum and minimum to split pulse (zero to switch this off).'), strax.Option( 'entropy_template_nv',