From bd9d32d432cafd109ed17c73e124d689d282cf9f Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Thu, 29 Apr 2021 16:41:28 +0200 Subject: [PATCH] Use only 15 bins --- km3buu/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3buu/output.py b/km3buu/output.py index 1dfc774..36493c6 100644 --- a/km3buu/output.py +++ b/km3buu/output.py @@ -219,7 +219,7 @@ class GiBUUOutput: weights=weights, bins=np.logspace( np.log10(Emin), np.log10(Emax), - 20)) + 15)) deltaE = np.mean(self.flux_data["energy"][1:] - self.flux_data["energy"][:-1]) bin_events = np.array([ -- GitLab