mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
update isotope lookup to tabular format. Add primary gamma energy to results plotting
This commit is contained in:
@ -105,7 +105,7 @@ class ResultPlotter:
|
||||
data = [
|
||||
[
|
||||
s.name,
|
||||
s.isotope,
|
||||
s.isotope+f" ({s.primary_gamma} keV)",
|
||||
s.activity,
|
||||
"("+", ".join(f"{val:.2f}" for val in s.position)+")",
|
||||
round(s.dist_from_path, 2)
|
||||
|
||||
Reference in New Issue
Block a user