update fluence and simulation to work with detectors and correct count rates

This commit is contained in:
Pim Nelissen
2026-03-20 09:25:09 +01:00
parent a133b8b1c7
commit b1d781714b
5 changed files with 47 additions and 70 deletions

View File

@ -4,7 +4,7 @@ from pandas import read_csv
from pg_rad.configs.filepaths import ISOTOPE_TABLE
from pg_rad.exceptions.exceptions import InvalidIsotopeError
from pg_rad.physics.attenuation import get_mass_attenuation_coeff
from pg_rad.utils.interpolators import get_mass_attenuation_coeff
class Isotope: