LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/cellsepi/__init__.py
src/cellsepi/__main__.py
src/cellsepi/cli.py
src/cellsepi/config.json
src/cellsepi/csp.schema.json
src/cellsepi/main.py
src/cellsepi/pyproject.toml
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/backend/main_window/expert_mode/__init__.py
src/cellsepi/backend/main_window/expert_mode/event_manager.py
src/cellsepi/backend/main_window/expert_mode/listener.py
src/cellsepi/backend/main_window/expert_mode/module.py
src/cellsepi/backend/main_window/expert_mode/pipe.py
src/cellsepi/backend/main_window/expert_mode/pipeline.py
src/cellsepi/backend/main_window/expert_mode/pipeline_storage.py
src/cellsepi/backend/main_window/expert_mode/modules/__init__.py
src/cellsepi/backend/main_window/expert_mode/modules/image_readout.py
src/cellsepi/backend/main_window/expert_mode/modules/image_segmentation.py
src/cellsepi/backend/main_window/expert_mode/modules/project_3d_to_2d.py
src/cellsepi/backend/main_window/expert_mode/modules/read_lif.py
src/cellsepi/backend/main_window/expert_mode/modules/read_tif.py
src/cellsepi/backend/main_window/expert_mode/modules/review.py
src/cellsepi/backend/main_window/expert_mode/modules/spot_detection.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_page_overlay.py
src/cellsepi/frontend/main_window/gui_segmentation.py
src/cellsepi/frontend/main_window/gui_training_environment.py
src/cellsepi/frontend/main_window/expert_mode/__init__.py
src/cellsepi/frontend/main_window/expert_mode/expert_constants.py
src/cellsepi/frontend/main_window/expert_mode/gui_builder.py
src/cellsepi/frontend/main_window/expert_mode/gui_expert_environment.py
src/cellsepi/frontend/main_window/expert_mode/gui_lines.py
src/cellsepi/frontend/main_window/expert_mode/gui_module.py
src/cellsepi/frontend/main_window/expert_mode/gui_pipeline.py
src/cellsepi/frontend/main_window/expert_mode/gui_pipeline_listener.py
src/cellsepi/models/.gitkeep
test/test_config.py
test/test_drawing_util.py