.git-blame-ignore-revs
.gitignore
LICENSE.txt
README.md
prek.toml
pyproject.toml
uv.lock
.github/workflows/documentation.yml
.github/workflows/prek.yml
.github/workflows/publish.yml
.github/workflows/pytest.yml
.github/workflows/ruff.yml
docs/Makefile
docs/about.md
docs/autodoc2_docstrings_parser.py
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/dashboard1.png
docs/_static/dashboard2.png
docs/_static/dashboard3.png
docs/_static/dashboard4.png
docs/contributing/contributing.md
docs/contributing/development.md
docs/contributing/index.md
docs/user_guide/cask.ipynb
docs/user_guide/dashboard.md
docs/user_guide/flux.ipynb
docs/user_guide/index.md
docs/user_guide/multiple_casks.ipynb
docs/user_guide/spectrum.ipynb
src/snf_simulations/__init__.py
src/snf_simulations/_version.py
src/snf_simulations/cask.py
src/snf_simulations/dashboard.py
src/snf_simulations/detector.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/example.tbQ
src/snf_simulations/data/fispin.py
src/snf_simulations/data/iaea.py
src/snf_simulations/data/mendeleev.py
src/snf_simulations/data/utils.py
src/snf_simulations/data/spec_data/106rh.csv
src/snf_simulations/data/spec_data/106ru.csv
src/snf_simulations/data/spec_data/129i.csv
src/snf_simulations/data/spec_data/135cs.csv
src/snf_simulations/data/spec_data/137cs.csv
src/snf_simulations/data/spec_data/144ce.csv
src/snf_simulations/data/spec_data/144pr.csv
src/snf_simulations/data/spec_data/239np.csv
src/snf_simulations/data/spec_data/241pu.csv
src/snf_simulations/data/spec_data/242am.csv
src/snf_simulations/data/spec_data/88kr.csv
src/snf_simulations/data/spec_data/88rb.csv
src/snf_simulations/data/spec_data/90sr.csv
src/snf_simulations/data/spec_data/90y.csv
src/snf_simulations/data/spec_data/93zr.csv
src/snf_simulations/data/spec_data/99tc.csv
src/snf_simulations/scripts/__init__.py
src/snf_simulations/scripts/command_line.py
src/snf_simulations/scripts/dashboard.py
tests/__init__.py
tests/test_cask.py
tests/test_commandline.py
tests/test_data_fispin.py
tests/test_data_iaea.py
tests/test_data_mendeleev.py
tests/test_data_utils.py
tests/test_detector.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_proportions.csv
tests/data/Hartlepool_single.csv
tests/data/Sizewell_multiple.csv
tests/data/Sizewell_proportions.csv
tests/data/Sizewell_single.csv
tests/data/__init__.py