spacr 0.2.31__tar.gz → 0.2.32__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.
- {spacr-0.2.31/spacr.egg-info → spacr-0.2.32}/PKG-INFO +1 -1
- {spacr-0.2.31 → spacr-0.2.32}/setup.py +1 -1
- {spacr-0.2.31 → spacr-0.2.32}/spacr/gui_elements.py +6 -6
- {spacr-0.2.31 → spacr-0.2.32/spacr.egg-info}/PKG-INFO +1 -1
- {spacr-0.2.31 → spacr-0.2.32}/LICENSE +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/MANIFEST.in +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/README.rst +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/setup.cfg +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/__init__.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/__main__.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_annotate.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_classify.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_make_masks.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_mask.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_measure.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_sequencing.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/app_umap.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/chris.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/core.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/deep_spacr.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/graph_learning.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/gui.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/gui_core.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/gui_utils.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/io.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/logger.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/measure.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/plot.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/abort.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/annotate.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/cellpose_all.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/cellpose_masks.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/classify.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/default.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/download.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/logo_spacr.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/make_masks.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/map_barcodes.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/mask.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/measure.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/ml_analyze.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/recruitment.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/regression.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/run.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/sequencing.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/settings.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/spacr_logo_rotation.gif +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/train_cellpose.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/icons/umap.png +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model_settings.csv +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/resources/models/cp/toxo_pv_lumen.CP_model +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/sequencing.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/settings.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/sim.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/sim_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/timelapse.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/utils.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr/version.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr.egg-info/SOURCES.txt +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr.egg-info/dependency_links.txt +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr.egg-info/entry_points.txt +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr.egg-info/requires.txt +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/spacr.egg-info/top_level.txt +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_annotate_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_core.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_gui_classify_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_gui_mask_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_gui_measure_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_gui_sim_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_gui_utils.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_io.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_mask_app.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_measure.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_plot.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_sim.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_timelapse.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_train.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_umap.py +0 -0
- {spacr-0.2.31 → spacr-0.2.32}/tests/test_utils.py +0 -0
@@ -1591,14 +1591,14 @@ class AnnotateApp:
|
|
1591
1591
|
self.db_path = db_path
|
1592
1592
|
self.src = src
|
1593
1593
|
self.index = 0
|
1594
|
-
|
1594
|
+
|
1595
1595
|
if isinstance(image_size, list):
|
1596
1596
|
self.image_size = (int(image_size[0]), int(image_size[0]))
|
1597
1597
|
elif isinstance(image_size, int):
|
1598
1598
|
self.image_size = (image_size, image_size)
|
1599
1599
|
else:
|
1600
1600
|
raise ValueError("Invalid image size")
|
1601
|
-
|
1601
|
+
|
1602
1602
|
self.annotation_column = annotation_column
|
1603
1603
|
self.image_type = image_type
|
1604
1604
|
self.channels = channels
|
@@ -1613,8 +1613,6 @@ class AnnotateApp:
|
|
1613
1613
|
self.measurement = measurement
|
1614
1614
|
self.threshold = threshold
|
1615
1615
|
|
1616
|
-
print('self.image_size', self.image_size)
|
1617
|
-
|
1618
1616
|
style_out = set_dark_style(ttk.Style())
|
1619
1617
|
self.root.configure(bg=style_out['inactive_color'])
|
1620
1618
|
|
@@ -1662,8 +1660,10 @@ class AnnotateApp:
|
|
1662
1660
|
self.root.grid_columnconfigure(0, weight=1)
|
1663
1661
|
self.root.grid_columnconfigure(1, weight=1)
|
1664
1662
|
|
1665
|
-
self.
|
1666
|
-
|
1663
|
+
for row in range(self.grid_rows):
|
1664
|
+
self.grid_frame.grid_rowconfigure(row, weight=1)
|
1665
|
+
for col in range(self.grid_cols):
|
1666
|
+
self.grid_frame.grid_columnconfigure(col, weight=1)
|
1667
1667
|
|
1668
1668
|
def calculate_grid_dimensions(self):
|
1669
1669
|
window_width = self.root.winfo_width()
|
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
|
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
|
{spacr-0.2.31 → spacr-0.2.32}/spacr/resources/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|