LICENSE
README.md
pyproject.toml
optobot/__init__.py
optobot/automate.py
optobot/ot2_protocol.py
optobot.egg-info/PKG-INFO
optobot.egg-info/SOURCES.txt
optobot.egg-info/dependency_links.txt
optobot.egg-info/requires.txt
optobot.egg-info/top_level.txt
optobot/colorimetric/__init__.py
optobot/colorimetric/colours.py
optobot/colorimetric/image_capture/__init__.py
optobot/colorimetric/image_capture/photo.py
optobot/colorimetric/image_capture/photo_crop.py
optobot/colorimetric/image_processing/__init__.py
optobot/colorimetric/image_processing/contours.py
optobot/colorimetric/image_processing/contours_adapted.py
optobot/colorimetric/image_processing/extrapolated_grid.py
optobot/colorimetric/image_processing/fixed_grid.py
optobot/optimisation/__init__.py
optobot/optimisation/optimisers.py
tests/test_colours.py
tests/test_main.py