pass global seed onto fluence and background

This commit is contained in:
Pim Nelissen
2026-05-03 17:29:53 +02:00
parent 372082f19b
commit 40b09971ff
7 changed files with 23 additions and 8 deletions

View File

@ -116,6 +116,7 @@ class ResultPlotter:
["Air density (kg/m^3)", round(self.landscape.air_density, 3)],
["Total path length (m)", round(self.landscape.path.length, 3)],
["Readout points", len(self.count_rate_res.integrated_counts)],
["Seed", self.count_rate_res.seed],
["Mean background cps", round(self.count_rate_res.mean_bkg_cps, 3)]
]