mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-11 19:58:11 +01:00
Improve isotopes and sources
This commit is contained in:
@ -3,7 +3,7 @@ from .isotope import Isotope
|
||||
|
||||
class CS137(Isotope):
|
||||
def __init__(self):
|
||||
super.__init__(
|
||||
super().__init__(
|
||||
name="Cs-137",
|
||||
E=661.66,
|
||||
b=0.851
|
||||
|
||||
Reference in New Issue
Block a user