Skip to content
Snippets Groups Projects
Commit bd9d32d4 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Use only 15 bins

parent 989e81b9
No related branches found
No related tags found
2 merge requests!9Mean cross section,!8W2list
Pipeline #19684 passed
......@@ -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([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment