nettracer3d 0.3.6__py3-none-any.whl → 0.3.7__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.
- nettracer3d/nettracer_gui.py +1 -1
- {nettracer3d-0.3.6.dist-info → nettracer3d-0.3.7.dist-info}/METADATA +1 -1
- {nettracer3d-0.3.6.dist-info → nettracer3d-0.3.7.dist-info}/RECORD +6 -6
- {nettracer3d-0.3.6.dist-info → nettracer3d-0.3.7.dist-info}/LICENSE +0 -0
- {nettracer3d-0.3.6.dist-info → nettracer3d-0.3.7.dist-info}/WHEEL +0 -0
- {nettracer3d-0.3.6.dist-info → nettracer3d-0.3.7.dist-info}/top_level.txt +0 -0
nettracer3d/nettracer_gui.py
CHANGED
|
@@ -564,7 +564,7 @@ class ImageViewerWindow(QMainWindow):
|
|
|
564
564
|
link_nodes.triggered.connect(self.handle_link)
|
|
565
565
|
delink_nodes = highlight_menu.addAction("Split Nodes")
|
|
566
566
|
delink_nodes.triggered.connect(self.handle_split)
|
|
567
|
-
|
|
567
|
+
context_menu.addMenu(highlight_menu)
|
|
568
568
|
|
|
569
569
|
# Create measure menu
|
|
570
570
|
measure_menu = QMenu("Measure", self)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: nettracer3d
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Scripts for intializing and analyzing networks from segmentations of three dimensional images.
|
|
5
5
|
Author-email: Liam McLaughlin <boom2449@gmail.com>
|
|
6
6
|
Project-URL: User_Manual, https://drive.google.com/drive/folders/1fTkz3n4LN9_VxKRKC8lVQSlrz_wq0bVn?usp=drive_link
|
|
@@ -4,15 +4,15 @@ nettracer3d/hub_getter.py,sha256=KiNtxdajLkwB1ftslvrh1FE1Ch9ZCFEmHSEEotwR-To,829
|
|
|
4
4
|
nettracer3d/modularity.py,sha256=V1f3s_vGd8EuVz27mzq6ycIGr0BWIpH7c7NU4QjgAHU,30247
|
|
5
5
|
nettracer3d/morphology.py,sha256=wv7v06YUcn5lMyefcc_znQlXF5iDxvUdoc0fXOKlGTw,12982
|
|
6
6
|
nettracer3d/nettracer.py,sha256=CfAdS3SnigL4TkfqwHRIg0WeBtwJ1nGysNq5pfSSwVU,201682
|
|
7
|
-
nettracer3d/nettracer_gui.py,sha256=
|
|
7
|
+
nettracer3d/nettracer_gui.py,sha256=dQgZJEe4Mvj0ICglU8Pg350ucglLEgqQNy3-4up6ybM,289124
|
|
8
8
|
nettracer3d/network_analysis.py,sha256=MJBBjslA1k_R8ymid77U-qGSgzxFVfzGVQhE0IdhnbE,48046
|
|
9
9
|
nettracer3d/network_draw.py,sha256=F7fw6Pcf4qWOhdKwLmhwqWdschbDlHzwCVolQC9imeU,14117
|
|
10
10
|
nettracer3d/node_draw.py,sha256=BMiD_FrlOHeGD4AQZ_Emd152PfxFuMgGf2x4S0TOTnw,9752
|
|
11
11
|
nettracer3d/proximity.py,sha256=KYs4QUbt1U79RLzTvt8BmrxeGVaeKOQ2brtzTjjA78c,11011
|
|
12
12
|
nettracer3d/simple_network.py,sha256=fP1gkDdtQcHruEZpUdasKdZeVacoLOxKhR3bY0L1CAQ,15426
|
|
13
13
|
nettracer3d/smart_dilate.py,sha256=howfO6Lw5PxNjkaOBSCjkmf7fyau_-_8iTct2mAuTAQ,22083
|
|
14
|
-
nettracer3d-0.3.
|
|
15
|
-
nettracer3d-0.3.
|
|
16
|
-
nettracer3d-0.3.
|
|
17
|
-
nettracer3d-0.3.
|
|
18
|
-
nettracer3d-0.3.
|
|
14
|
+
nettracer3d-0.3.7.dist-info/LICENSE,sha256=gM207DhJjWrxLuEWXl0Qz5ISbtWDmADfjHp3yC2XISs,888
|
|
15
|
+
nettracer3d-0.3.7.dist-info/METADATA,sha256=DRP7HbVjY5GPD55rBasUCHRYr1R-xdCse3JdrkAlF_E,2894
|
|
16
|
+
nettracer3d-0.3.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
+
nettracer3d-0.3.7.dist-info/top_level.txt,sha256=zsYy9rZwirfCEOubolhee4TyzqBAL5gSUeFMzhFTX8c,12
|
|
18
|
+
nettracer3d-0.3.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|