mirror of
https://github.com/pim-n/pg-rad
synced 2026-07-01 17:49:33 +02:00
pass global seed onto fluence and background
This commit is contained in:
@ -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)]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user