.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
renovate.json
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
examples/XMCD_demo.ipynb
src/imaging_toolbox/__init__.py
src/imaging_toolbox/__main__.py
src/imaging_toolbox/_version.py
src/imaging_toolbox.egg-info/PKG-INFO
src/imaging_toolbox.egg-info/SOURCES.txt
src/imaging_toolbox.egg-info/dependency_links.txt
src/imaging_toolbox.egg-info/entry_points.txt
src/imaging_toolbox.egg-info/requires.txt
src/imaging_toolbox.egg-info/top_level.txt
src/imaging_toolbox/alignment/__init__.py
src/imaging_toolbox/alignment/alignment.py
src/imaging_toolbox/ptychography/__init__.py
src/imaging_toolbox/ptychography/ptychography.py
src/imaging_toolbox/utils/__init__.py
src/imaging_toolbox/utils/utils.py
tests/conftest.py
tests/test_cli.py
tests/alignment/test_align_data.py
tests/ptychography/test_remove_ramp_and_unwrap_phase.py
tests/utils/test_crop_data.py
tests/utils/test_normalise_data.py