.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
doc/Makefile
doc/conf.py
doc/index.rst
doc/requirements.txt
doc/setup.rst
doc/examples/MeasuresCamera.xml
doc/examples/MicMac-LocalChantierDescripteur.xml
doc/examples/id_fiducial.txt
doc/examples/index.rst
doc/img/bright.png
doc/img/correlation_match.png
doc/img/destripe.png
doc/img/enhanced.png
doc/img/fairchild.png
doc/img/fairchild_kc1b.png
doc/img/fiducial_mark.png
doc/img/fiducial_target.png
doc/img/final_ori.png
doc/img/fixed_cross.png
doc/img/fixed_orientation.png
doc/img/half_a.png
doc/img/half_b.png
doc/img/joined.png
doc/img/overlap.png
doc/img/relative_ply.png
doc/img/resamp_half_a.png
doc/img/resamp_half_b.png
doc/img/reseau_field.png
doc/img/reseau_offset_a.png
doc/img/reseau_offset_b.png
doc/img/saisieappuisinit.png
doc/img/stretch.png
doc/img/stripe.png
doc/img/wild_rc10.png
doc/img/wild_rc5.png
doc/img/workflow.png
doc/img/zeiss.png
doc/img/zeiss_rmka.png
doc/spymicmac/index.rst
doc/spymicmac/modules/data.rst
doc/spymicmac/modules/ee_tools.rst
doc/spymicmac/modules/image.rst
doc/spymicmac/modules/index.rst
doc/spymicmac/modules/matching.rst
doc/spymicmac/modules/micmac.rst
doc/spymicmac/modules/orientation.rst
doc/spymicmac/modules/register.rst
doc/spymicmac/modules/resample.rst
doc/spymicmac/scripts/balance_images.rst
doc/spymicmac/scripts/block_orientation.rst
doc/spymicmac/scripts/combine_auto_measures.rst
doc/spymicmac/scripts/create_localchantier_xml.rst
doc/spymicmac/scripts/download_cop30_vrt.rst
doc/spymicmac/scripts/find_reseau_grid.rst
doc/spymicmac/scripts/generate_micmac_measures.rst
doc/spymicmac/scripts/index.rst
doc/spymicmac/scripts/join_hexagon.rst
doc/spymicmac/scripts/mosaic_micmac_tiles.rst
doc/spymicmac/scripts/post_process_micmac.rst
doc/spymicmac/scripts/preprocess_kh9.rst
doc/spymicmac/scripts/register_ortho.rst
doc/spymicmac/scripts/remove_crosses.rst
doc/spymicmac/scripts/remove_measures.rst
doc/spymicmac/scripts/resample_hexagon.rst
doc/spymicmac/scripts/write_micmac_xml.rst
doc/tutorials/index.rst
doc/tutorials/tealdeer.rst
doc/tutorials/micmac_processing/blocks.rst
doc/tutorials/micmac_processing/index.rst
doc/tutorials/micmac_processing/malt.rst
doc/tutorials/micmac_processing/register.rst
doc/tutorials/micmac_processing/relative.rst
doc/tutorials/micmac_processing/resample.rst
doc/tutorials/micmac_processing/setup_files.rst
doc/tutorials/micmac_processing/tapas.rst
doc/tutorials/micmac_processing/tapioca.rst
doc/tutorials/preprocessing/index.rst
doc/tutorials/preprocessing/kh9_preprocessing.rst
doc/tutorials/preprocessing/air_photos/cameras.rst
doc/tutorials/preprocessing/air_photos/enhancement.rst
doc/tutorials/preprocessing/air_photos/fiducials.rst
doc/tutorials/preprocessing/air_photos/index.rst
src/spymicmac/__init__.py
src/spymicmac/data.py
src/spymicmac/ee_tools.py
src/spymicmac/image.py
src/spymicmac/matching.py
src/spymicmac/micmac.py
src/spymicmac/orientation.py
src/spymicmac/register.py
src/spymicmac/resample.py
src/spymicmac.egg-info/PKG-INFO
src/spymicmac.egg-info/SOURCES.txt
src/spymicmac.egg-info/dependency_links.txt
src/spymicmac.egg-info/entry_points.txt
src/spymicmac.egg-info/not-zip-safe
src/spymicmac.egg-info/requires.txt
src/spymicmac.egg-info/top_level.txt
src/spymicmac/tools/balance_images.py
src/spymicmac/tools/block_orientation.py
src/spymicmac/tools/combine_auto_measures.py
src/spymicmac/tools/create_localchantier_xml.py
src/spymicmac/tools/download_cop30_vrt.py
src/spymicmac/tools/find_reseau_grid.py
src/spymicmac/tools/generate_micmac_measures.py
src/spymicmac/tools/join_hexagon.py
src/spymicmac/tools/mosaic_micmac_tiles.py
src/spymicmac/tools/move_bad_tapas.py
src/spymicmac/tools/post_process_micmac.py
src/spymicmac/tools/preprocess_kh9.py
src/spymicmac/tools/register_ortho.py
src/spymicmac/tools/remove_crosses.py
src/spymicmac/tools/remove_measures.py
src/spymicmac/tools/resample_hexagon.py
src/spymicmac/tools/write_micmac_xml.py
tests/test_command_line.py