LICENSE
MANIFEST.in
README.md
setup.py
src/cellsepi/__init__.py
src/cellsepi/__main__.py
src/cellsepi/config.json
src/cellsepi/main.py
src/cellsepi.egg-info/PKG-INFO
src/cellsepi.egg-info/SOURCES.txt
src/cellsepi.egg-info/dependency_links.txt
src/cellsepi.egg-info/entry_points.txt
src/cellsepi.egg-info/requires.txt
src/cellsepi.egg-info/top_level.txt
src/cellsepi/backend/__init__.py
src/cellsepi/backend/drawing_window/__init__.py
src/cellsepi/backend/drawing_window/drawing_util.py
src/cellsepi/backend/main_window/__init__.py
src/cellsepi/backend/main_window/avg_diameter.py
src/cellsepi/backend/main_window/cellsepi.py
src/cellsepi/backend/main_window/config_file.py
src/cellsepi/backend/main_window/data_util.py
src/cellsepi/backend/main_window/fluorescence.py
src/cellsepi/backend/main_window/image_tuning.py
src/cellsepi/backend/main_window/images.py
src/cellsepi/backend/main_window/mask.py
src/cellsepi/backend/main_window/notifier.py
src/cellsepi/backend/main_window/segmentation.py
src/cellsepi/frontend/__init__.py
src/cellsepi/frontend/drawing_window/__init__.py
src/cellsepi/frontend/drawing_window/gui_drawing.py
src/cellsepi/frontend/main_window/__init__.py
src/cellsepi/frontend/main_window/gui.py
src/cellsepi/frontend/main_window/gui_canvas.py
src/cellsepi/frontend/main_window/gui_colors.py
src/cellsepi/frontend/main_window/gui_config.py
src/cellsepi/frontend/main_window/gui_directory.py
src/cellsepi/frontend/main_window/gui_fluorescence.py
src/cellsepi/frontend/main_window/gui_mask.py
src/cellsepi/frontend/main_window/gui_options.py
src/cellsepi/frontend/main_window/gui_segmentation.py
src/cellsepi/frontend/main_window/gui_training_environment.py
src/cellsepi/models/.gitkeep
test/test_config.py
test/test_drawing_util.py