.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/build_docs.yml
.github/workflows/dev_build.yml
.github/workflows/format.yml
.github/workflows/publish.yml
.github/workflows/test_build_docs.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/_static/.gitignore
docs/api/laue_dials.algorithms.rst
docs/api/laue_dials.command_line.rst
docs/api/laue_dials.rst
docs/api/laue_dials.utils.rst
docs/api/modules.rst
docs/cli/find_spots.rst
docs/cli/functions.md
docs/cli/index.rst
docs/cli/integrate.rst
docs/cli/optimize_indexing.rst
docs/cli/plot_wavelengths.rst
docs/cli/predict.rst
docs/cli/refine.rst
docs/cli/sequence_to_stills.rst
docs/images/rs-favicon_32x32.png
examples/pipeline.sh
examples/tutorial.ipynb
src/laue_dials/__init__.py
src/laue_dials/skeleton.py
src/laue_dials.egg-info/PKG-INFO
src/laue_dials.egg-info/SOURCES.txt
src/laue_dials.egg-info/dependency_links.txt
src/laue_dials.egg-info/entry_points.txt
src/laue_dials.egg-info/not-zip-safe
src/laue_dials.egg-info/requires.txt
src/laue_dials.egg-info/top_level.txt
src/laue_dials/algorithms/diffgeo.py
src/laue_dials/algorithms/integration.py
src/laue_dials/algorithms/laue.py
src/laue_dials/algorithms/monochromatic.py
src/laue_dials/algorithms/outliers.py
src/laue_dials/command_line/find_spots.py
src/laue_dials/command_line/index.py
src/laue_dials/command_line/integrate.py
src/laue_dials/command_line/optimize_indexing.py
src/laue_dials/command_line/plot_wavelengths.py
src/laue_dials/command_line/predict.py
src/laue_dials/command_line/refine.py
src/laue_dials/command_line/sequence_to_stills.py
src/laue_dials/utils/plots.py
src/laue_dials/utils/refl_utils.py
tests/test_initial_solution.py
tests/algorithms/test_diffgeo.py
tests/algorithms/test_laue.py