Skip to content

Commit

Permalink
Changed splitting thresholds. (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: Joran Angevaare <jorana@nikhef.nl>
  • Loading branch information
WenzDaniel and JoranAngevaare committed May 20, 2021
1 parent 5030c45 commit 428933b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions straxen/plugins/veto_hitlets.py
Expand Up @@ -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',
Expand Down

0 comments on commit 428933b

Please sign in to comment.