LICENSE
README.md
pyproject.toml
src/openflexure_stitching/__init__.py
src/openflexure_stitching/__main__.py
src/openflexure_stitching/correlation.py
src/openflexure_stitching/metadata.py
src/openflexure_stitching/optimisation.py
src/openflexure_stitching/pipeline.py
src/openflexure_stitching/plotting.py
src/openflexure_stitching/settings.py
src/openflexure_stitching/types.py
src/openflexure_stitching.egg-info/PKG-INFO
src/openflexure_stitching.egg-info/SOURCES.txt
src/openflexure_stitching.egg-info/dependency_links.txt
src/openflexure_stitching.egg-info/entry_points.txt
src/openflexure_stitching.egg-info/requires.txt
src/openflexure_stitching.egg-info/top_level.txt
src/openflexure_stitching/loading/__init__.py
src/openflexure_stitching/loading/cache.py
src/openflexure_stitching/loading/image.py
src/openflexure_stitching/loading/image_sets.py
src/openflexure_stitching/stitching/__init__.py
src/openflexure_stitching/stitching/stitch.py
src/openflexure_stitching/stitching/utils.py
src/openflexure_stitching/stitching/vips_stitch.py
src/openflexure_stitching/transforms/__init__.py
src/openflexure_stitching/transforms/affine.py
test/test_args.py
test/test_image_loading.py
test/test_optimisation.py
test/test_pipeline.py
test/test_set_loading.py