From 63586bd272ddf9e7c1ec739f919e1c04fb11b0a5 Mon Sep 17 00:00:00 2001
From: Jack Christopher Hutchinson Rolph <jack.rolph@desy.de>
Date: Sat, 13 Nov 2021 18:48:18 +0100
Subject: [PATCH] Update RunFit.py

---
 RunFit.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RunFit.py b/RunFit.py
index 55949e1..4e77e6b 100644
--- a/RunFit.py
+++ b/RunFit.py
@@ -48,7 +48,7 @@ for i, (file, path) in enumerate(files_to_fit):
           t_0 = 100, #INTEGRATION TIME BEFORE GATE (ns)
           pedestal = 0,
           prominence=1e-3,
-          min_n_peak_evts=90,
+          min_n_peak_evts=200,
           bandwidth_kde="optimise",
           bw=bw
 
@@ -82,4 +82,4 @@ for i, (file, path) in enumerate(files_to_fit):
 
 
 df = pd.DataFrame.from_dict(out_dict)
-df.to_csv("./Results/fit_results.csv")
\ No newline at end of file
+df.to_csv("./Results/fit_results.csv")
-- 
GitLab