DISCLAIMER.md
LICENSE
LIMITATIONS.md
MANIFEST.in
README.md
SBOM.spdx.json
SOURCE_OFFER.md
THIRD_PARTY_NOTICES.md
pyproject.toml
licenses/CC-BY-4.0.txt
licenses/LGPL-3.0.txt
licenses/OFL-1.1.txt
licenses/PYINSTALLER-COPYING.txt
licenses/third_party/annotated-types-0.7.0/LICENSE
licenses/third_party/contourpy-1.3.3/LICENSE
licenses/third_party/cycler-0.12.1/LICENSE
licenses/third_party/et-xmlfile-2.0.0/LICENCE.python
licenses/third_party/et-xmlfile-2.0.0/LICENCE.rst
licenses/third_party/fonttools-4.62.1/LICENSE
licenses/third_party/fonttools-4.62.1/LICENSE.external
licenses/third_party/imageio-2.37.3/LICENSE
licenses/third_party/kiwisolver-1.5.0/LICENSE
licenses/third_party/lazy-loader-0.5/LICENSE.md
licenses/third_party/matplotlib-3.10.8/LICENSE
licenses/third_party/matplotlib-3.10.8/LICENSE_DEJAVU
licenses/third_party/matplotlib-3.10.8/LICENSE_STIX
licenses/third_party/networkx-3.6.1/LICENSE.txt
licenses/third_party/numpy-2.4.4/COPYING
licenses/third_party/numpy-2.4.4/LICENSE
licenses/third_party/numpy-2.4.4/LICENSE-10.md
licenses/third_party/numpy-2.4.4/LICENSE-2
licenses/third_party/numpy-2.4.4/LICENSE-2.md
licenses/third_party/numpy-2.4.4/LICENSE-2.txt
licenses/third_party/numpy-2.4.4/LICENSE-3
licenses/third_party/numpy-2.4.4/LICENSE-3.md
licenses/third_party/numpy-2.4.4/LICENSE-3.txt
licenses/third_party/numpy-2.4.4/LICENSE-4
licenses/third_party/numpy-2.4.4/LICENSE-4.md
licenses/third_party/numpy-2.4.4/LICENSE-4.txt
licenses/third_party/numpy-2.4.4/LICENSE-5.md
licenses/third_party/numpy-2.4.4/LICENSE-6.md
licenses/third_party/numpy-2.4.4/LICENSE-7.md
licenses/third_party/numpy-2.4.4/LICENSE-8.md
licenses/third_party/numpy-2.4.4/LICENSE-9.md
licenses/third_party/numpy-2.4.4/LICENSE.md
licenses/third_party/numpy-2.4.4/LICENSE.txt
licenses/third_party/openpyxl-3.1.5/LICENCE.rst
licenses/third_party/packaging-26.1/LICENSE
licenses/third_party/packaging-26.1/LICENSE.APACHE
licenses/third_party/packaging-26.1/LICENSE.BSD
licenses/third_party/pandas-3.0.2/LICENSE
licenses/third_party/pillow-12.2.0/LICENSE
licenses/third_party/psutil-7.2.2/LICENSE
licenses/third_party/pydantic-2.13.1/LICENSE
licenses/third_party/pydantic-core-2.46.1/LICENSE
licenses/third_party/pyparsing-3.3.2/LICENSE
licenses/third_party/python-3.11.0/LICENSE.txt
licenses/third_party/python-dateutil-2.9.0.post0/LICENSE
licenses/third_party/pyyaml-6.0.3/LICENSE
licenses/third_party/qtawesome-1.4.2/LICENSE.txt
licenses/third_party/qtpy-2.4.3/LICENSE.txt
licenses/third_party/scikit-image-0.26.0/LICENSE.txt
licenses/third_party/scipy-1.17.1/COPYING_QHULL.txt
licenses/third_party/scipy-1.17.1/LICENSE
licenses/third_party/scipy-1.17.1/LICENSE.md
licenses/third_party/scipy-1.17.1/LICENSE.txt
licenses/third_party/scipy-1.17.1/LICENSE_DOP
licenses/third_party/six-1.17.0/LICENSE
licenses/third_party/tifffile-2026.3.3/LICENSE
licenses/third_party/typing-extensions-4.15.0/LICENSE
licenses/third_party/typing-inspection-0.4.2/LICENSE
pyrateshield/__init__.py
pyrateshield/main.py
pyrateshield.egg-info/PKG-INFO
pyrateshield.egg-info/SOURCES.txt
pyrateshield.egg-info/dependency_links.txt
pyrateshield.egg-info/entry_points.txt
pyrateshield.egg-info/requires.txt
pyrateshield.egg-info/top_level.txt
pyrateshield/app/__init__.py
pyrateshield/app/autosave.py
pyrateshield/app/calc_worker.py
pyrateshield/app/commands.py
pyrateshield/app/dosemap_controller.py
pyrateshield/app/history.py
pyrateshield/app/io.py
pyrateshield/app/resources.py
pyrateshield/app/state.py
pyrateshield/domain/__init__.py
pyrateshield/domain/constants.py
pyrateshield/domain/project.py
pyrateshield/engines/__init__.py
pyrateshield/engines/api.py
pyrateshield/engines/common.py
pyrateshield/engines/constants.yml
pyrateshield/engines/wall_cache.py
pyrateshield/engines/pyshield/__init__.py
pyrateshield/engines/pyshield/attenuation.xlsx
pyrateshield/engines/pyshield/buildup.xlsx
pyrateshield/engines/pyshield/doserates.py
pyrateshield/engines/pyshield/engine.py
pyrateshield/engines/pyshield/isotope.py
pyrateshield/engines/pyshield/tables.py
pyrateshield/engines/radtracer/MCNP.pickle
pyrateshield/engines/radtracer/__init__.py
pyrateshield/engines/radtracer/radtracer.py
pyrateshield/engines/radtracer/MCNP/1_run_MCNP.py
pyrateshield/engines/radtracer/MCNP/2_make_LUT.py
pyrateshield/engines/radtracer/MCNP/3_fix_tails.py
pyrateshield/engines/radtracer/MCNP/constants.py
pyrateshield/engines/radtracer/MCNP/find_missing.py
pyrateshield/engines/radtracer/MCNP/watch_and_start.py
pyrateshield/examples/PET_small.zip
pyrateshield/examples/Therapy_large.zip
pyrateshield/gui/__init__.py
pyrateshield/gui/excel_safety.py
pyrateshield/gui/icons.py
pyrateshield/gui/left_panel.py
pyrateshield/gui/main_window.py
pyrateshield/gui/report_exporter.py
pyrateshield/gui/right_panel.py
pyrateshield/gui/settings_dialog.py
pyrateshield/gui/tool_windows.py
pyrateshield/gui/toolbar.py
pyrateshield/gui/update_check.py
pyrateshield/gui/canvas/__init__.py
pyrateshield/gui/canvas/items.py
pyrateshield/gui/canvas/scene.py
pyrateshield/gui/canvas/view.py
pyrateshield/gui/panels/__init__.py
pyrateshield/gui/panels/base.py
pyrateshield/gui/panels/calculator_panel.py
pyrateshield/gui/panels/critical_points_panel.py
pyrateshield/gui/panels/examples_panel.py
pyrateshield/gui/panels/isotopes_panel.py
pyrateshield/gui/panels/materials_panel.py
pyrateshield/gui/panels/rulers_panel.py
pyrateshield/gui/panels/scale_panel.py
pyrateshield/gui/panels/sources_panel.py
pyrateshield/gui/panels/walls_panel.py
pyrateshield/physics/__init__.py
pyrateshield/physics/isotope_data.py
pyrateshield/physics/isotopes.yml
pyrateshield/physics/validate_spectrum_weights.py
pyrateshield/physics/iaea/scrape_iaea.py
pyrateshield/resources/icon.ico
pyrateshield/resources/splash.png
tests/test_about_physics_tabs.py
tests/test_activity_graph.py
tests/test_archer.py
tests/test_buildup_interpolation.py
tests/test_calculator_material_mapping.py
tests/test_clearance_fraction_rules.py
tests/test_cp_source_breakdown.py
tests/test_ct_xray.py
tests/test_default_clearances.py
tests/test_default_materials.py
tests/test_default_shieldings.py
tests/test_disclaimer_ui.py
tests/test_dosemap_undo.py
tests/test_excel_safety.py
tests/test_helpers.py
tests/test_history.py
tests/test_isotope_browser_materials.py
tests/test_isotope_hvl.py
tests/test_limitations_document.py
tests/test_offscreen_sources.py
tests/test_point_doses_batch.py
tests/test_ruler_dose_profile.py
tests/test_ruler_names.py
tests/test_settings_defaults.py
tests/test_shielding_material_refresh.py
tests/test_shielding_usage_message.py
tests/test_sidebar_resizing.py
tests/test_splash.py
tests/test_system.py
tests/test_third_party_licensing.py
tests/test_tiac.py
tests/test_toggle_labels.py
tests/test_toolbar.py
tests/test_wall_drawing_shielding.py
tests/test_wall_stacking.py
tests/test_yaml_editor.py
tests/test_zoom_to_area.py