.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/discussion.yml
.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/ci.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/make.bat
docs/readme.md
docs/requirements.txt
src/science_jubilee/Machine.py
src/science_jubilee/__init__.py
src/science_jubilee.egg-info/PKG-INFO
src/science_jubilee.egg-info/SOURCES.txt
src/science_jubilee.egg-info/dependency_links.txt
src/science_jubilee.egg-info/not-zip-safe
src/science_jubilee.egg-info/requires.txt
src/science_jubilee.egg-info/top_level.txt
src/science_jubilee/calibration/BasicGelPrinting.ipynb
src/science_jubilee/calibration/CalibrationControlPanel.py
src/science_jubilee/calibration/GelPrintingTests.ipynb
src/science_jubilee/calibration/IntegrationTests.ipynb
src/science_jubilee/calibration/LabAutomationDeckCalibration.ipynb
src/science_jubilee/calibration/SetToolParkingPositions.ipynb
src/science_jubilee/calibration/SyringeExtruder-Test.ipynb
src/science_jubilee/calibration/ToolAlignmentXY.ipynb
src/science_jubilee/calibration/templates/lab_automation_deck_template.json
src/science_jubilee/calibration/templates/tfree.g
src/science_jubilee/calibration/templates/tpost.g
src/science_jubilee/calibration/templates/tpre.g
src/science_jubilee/decks/Deck.py
src/science_jubilee/decks/LabAutomation_Wellplate_Reference_Coordinate_System.md
src/science_jubilee/decks/Plate.py
src/science_jubilee/decks/__init__.py
src/science_jubilee/decks/deck_definition/lab_automation_deck.json
src/science_jubilee/decks/deck_definition/lab_automation_deck_MA.json
src/science_jubilee/decks/deck_definition/lab_automation_deck_MAfeb.json
src/science_jubilee/decks/deck_definition/lab_automation_deck_blair.json
src/science_jubilee/labware/Labware.py
src/science_jubilee/labware/__init__.py
src/science_jubilee/labware/labware_definition/20mlscintillation_12_wellplate_18000ul.json
src/science_jubilee/labware/labware_definition/agilent_1_reservoir_290ml.json
src/science_jubilee/labware/labware_definition/corning_96_wellplate_360ul_flat.json
src/science_jubilee/labware/labware_definition/falcon_48_wellplate_1500ul.json
src/science_jubilee/labware/labware_definition/fisherbrand_96_wellplate_360ul.json
src/science_jubilee/labware/labware_definition/generic_petri_dish_100ml.json
src/science_jubilee/labware/labware_definition/greiner_24_wellplate_3300ul.json
src/science_jubilee/labware/labware_definition/opentrons_96_tiprack_300ul.json
src/science_jubilee/labware/labware_definition/scienfocus_6_wellplate_15900ul.json
src/science_jubilee/tools/Camera.py
src/science_jubilee/tools/Loop.py
src/science_jubilee/tools/PeristalticPumps.py
src/science_jubilee/tools/Pipette.py
src/science_jubilee/tools/PumpDispenser.py
src/science_jubilee/tools/Sonicator.py
src/science_jubilee/tools/Spectrometer.py
src/science_jubilee/tools/Syringe.py
src/science_jubilee/tools/SyringeExtruder.py
src/science_jubilee/tools/Tool.py
src/science_jubilee/tools/WebCamera.py
src/science_jubilee/tools/__init__.py
src/science_jubilee/tools/configs/10cc_syringe.json
src/science_jubilee/tools/configs/P300.json
src/science_jubilee/tools/configs/P300_config.json
src/science_jubilee/tools/configs/PeristalticPumps_config.json
src/science_jubilee/tools/configs/PumpDispenser_config.json
src/science_jubilee/tools/configs/WebCamera_config.json
src/science_jubilee/tools/configs/calibration_checkerboard.yml
src/science_jubilee/tools/piserver/__init__.py
src/science_jubilee/tools/piserver/readme.md
src/science_jubilee/tools/piserver/pi_configs/.bashrc
src/science_jubilee/tools/piserver/pi_configs/dhcpcd.conf
tests/conftest.py
tests/test_import.py