LICENSE
README.md
setup.cfg
setup.py
PyPlaque/__init__.py
PyPlaque.egg-info/PKG-INFO
PyPlaque.egg-info/SOURCES.txt
PyPlaque.egg-info/dependency_links.txt
PyPlaque.egg-info/requires.txt
PyPlaque.egg-info/top_level.txt
PyPlaque/experiment/__init__.py
PyPlaque/experiment/crystal_violet.py
PyPlaque/experiment/fluorescence_microscopy.py
PyPlaque/phenotypes/__init__.py
PyPlaque/phenotypes/crystal_violet_plaque.py
PyPlaque/phenotypes/fluorescence_plaque.py
PyPlaque/phenotypes/plaque.py
PyPlaque/specimen/__init__.py
PyPlaque/specimen/plaques_image_gray.py
PyPlaque/specimen/plaques_image_rgb.py
PyPlaque/specimen/plaques_mask.py
PyPlaque/specimen/plaques_well.py
PyPlaque/utils/__init__.py
PyPlaque/utils/centroid.py
PyPlaque/utils/check_numbers.py
PyPlaque/utils/fixed_threshold.py
PyPlaque/utils/picks.py
PyPlaque/utils/remove_artifacts.py
PyPlaque/utils/remove_background.py
PyPlaque/utils/segment_plaque.py
PyPlaque/utils/stitch_wells.py
PyPlaque/utils/visualise.py
PyPlaque/view/__init__.py
PyPlaque/view/fp_readout_image.py
PyPlaque/view/fp_readout_object.py
PyPlaque/view/generate_plate_readout.py
PyPlaque/view/plate_image.py
tests/test_utils.py