mirror of
https://github.com/pim-n/pg-rad
synced 2026-06-17 15:59:35 +02:00
add bkg count option in input
This commit is contained in:
@ -47,7 +47,8 @@ class SimulationEngine:
|
||||
calculate_counts_along_path(
|
||||
self.landscape,
|
||||
self.detector,
|
||||
velocity=self.runtime_spec.speed
|
||||
velocity=self.runtime_spec.speed,
|
||||
bkg_cps_input=self.sim_spec.bkg_cps
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user