.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/do_tests/action.yml
.github/actions/get_branch/action.yaml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/docs_clean.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/genindex.rst
docs/index.rst
docs/developer/index.rst
docs/developer/explanations/decisions.rst
docs/developer/explanations/decisions/0001-record-architecture-decisions.rst
docs/developer/how-to/build-docs.rst
docs/developer/how-to/contribute.rst
docs/developer/how-to/lint.rst
docs/developer/how-to/make-release.rst
docs/developer/how-to/run-tests.rst
docs/developer/how-to/static-analysis.rst
docs/developer/how-to/update-tools.rst
docs/developer/reference/standards.rst
docs/developer/tutorials/dev-install.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/user/index.rst
docs/user/explanations/correction-implementations.rst
docs/user/explanations/docs-structure.rst
docs/user/how-to/run-container.rst
docs/user/reference/api.rst
docs/user/tutorials/i22_corrections.ipynb
docs/user/tutorials/installation.rst
src/adcorr/__init__.py
src/adcorr/__main__.py
src/adcorr/_version.py
src/adcorr/cli.py
src/adcorr.egg-info/PKG-INFO
src/adcorr.egg-info/SOURCES.txt
src/adcorr.egg-info/dependency_links.txt
src/adcorr.egg-info/entry_points.txt
src/adcorr.egg-info/requires.txt
src/adcorr.egg-info/top_level.txt
src/adcorr/corrections/__init__.py
src/adcorr/corrections/angular_efficiency.py
src/adcorr/corrections/background_subtraction.py
src/adcorr/corrections/dark_current.py
src/adcorr/corrections/deadtime.py
src/adcorr/corrections/displaced_volume.py
src/adcorr/corrections/flatfield.py
src/adcorr/corrections/frame_average.py
src/adcorr/corrections/frame_time.py
src/adcorr/corrections/masking.py
src/adcorr/corrections/polarization.py
src/adcorr/corrections/self_absorption.py
src/adcorr/corrections/solid_angle.py
src/adcorr/corrections/thickness.py
src/adcorr/corrections/transmission.py
src/adcorr/sequences/__init__.py
src/adcorr/sequences/pauw.py
src/adcorr/utils/__init__.py
src/adcorr/utils/geometry.py
src/adcorr/utils/typing.py
tests/__init__.py
tests/conftest.py
tests/inaccessable_mock.py
tests/test_boilerplate_removed.py
tests/test_cli.py
tests/corrections/__init__.py
tests/corrections/test_angular_efficiency.py
tests/corrections/test_background_subtraction.py
tests/corrections/test_dark_current.py
tests/corrections/test_deadtime.py
tests/corrections/test_displaced_volume.py
tests/corrections/test_flatfield.py
tests/corrections/test_frame_average.py
tests/corrections/test_frame_time.py
tests/corrections/test_masking.py
tests/corrections/test_polarization.py
tests/corrections/test_self_absorption.py
tests/corrections/test_solid_angle.py
tests/corrections/test_thickness.py
tests/corrections/test_transmission.py
tests/utils/__init__.py
tests/utils/test_geometry.py