.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/pypi-release.yml
.github/workflows/test.yml
docs/conf.py
docs/index.md
docs/quickstart.md
examples/.gitignore
examples/erp_config.toml
examples/requirements.txt
examples/synthetic_erp_and_linescan.ipynb
img/banner.gif
src/flowreg1d/__init__.py
src/flowreg1d/_version.py
src/flowreg1d/alignment.py
src/flowreg1d/cli.py
src/flowreg1d.egg-info/PKG-INFO
src/flowreg1d.egg-info/SOURCES.txt
src/flowreg1d.egg-info/dependency_links.txt
src/flowreg1d.egg-info/entry_points.txt
src/flowreg1d.egg-info/requires.txt
src/flowreg1d.egg-info/top_level.txt
src/flowreg1d/core/__init__.py
src/flowreg1d/core/alignment.py
src/flowreg1d/core/level_solver.py
src/flowreg1d/core/options.py
src/flowreg1d/core/warping.py
src/flowreg1d/datasets/__init__.py
src/flowreg1d/datasets/synthetic.py
src/flowreg1d/erp/__init__.py
src/flowreg1d/erp/alignment.py
src/flowreg1d/erp/options.py
src/flowreg1d/util/__init__.py
src/flowreg1d/util/resize.py
tests/__init__.py
tests/test_alignment.py
tests/test_cli.py
tests/core/__init__.py
tests/core/test_alignment.py
tests/core/test_level_solver.py
tests/core/test_options.py
tests/core/test_warping.py
tests/datasets/__init__.py
tests/datasets/test_synthetic.py
tests/docs/__init__.py
tests/docs/test_examples.py
tests/docs/test_workflows.py
tests/erp/__init__.py
tests/erp/test_alignment.py
tests/erp/test_options.py
tests/util/__init__.py
tests/util/test_resize.py