celldetective 1.3.9.post3__tar.gz → 1.3.9.post4__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.9.post3 → celldetective-1.3.9.post4}/PKG-INFO +1 -1
- celldetective-1.3.9.post4/celldetective/_version.py +1 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/extra_properties.py +2 -2
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/_regionprops.py +10 -3
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/utils.py +8 -9
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/PKG-INFO +1 -1
- celldetective-1.3.9.post3/celldetective/_version.py +0 -1
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/LICENSE +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/README.md +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/__init__.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/__main__.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/datasets/segmentation_annotations/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/datasets/signal_annotations/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/events.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/filters.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/InitWindow.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/__init__.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/about.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/analyze_block.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/btrack_options.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/classifier_widget.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/configure_new_exp.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/control_panel.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/generic_signal_plot.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/gui_utils.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/DL-segmentation-strategy.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/Threshold-vs-DL.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/cell-populations.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/exp-structure.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/feature-btrack.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/neighborhood.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/prefilter-for-segmentation.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/preprocessing.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/propagate-classification.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/track-postprocessing.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/tracking.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/json_readers.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/layouts.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/measurement_options.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/neighborhood_options.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/plot_measurements.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/plot_signals_ui.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/process_block.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/downloader.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/measure_cells.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/segment_cells.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/track_cells.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/train_segmentation_model.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/train_signal_model.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/retrain_segmentation_model_options.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/retrain_signal_model_options.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/seg_model_loader.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator2.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator_options.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/styles.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/survival_ui.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/tableUI.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/thresholds_gui.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/viewers.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/workers.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/logo-large.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/logo.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/signals_icon.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/splash-test.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/splash.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/splash0.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/survival2.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/vignette_signals2.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/vignette_signals2.svg +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/io.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/links/zenodo.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/measure.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/pair_signal_detection/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/ricm_bf_all_last/config_input.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/ricm_bf_all_last/ricm_bf_all_last +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/ricm_bf_all_last/training_instructions.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/test-transfer/config_input.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_effectors/test-transfer/test-transfer +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_generic/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/segmentation_targets/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/classification_loss.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/classifier.h5 +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/config_input.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/log_classifier.csv +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/log_regressor.csv +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/regression_loss.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/regressor.h5 +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/scores.npy +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/test_confusion_matrix.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/test_regression.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/validation_confusion_matrix.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/NucCond/validation_regression.png +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/blank +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/biased_motion.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/mcf7.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/no_z_motion.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/ricm.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/tracking_configs/ricm2.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/neighborhood.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/preprocessing.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/__init__.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/props.json +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/relative_measurements.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/analyze_signals.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/measure_cells.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/measure_relative.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/segment_cells.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/segment_cells_thresholds.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/track_cells.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/train_segmentation_model.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/train_signal_model.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/segmentation.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/signals.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/tracking.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/SOURCES.txt +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/dependency_links.txt +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/entry_points.txt +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/not-zip-safe +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/requires.txt +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/top_level.txt +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/setup.cfg +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/setup.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/__init__.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_events.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_filters.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_io.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_measure.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_neighborhood.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_preprocessing.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_qt.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_segmentation.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_signals.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_tracking.py +0 -0
- {celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/tests/test_utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.3.9.post4"
|
|
@@ -181,7 +181,7 @@ def intensity_nanmean(regionmask, intensity_image):
|
|
|
181
181
|
else:
|
|
182
182
|
return np.nanmean(intensity_image[regionmask])
|
|
183
183
|
|
|
184
|
-
def
|
|
184
|
+
def intensity_center_of_mass_displacement(regionmask, intensity_image):
|
|
185
185
|
|
|
186
186
|
if np.any(intensity_image!=intensity_image):
|
|
187
187
|
intensity_image = interpolate_nan(intensity_image.copy())
|
|
@@ -211,7 +211,7 @@ def intensity_centre_of_mass_displacement(regionmask, intensity_image):
|
|
|
211
211
|
return np.nan, np.nan, np.nan, np.nan
|
|
212
212
|
|
|
213
213
|
|
|
214
|
-
def
|
|
214
|
+
def intensity_center_of_mass_displacement_edge(regionmask, intensity_image):
|
|
215
215
|
|
|
216
216
|
if np.any(intensity_image!=intensity_image):
|
|
217
217
|
intensity_image = interpolate_nan(intensity_image.copy())
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/_regionprops.py
RENAMED
|
@@ -108,10 +108,17 @@ class CustomRegionProps(RegionProperties):
|
|
|
108
108
|
|
|
109
109
|
idx = self.channel_names.index(default_channel)
|
|
110
110
|
res = func(self.image, self.image_intensity[..., idx])
|
|
111
|
-
|
|
111
|
+
if isinstance(res, tuple):
|
|
112
|
+
len_output = len(res)
|
|
113
|
+
else:
|
|
114
|
+
len_output = 1
|
|
112
115
|
|
|
113
|
-
|
|
114
|
-
|
|
116
|
+
if len_output > 1:
|
|
117
|
+
multichannel_list = [[np.nan]*len_output for c in range(len(self.channel_names))]
|
|
118
|
+
multichannel_list[idx] = res
|
|
119
|
+
else:
|
|
120
|
+
multichannel_list = [np.nan for c in range(len(self.channel_names))]
|
|
121
|
+
multichannel_list[idx] = res
|
|
115
122
|
|
|
116
123
|
else:
|
|
117
124
|
print(f'Warning... Channel required by custom measurement ({default_channel}) could not be found in your data...')
|
|
@@ -1264,7 +1264,6 @@ def rename_intensity_column(df, channels):
|
|
|
1264
1264
|
if s.isdigit():
|
|
1265
1265
|
if int(s)<len(channel_names):
|
|
1266
1266
|
test_digit[j] = True
|
|
1267
|
-
print(f"{test_digit=}")
|
|
1268
1267
|
|
|
1269
1268
|
if np.any(test_digit):
|
|
1270
1269
|
index = int(sections[np.where(test_digit)[0]][-1])
|
|
@@ -1289,36 +1288,36 @@ def rename_intensity_column(df, channels):
|
|
|
1289
1288
|
new_name = np.delete(measure, -1)
|
|
1290
1289
|
new_name = '_'.join(list(new_name))
|
|
1291
1290
|
if 'edge' in intensity_cols[k]:
|
|
1292
|
-
new_name = new_name.replace('
|
|
1291
|
+
new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_displacement_in_px")
|
|
1293
1292
|
else:
|
|
1294
|
-
new_name = new_name.replace('
|
|
1293
|
+
new_name = new_name.replace('center_of_mass', "center_of_mass_displacement_in_px")
|
|
1295
1294
|
to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
|
|
1296
1295
|
|
|
1297
1296
|
elif sections[-2] == "1":
|
|
1298
1297
|
new_name = np.delete(measure, -1)
|
|
1299
1298
|
new_name = '_'.join(list(new_name))
|
|
1300
1299
|
if 'edge' in intensity_cols[k]:
|
|
1301
|
-
new_name = new_name.replace('
|
|
1300
|
+
new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_orientation")
|
|
1302
1301
|
else:
|
|
1303
|
-
new_name = new_name.replace('
|
|
1302
|
+
new_name = new_name.replace('center_of_mass', "center_of_mass_orientation")
|
|
1304
1303
|
to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
|
|
1305
1304
|
|
|
1306
1305
|
elif sections[-2] == "2":
|
|
1307
1306
|
new_name = np.delete(measure, -1)
|
|
1308
1307
|
new_name = '_'.join(list(new_name))
|
|
1309
1308
|
if 'edge' in intensity_cols[k]:
|
|
1310
|
-
new_name = new_name.replace('
|
|
1309
|
+
new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_x")
|
|
1311
1310
|
else:
|
|
1312
|
-
new_name = new_name.replace('
|
|
1311
|
+
new_name = new_name.replace('center_of_mass', "center_of_mass_x")
|
|
1313
1312
|
to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
|
|
1314
1313
|
|
|
1315
1314
|
elif sections[-2] == "3":
|
|
1316
1315
|
new_name = np.delete(measure, -1)
|
|
1317
1316
|
new_name = '_'.join(list(new_name))
|
|
1318
1317
|
if 'edge' in intensity_cols[k]:
|
|
1319
|
-
new_name = new_name.replace('
|
|
1318
|
+
new_name = new_name.replace('center_of_mass_displacement', "edge_center_of_mass_y")
|
|
1320
1319
|
else:
|
|
1321
|
-
new_name = new_name.replace('
|
|
1320
|
+
new_name = new_name.replace('center_of_mass', "center_of_mass_y")
|
|
1322
1321
|
to_rename.update({intensity_cols[k]: new_name.replace('-', '_')})
|
|
1323
1322
|
|
|
1324
1323
|
if 'radial_gradient' in intensity_cols[k]:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.3.9.post3"
|
|
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.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/classifier_widget.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/configure_new_exp.py
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/generic_signal_plot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/Threshold-vs-DL.json
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/cell-populations.json
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/exp-structure.json
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/feature-btrack.json
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/neighborhood.json
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/preprocessing.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/help/tracking.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/measurement_options.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/neighborhood_options.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/plot_measurements.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/plot_signals_ui.py
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/downloader.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/measure_cells.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/segment_cells.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/processes/track_cells.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/seg_model_loader.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/gui/signal_annotator2.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
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/signals_icon.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/vignette_signals2.png
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/icons/vignette_signals2.svg
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/models/signal_detection/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
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/__init__.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/regionprops/props.json
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/relative_measurements.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/analyze_signals.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/measure_cells.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/measure_relative.py
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/segment_cells.py
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective/scripts/track_cells.py
RENAMED
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/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.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{celldetective-1.3.9.post3 → celldetective-1.3.9.post4}/celldetective.egg-info/top_level.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
|