.cruft.json
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/python-publish.yml
.github/workflows/sub_package_update.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/reference/analyse.rst
docs/reference/classes.rst
docs/reference/contour.rst
docs/reference/image.rst
docs/reference/index.rst
docs/reference/io.rst
docs/tutorial/index.rst
examples/README.rst
examples/contours/README.rst
examples/contours/boundary_a_star.py
examples/contours/boundary_chan_vese.py
examples/contours/boundary_contours.py
examples/contours/removing_small_bumps.py
examples/io/README.rst
examples/io/creating_rippleimage.py
examples/io/creating_rippleimageseries.py
examples/io/loading_a_directory.py
examples/io/loading_tiff.py
examples/visualisation/1_00052_sample.tif_animation.gif
examples/visualisation/README.rst
examples/visualisation/plotting_ripple_contour.py
examples/visualisation/plotting_ripple_image.py
examples/visualisation/plotting_ripple_image_series.py
examples/visualisation/ripple_animation.gif
licenses/LICENSE.rst
licenses/README.rst
licenses/TEMPLATE_LICENSE.rst
ripplemapper/__init__.py
ripplemapper/analyse.py
ripplemapper/classes.py
ripplemapper/contour.py
ripplemapper/image.py
ripplemapper/io.py
ripplemapper/version.py
ripplemapper/visualisation.py
ripplemapper.egg-info/PKG-INFO
ripplemapper.egg-info/SOURCES.txt
ripplemapper.egg-info/dependency_links.txt
ripplemapper.egg-info/entry_points.txt
ripplemapper.egg-info/not-zip-safe
ripplemapper.egg-info/requires.txt
ripplemapper.egg-info/top_level.txt
ripplemapper/data/README.rst
ripplemapper/data/__init__.py
ripplemapper/data/example/1_00052_sample.rimg
ripplemapper/data/example/1_00052_sample.tif
ripplemapper/data/example/1_00205_sample.tif
ripplemapper/data/example/1_00375_sample.tif
ripplemapper/data/example/1_00443_sample.tif
ripplemapper/data/example/__init__.py
ripplemapper/data/example/example_contour.txt
ripplemapper/data/example/rimgs/1_00052_sample.rimg
ripplemapper/data/example/rimgs/1_00205_sample.rimg
ripplemapper/data/example/rimgs/1_00375_sample.rimg
ripplemapper/data/example/rimgs/1_00443_sample.rimg
ripplemapper/data/example/rimgs/image_series.rimgs
ripplemapper/tests/__init__.py
ripplemapper/tests/conftest.py
ripplemapper/tests/test_analyse.py
ripplemapper/tests/test_class_methods.py
ripplemapper/tests/test_classes.py
ripplemapper/tests/test_contour.py
ripplemapper/tests/test_image.py
ripplemapper/tests/test_io.py
ripplemapper/tests/test_vis.py