mirror of
https://github.com/pim-n/pg-rad
synced 2026-05-14 09:08:10 +02:00
update isotope lookup to tabular format. Add primary gamma energy to results plotting
This commit is contained in:
@ -62,6 +62,7 @@ class SimulationEngine:
|
||||
SourceOutput(
|
||||
s.name,
|
||||
s.isotope.name,
|
||||
s.isotope.E,
|
||||
s.activity,
|
||||
s.pos,
|
||||
dist_to_path)
|
||||
|
||||
@ -13,6 +13,7 @@ class CountRateOutput:
|
||||
class SourceOutput:
|
||||
name: str
|
||||
isotope: str
|
||||
primary_gamma: float
|
||||
activity: float
|
||||
position: Tuple[float, float, float]
|
||||
dist_from_path: float
|
||||
|
||||
Reference in New Issue
Block a user