README.md
pyproject.toml
midas_index/__init__.py
midas_index/__main__.py
midas_index/cli.py
midas_index/device.py
midas_index/indexer.py
midas_index/params.py
midas_index/pipeline.py
midas_index/result.py
midas_index.egg-info/PKG-INFO
midas_index.egg-info/SOURCES.txt
midas_index.egg-info/dependency_links.txt
midas_index.egg-info/entry_points.txt
midas_index.egg-info/requires.txt
midas_index.egg-info/top_level.txt
midas_index/benchmarks/__init__.py
midas_index/benchmarks/bench_seed.py
midas_index/compute/__init__.py
midas_index/compute/binning.py
midas_index/compute/constants.py
midas_index/compute/forward_adapter.py
midas_index/compute/matching.py
midas_index/compute/orientation_grid.py
midas_index/compute/position_grid.py
midas_index/compute/reduce.py
midas_index/compute/rotation.py
midas_index/compute/seeds.py
midas_index/io/__init__.py
midas_index/io/binary.py
midas_index/io/bins_builder.py
midas_index/io/consolidated.py
midas_index/io/csv.py
midas_index/io/output.py
midas_index/io/params.py
tests/test_compute_binning.py
tests/test_compute_matching.py
tests/test_compute_matching_scan.py
tests/test_compute_orientation_grid.py
tests/test_compute_position_grid.py
tests/test_compute_reduce.py
tests/test_compute_rotation.py
tests/test_compute_seeds.py
tests/test_devices.py
tests/test_forward_adapter.py
tests/test_io_binary.py
tests/test_io_bins_builder.py
tests/test_io_consolidated.py
tests/test_io_csv.py
tests/test_io_output.py
tests/test_io_params.py
tests/test_mode_a.py
tests/test_pipeline_e2e.py
tests/test_regression_vs_c.py
tests/test_roundtrip_diffract.py
tests/test_run_scanning.py
tests/test_scanning_parity_vs_c.py
tests/test_smoke.py