Files
pg-rad/src/pg_rad/isotopes/presets.py
2026-02-13 14:55:42 +01:00

11 lines
182 B
Python

from .isotope import Isotope
class CS137(Isotope):
def __init__(self):
super().__init__(
name="Cs-137",
E=661.66,
b=0.851
)