celldetective 1.3.4__tar.gz → 1.3.4.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/PKG-INFO +1 -1
- celldetective-1.3.4.post1/celldetective/_version.py +1 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/signals.py +1 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/PKG-INFO +1 -1
- celldetective-1.3.4/celldetective/_version.py +0 -1
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/LICENSE +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/README.md +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/__init__.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/__main__.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/datasets/segmentation_annotations/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/datasets/signal_annotations/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/events.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/extra_properties.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/filters.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/InitWindow.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/__init__.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/about.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/analyze_block.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/btrack_options.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/classifier_widget.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/configure_new_exp.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/control_panel.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/generic_signal_plot.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/gui_utils.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/DL-segmentation-strategy.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/Threshold-vs-DL.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/cell-populations.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/exp-structure.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/feature-btrack.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/neighborhood.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/prefilter-for-segmentation.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/preprocessing.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/propagate-classification.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/track-postprocessing.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/tracking.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/json_readers.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/layouts.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/measurement_options.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/neighborhood_options.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/plot_measurements.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/plot_signals_ui.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/process_block.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/retrain_segmentation_model_options.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/retrain_signal_model_options.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/seg_model_loader.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/signal_annotator.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/signal_annotator2.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/signal_annotator_options.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/styles.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/survival_ui.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/tableUI.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/thresholds_gui.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/viewers.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/logo-large.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/logo.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/signals_icon.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/splash-test.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/splash.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/splash0.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/survival2.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/vignette_signals2.png +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/icons/vignette_signals2.svg +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/io.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/links/zenodo.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/measure.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/pair_signal_detection/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/ricm_bf_all_last/config_input.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/ricm_bf_all_last/ricm_bf_all_last +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/ricm_bf_all_last/training_instructions.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/test-transfer/config_input.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/test-transfer/test-transfer +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_generic/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_targets/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/signal_detection/blank +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/biased_motion.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/mcf7.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/no_z_motion.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/ricm.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/ricm2.json +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/neighborhood.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/preprocessing.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/relative_measurements.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/analyze_signals.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/measure_cells.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/measure_relative.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/segment_cells.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/segment_cells_thresholds.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/track_cells.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/train_segmentation_model.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/train_signal_model.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/segmentation.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/tracking.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/utils.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/SOURCES.txt +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/dependency_links.txt +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/entry_points.txt +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/not-zip-safe +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/requires.txt +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/top_level.txt +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/setup.cfg +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/setup.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/__init__.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_events.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_filters.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_io.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_measure.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_neighborhood.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_preprocessing.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_qt.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_segmentation.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_signals.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_tracking.py +0 -0
- {celldetective-1.3.4 → celldetective-1.3.4.post1}/tests/test_utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.3.4.post1"
|
|
@@ -878,6 +878,7 @@ class SignalDetectionModel(object):
|
|
|
878
878
|
|
|
879
879
|
assert self.model_class.layers[0].input_shape[0] == self.model_reg.layers[0].input_shape[0], f"mismatch between input shape of classification: {self.model_class.layers[0].input_shape[0]} and regression {self.model_reg.layers[0].input_shape[0]} models... Error."
|
|
880
880
|
|
|
881
|
+
return True
|
|
881
882
|
|
|
882
883
|
def create_models_from_scratch(self):
|
|
883
884
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.3.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/datasets/signal_annotations/blank
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/Threshold-vs-DL.json
RENAMED
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/cell-populations.json
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/feature-btrack.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/help/track-postprocessing.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/retrain_signal_model_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/gui/signal_annotator_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/pair_signal_detection/blank
RENAMED
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_effectors/blank
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_generic/blank
RENAMED
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/segmentation_targets/blank
RENAMED
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/signal_detection/blank
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/mcf7.json
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/ricm.json
RENAMED
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/models/tracking_configs/ricm2.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/segment_cells_thresholds.py
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/train_segmentation_model.py
RENAMED
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective/scripts/train_signal_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.4 → celldetective-1.3.4.post1}/celldetective.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|