microlive 1.0.21__py3-none-any.whl → 1.0.23__py3-none-any.whl
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.
- microlive/__init__.py +1 -1
- microlive/gui/app.py +7 -0
- {microlive-1.0.21.dist-info → microlive-1.0.23.dist-info}/METADATA +1 -1
- {microlive-1.0.21.dist-info → microlive-1.0.23.dist-info}/RECORD +7 -7
- {microlive-1.0.21.dist-info → microlive-1.0.23.dist-info}/WHEEL +0 -0
- {microlive-1.0.21.dist-info → microlive-1.0.23.dist-info}/entry_points.txt +0 -0
- {microlive-1.0.21.dist-info → microlive-1.0.23.dist-info}/licenses/LICENSE +0 -0
microlive/__init__.py
CHANGED
|
@@ -23,7 +23,7 @@ Authors:
|
|
|
23
23
|
Nathan L. Nowling, Brian Munsky, Ning Zhao
|
|
24
24
|
"""
|
|
25
25
|
|
|
26
|
-
__version__ = "1.0.
|
|
26
|
+
__version__ = "1.0.23"
|
|
27
27
|
__author__ = "Luis U. Aguilera, William S. Raymond, Rhiannon M. Sears, Nathan L. Nowling, Brian Munsky, Ning Zhao"
|
|
28
28
|
|
|
29
29
|
# Package name (for backward compatibility)
|
microlive/gui/app.py
CHANGED
|
@@ -1949,6 +1949,9 @@ class GUI(QMainWindow):
|
|
|
1949
1949
|
# Reset segmentation tab to Watershed (index 0) since Edit tab is only relevant after segmentation
|
|
1950
1950
|
if hasattr(self, 'segmentation_method_tabs'):
|
|
1951
1951
|
self.segmentation_method_tabs.setCurrentIndex(0)
|
|
1952
|
+
# Reset colocalization tab to Visual (index 0) since Verify tabs are only relevant after colocalization
|
|
1953
|
+
if hasattr(self, 'coloc_subtabs'):
|
|
1954
|
+
self.coloc_subtabs.setCurrentIndex(0)
|
|
1952
1955
|
|
|
1953
1956
|
self.plot_image()
|
|
1954
1957
|
self.plot_tracking()
|
|
@@ -6724,6 +6727,10 @@ class GUI(QMainWindow):
|
|
|
6724
6727
|
if self.edit_mask_selector.count() <= 1:
|
|
6725
6728
|
self.edit_status_label.setText("⚠ No masks available - run segmentation first")
|
|
6726
6729
|
self.edit_status_label.setStyleSheet("color: #ff6666;")
|
|
6730
|
+
elif self.edit_mask_selector.count() == 2:
|
|
6731
|
+
# Auto-select when only one mask is available
|
|
6732
|
+
self.edit_mask_selector.setCurrentIndex(1)
|
|
6733
|
+
self.on_edit_mask_selector_changed(1)
|
|
6727
6734
|
else:
|
|
6728
6735
|
self.edit_status_label.setText("⚠ Select a mask to begin editing")
|
|
6729
6736
|
self.edit_status_label.setStyleSheet("color: #ffcc00;")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microlive
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.23
|
|
4
4
|
Summary: Live-cell microscopy image analysis and single-molecule measurements
|
|
5
5
|
Project-URL: Homepage, https://github.com/ningzhaoAnschutz/microlive
|
|
6
6
|
Project-URL: Documentation, https://github.com/ningzhaoAnschutz/microlive/blob/main/docs/user_guide.md
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
microlive/__init__.py,sha256
|
|
1
|
+
microlive/__init__.py,sha256=-MekCGFRKOy0VcMLrE5HZAa1NfGzKNvqxaubUKbq04w,1385
|
|
2
2
|
microlive/imports.py,sha256=wMJNmtG06joCJNPryktCwEKz1HCJhfGcm3et3boINuc,7676
|
|
3
3
|
microlive/microscopy.py,sha256=OFqf0JXJW4-2cLHvXnwwp_SfMFsUXwp5lDKbkCRR4ok,710841
|
|
4
4
|
microlive/ml_spot_detection.py,sha256=pVbOSGNJ0WWMuPRML42rFwvjKVZ0B1fJux1179OIbAg,10603
|
|
@@ -7,7 +7,7 @@ microlive/data/icons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
7
7
|
microlive/data/icons/icon_micro.png,sha256=b5tFv4E6vUmLwYmYeM4PJuxLV_XqEzN14ueolekTFW0,370236
|
|
8
8
|
microlive/data/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
microlive/gui/__init__.py,sha256=tB-CdDC7x5OwYFAQxLOUvfVnUThaXKXVRsB68YP0Y6Q,28
|
|
10
|
-
microlive/gui/app.py,sha256=
|
|
10
|
+
microlive/gui/app.py,sha256=U8tFSMjgfoV5nXpOi_CdSIJ0wZOpGQwMe_4x4zBANZk,849593
|
|
11
11
|
microlive/gui/main.py,sha256=b66W_2V-pclGKOozfs75pwrCGbL_jkVU3kFt8RFMZIc,2520
|
|
12
12
|
microlive/gui/micro_mac.command,sha256=TkxYOO_5A2AiNJMz3_--1geBYfl77THpOLFZnV4J2ac,444
|
|
13
13
|
microlive/gui/micro_windows.bat,sha256=DJUKPhDbCO4HToLwSMT-QTYRe9Kr1wn5A2Ijy2klIrw,773
|
|
@@ -20,8 +20,8 @@ microlive/utils/device.py,sha256=tcPMU8UiXL-DuGwhudUgrbjW1lgIK_EUKIOeOn0U6q4,253
|
|
|
20
20
|
microlive/utils/model_downloader.py,sha256=EruviTEh75YBekpznn1RZ1Nj8lnDmeC4TKEnFLOow6Y,9448
|
|
21
21
|
microlive/utils/resources.py,sha256=Jz7kPI75xMLCBJMyX7Y_3ixKi_UgydfQkF0BlFtLCKs,1753
|
|
22
22
|
microlive/data/models/spot_detection_cnn.pth,sha256=Np7vpPJIbKQmuKY0Hx-4IkeEDsnks_QEgs7TqaYgZmI,8468580
|
|
23
|
-
microlive-1.0.
|
|
24
|
-
microlive-1.0.
|
|
25
|
-
microlive-1.0.
|
|
26
|
-
microlive-1.0.
|
|
27
|
-
microlive-1.0.
|
|
23
|
+
microlive-1.0.23.dist-info/METADATA,sha256=6Obqn4Mns-cByOvPnVmbghxnROs0SC8Atao6nRYQGzA,12462
|
|
24
|
+
microlive-1.0.23.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
25
|
+
microlive-1.0.23.dist-info/entry_points.txt,sha256=Zqp2vixyD8lngcfEmOi8fkCj7vPhesz5xlGBI-EubRw,54
|
|
26
|
+
microlive-1.0.23.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
|
|
27
|
+
microlive-1.0.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|