LICENSE
README.md
setup.py
celldetective/__init__.py
celldetective/__main__.py
celldetective/_version.py
celldetective/events.py
celldetective/exceptions.py
celldetective/extra_properties.py
celldetective/filters.py
celldetective/io.py
celldetective/measure.py
celldetective/neighborhood.py
celldetective/preprocessing.py
celldetective/relative_measurements.py
celldetective/segmentation.py
celldetective/signals.py
celldetective/tracking.py
celldetective/utils.py
celldetective.egg-info/PKG-INFO
celldetective.egg-info/SOURCES.txt
celldetective.egg-info/dependency_links.txt
celldetective.egg-info/entry_points.txt
celldetective.egg-info/not-zip-safe
celldetective.egg-info/requires.txt
celldetective.egg-info/top_level.txt
celldetective/datasets/segmentation_annotations/blank
celldetective/datasets/signal_annotations/blank
celldetective/gui/InitWindow.py
celldetective/gui/__init__.py
celldetective/gui/about.py
celldetective/gui/analyze_block.py
celldetective/gui/base_annotator.py
celldetective/gui/base_components.py
celldetective/gui/classifier_widget.py
celldetective/gui/configure_new_exp.py
celldetective/gui/control_panel.py
celldetective/gui/event_annotator.py
celldetective/gui/generic_signal_plot.py
celldetective/gui/gui_utils.py
celldetective/gui/json_readers.py
celldetective/gui/layouts.py
celldetective/gui/pair_event_annotator.py
celldetective/gui/plot_measurements.py
celldetective/gui/plot_signals_ui.py
celldetective/gui/process_block.py
celldetective/gui/seg_model_loader.py
celldetective/gui/styles.py
celldetective/gui/survival_ui.py
celldetective/gui/tableUI.py
celldetective/gui/thresholds_gui.py
celldetective/gui/viewers.py
celldetective/gui/workers.py
celldetective/gui/help/DL-segmentation-strategy.json
celldetective/gui/help/Threshold-vs-DL.json
celldetective/gui/help/cell-populations.json
celldetective/gui/help/exp-structure.json
celldetective/gui/help/feature-btrack.json
celldetective/gui/help/neighborhood.json
celldetective/gui/help/prefilter-for-segmentation.json
celldetective/gui/help/preprocessing.json
celldetective/gui/help/propagate-classification.json
celldetective/gui/help/track-postprocessing.json
celldetective/gui/help/tracking.json
celldetective/gui/processes/compute_neighborhood.py
celldetective/gui/processes/downloader.py
celldetective/gui/processes/measure_cells.py
celldetective/gui/processes/segment_cells.py
celldetective/gui/processes/track_cells.py
celldetective/gui/processes/train_segmentation_model.py
celldetective/gui/processes/train_signal_model.py
celldetective/gui/settings/__init__.py
celldetective/gui/settings/_settings_base.py
celldetective/gui/settings/_settings_event_model_training.py
celldetective/gui/settings/_settings_measurements.py
celldetective/gui/settings/_settings_neighborhood.py
celldetective/gui/settings/_settings_segmentation.py
celldetective/gui/settings/_settings_segmentation_model_training.py
celldetective/gui/settings/_settings_signal_annotator.py
celldetective/gui/settings/_settings_tracking.py
celldetective/gui/table_ops/__init__.py
celldetective/gui/table_ops/merge_groups.py
celldetective/icons/logo-large.png
celldetective/icons/logo.png
celldetective/icons/signals_icon.png
celldetective/icons/splash-test.png
celldetective/icons/splash.png
celldetective/icons/splash0.png
celldetective/icons/survival2.png
celldetective/icons/vignette_signals2.png
celldetective/icons/vignette_signals2.svg
celldetective/links/zenodo.json
celldetective/models/pair_signal_detection/blank
celldetective/models/segmentation_effectors/blank
celldetective/models/segmentation_generic/blank
celldetective/models/segmentation_targets/blank
celldetective/models/signal_detection/blank
celldetective/models/tracking_configs/biased_motion.json
celldetective/models/tracking_configs/mcf7.json
celldetective/models/tracking_configs/no_z_motion.json
celldetective/models/tracking_configs/ricm.json
celldetective/models/tracking_configs/ricm2.json
celldetective/regionprops/__init__.py
celldetective/regionprops/_regionprops.py
celldetective/regionprops/props.json
celldetective/scripts/analyze_signals.py
celldetective/scripts/measure_cells.py
celldetective/scripts/measure_relative.py
celldetective/scripts/segment_cells.py
celldetective/scripts/segment_cells_thresholds.py
celldetective/scripts/track_cells.py
celldetective/scripts/train_segmentation_model.py
celldetective/scripts/train_signal_model.py
tests/__init__.py
tests/test_events.py
tests/test_filters.py
tests/test_io.py
tests/test_measure.py
tests/test_neighborhood.py
tests/test_preprocessing.py
tests/test_segmentation.py
tests/test_signals.py
tests/test_tracking.py
tests/test_utils.py
tests/gui/__init__.py
tests/gui/test_new_project.py
tests/gui/test_project.py