.git-blame-ignore-revs
.gitignore
LICENSE.txt
README.md
pyproject.toml
uv.lock
.github/workflows/documentation.yml
.github/workflows/publish.yml
.github/workflows/pytest.yml
.github/workflows/ruff.yml
docs/Makefile
docs/autodoc2_docstrings_parser.py
docs/conf.py
docs/examples.ipynb
docs/index.md
docs/make.bat
docs/user_guide/about.md
docs/user_guide/cask.md
docs/user_guide/index.md
docs/user_guide/spectrum.md
src/snf_simulations/__init__.py
src/snf_simulations/_version.py
src/snf_simulations/cask.py
src/snf_simulations/physics.py
src/snf_simulations/py.typed
src/snf_simulations/spec.py
src/snf_simulations/utils.py
src/snf_simulations.egg-info/PKG-INFO
src/snf_simulations.egg-info/SOURCES.txt
src/snf_simulations.egg-info/dependency_links.txt
src/snf_simulations.egg-info/entry_points.txt
src/snf_simulations.egg-info/requires.txt
src/snf_simulations.egg-info/top_level.txt
src/snf_simulations/data/__init__.py
src/snf_simulations/data/isotopes.csv
src/snf_simulations/data/reactor_data/hartlepool.csv
src/snf_simulations/data/reactor_data/sizewell.csv
src/snf_simulations/data/spec_data/Am242_an.txt
src/snf_simulations/data/spec_data/Ce144_an.txt
src/snf_simulations/data/spec_data/Cs135_an.txt
src/snf_simulations/data/spec_data/Cs137_an.txt
src/snf_simulations/data/spec_data/I129_an.txt
src/snf_simulations/data/spec_data/Kr88_an.txt
src/snf_simulations/data/spec_data/Np239_an.txt
src/snf_simulations/data/spec_data/Pr144_an.txt
src/snf_simulations/data/spec_data/Pu241_an.txt
src/snf_simulations/data/spec_data/Rb88_an.txt
src/snf_simulations/data/spec_data/Rh106_an.txt
src/snf_simulations/data/spec_data/Ru106_an.txt
src/snf_simulations/data/spec_data/Sr90_an.txt
src/snf_simulations/data/spec_data/Tc99_an.txt
src/snf_simulations/data/spec_data/Y90_an.txt
src/snf_simulations/data/spec_data/Zr93_an.txt
src/snf_simulations/scripts/__init__.py
src/snf_simulations/scripts/command_line.py
tests/__init__.py
tests/test_cask.py
tests/test_commandline.py
tests/test_data.py
tests/test_numpy_root.py
tests/test_physics.py
tests/test_spec.py
tests/test_utils.py
tests/data/Hartlepool_multiple.csv
tests/data/Hartlepool_single.csv
tests/data/Sizewell_multiple.csv
tests/data/Sizewell_single.csv
tests/data/__init__.py