LICENSE
README.md
setup.py
celldetective/__init__.py
celldetective/__main__.py
celldetective/_version.py
celldetective/events.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/btrack_options.py
celldetective/gui/classifier_widget.py
celldetective/gui/configure_new_exp.py
celldetective/gui/control_panel.py
celldetective/gui/generic_signal_plot.py
celldetective/gui/gui_utils.py
celldetective/gui/json_readers.py
celldetective/gui/layouts.py
celldetective/gui/measurement_options.py
celldetective/gui/neighborhood_options.py
celldetective/gui/plot_measurements.py
celldetective/gui/plot_signals_ui.py
celldetective/gui/process_block.py
celldetective/gui/retrain_segmentation_model_options.py
celldetective/gui/retrain_signal_model_options.py
celldetective/gui/seg_model_loader.py
celldetective/gui/signal_annotator.py
celldetective/gui/signal_annotator2.py
celldetective/gui/signal_annotator_options.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/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/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/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_qt.py
tests/test_segmentation.py
tests/test_signals.py
tests/test_tracking.py
tests/test_utils.py