nettracer3d 0.9.2__tar.gz → 0.9.3__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.
Potentially problematic release.
This version of nettracer3d might be problematic. Click here for more details.
- {nettracer3d-0.9.2/src/nettracer3d.egg-info → nettracer3d-0.9.3}/PKG-INFO +4 -6
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/README.md +3 -5
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/pyproject.toml +1 -1
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/nettracer.py +4 -1
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/nettracer_gui.py +16 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3/src/nettracer3d.egg-info}/PKG-INFO +4 -6
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/LICENSE +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/setup.cfg +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/__init__.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/cellpose_manager.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/community_extractor.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/excelotron.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/modularity.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/morphology.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/neighborhoods.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/network_analysis.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/network_draw.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/node_draw.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/painting.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/proximity.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/run.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/segmenter.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/segmenter_GPU.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/simple_network.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d/smart_dilate.py +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d.egg-info/SOURCES.txt +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d.egg-info/dependency_links.txt +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d.egg-info/entry_points.txt +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d.egg-info/requires.txt +0 -0
- {nettracer3d-0.9.2 → nettracer3d-0.9.3}/src/nettracer3d.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nettracer3d
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: Scripts for intializing and analyzing networks from segmentations of three dimensional images.
|
|
5
5
|
Author-email: Liam McLaughlin <liamm@wustl.edu>
|
|
6
6
|
Project-URL: Documentation, https://nettracer3d.readthedocs.io/en/latest/
|
|
@@ -110,8 +110,6 @@ McLaughlin, L., Zhang, B., Sharma, S. et al. Three dimensional multiscalar neuro
|
|
|
110
110
|
|
|
111
111
|
NetTracer3D was developed by Liam McLaughlin while working under Dr. Sanjay Jain at Washington University School of Medicine.
|
|
112
112
|
|
|
113
|
-
-- Version 0.9.
|
|
114
|
-
|
|
115
|
-
*
|
|
116
|
-
* Adjusted pan mode
|
|
117
|
-
* Some bug fixes.
|
|
113
|
+
-- Version 0.9.3 Updates --
|
|
114
|
+
|
|
115
|
+
* Some minor bug fixes.
|
|
@@ -65,8 +65,6 @@ McLaughlin, L., Zhang, B., Sharma, S. et al. Three dimensional multiscalar neuro
|
|
|
65
65
|
|
|
66
66
|
NetTracer3D was developed by Liam McLaughlin while working under Dr. Sanjay Jain at Washington University School of Medicine.
|
|
67
67
|
|
|
68
|
-
-- Version 0.9.
|
|
69
|
-
|
|
70
|
-
*
|
|
71
|
-
* Adjusted pan mode
|
|
72
|
-
* Some bug fixes.
|
|
68
|
+
-- Version 0.9.3 Updates --
|
|
69
|
+
|
|
70
|
+
* Some minor bug fixes.
|
|
@@ -5585,7 +5585,10 @@ class Network_3D:
|
|
|
5585
5585
|
if self.communities is not None and label == 2:
|
|
5586
5586
|
neighbor_group = {}
|
|
5587
5587
|
for node, com in self.communities.items():
|
|
5588
|
-
|
|
5588
|
+
try:
|
|
5589
|
+
neighbor_group[com] = neighbors[node]
|
|
5590
|
+
except:
|
|
5591
|
+
neighbor_group[com] = 0
|
|
5589
5592
|
neighborhoods.visualize_cluster_composition_umap(umap_dict, id_set, neighborhoods = neighbor_group)
|
|
5590
5593
|
elif label == 1:
|
|
5591
5594
|
neighborhoods.visualize_cluster_composition_umap(umap_dict, id_set, label = True)
|
|
@@ -4542,6 +4542,10 @@ class ImageViewerWindow(QMainWindow):
|
|
|
4542
4542
|
if not self.confirm_calcbranch_dialog("Use of this feature will require additional use of the Nodes and Overlay 2 channels. Please save any data and return, or proceed if you do not need those channels' data"):
|
|
4543
4543
|
return
|
|
4544
4544
|
|
|
4545
|
+
if my_network.edges is None and my_network.nodes is not None:
|
|
4546
|
+
self.load_channel(1, my_network.nodes, data = True)
|
|
4547
|
+
self.delete_channel(0, False)
|
|
4548
|
+
|
|
4545
4549
|
my_network.id_overlay = my_network.edges.copy()
|
|
4546
4550
|
|
|
4547
4551
|
self.show_gennodes_dialog()
|
|
@@ -4574,6 +4578,10 @@ class ImageViewerWindow(QMainWindow):
|
|
|
4574
4578
|
if not self.confirm_calcbranch_dialog("Use of this feature will require additional use of the Nodes and Overlay 2 channels. Please save any data and return, or proceed if you do not need those channels' data"):
|
|
4575
4579
|
return
|
|
4576
4580
|
|
|
4581
|
+
if my_network.edges is None and my_network.nodes is not None:
|
|
4582
|
+
self.load_channel(1, my_network.nodes, data = True)
|
|
4583
|
+
self.delete_channel(0, False)
|
|
4584
|
+
|
|
4577
4585
|
self.show_branch_dialog(called = True)
|
|
4578
4586
|
|
|
4579
4587
|
self.load_channel(0, my_network.edges, data = True)
|
|
@@ -12453,6 +12461,10 @@ class GenNodesDialog(QDialog):
|
|
|
12453
12461
|
def run_gennodes(self):
|
|
12454
12462
|
|
|
12455
12463
|
try:
|
|
12464
|
+
|
|
12465
|
+
if my_network.edges is None and my_network.nodes is not None:
|
|
12466
|
+
self.parent().load_channel(1, my_network.nodes, data = True)
|
|
12467
|
+
self.parent().delete_channel(0, True)
|
|
12456
12468
|
# Get directory (None if empty)
|
|
12457
12469
|
#directory = self.directory.text() if self.directory.text() else None
|
|
12458
12470
|
|
|
@@ -12682,6 +12694,10 @@ class BranchDialog(QDialog):
|
|
|
12682
12694
|
fix_val = float(self.fix_val.text()) if self.fix_val.text() else None
|
|
12683
12695
|
seed = int(self.seed.text()) if self.seed.text() else None
|
|
12684
12696
|
|
|
12697
|
+
if my_network.edges is None and my_network.nodes is not None:
|
|
12698
|
+
self.parent().load_channel(1, my_network.nodes, data = True)
|
|
12699
|
+
self.parent().delete_channel(0, True)
|
|
12700
|
+
|
|
12685
12701
|
original_shape = my_network.edges.shape
|
|
12686
12702
|
original_array = copy.deepcopy(my_network.edges)
|
|
12687
12703
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nettracer3d
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: Scripts for intializing and analyzing networks from segmentations of three dimensional images.
|
|
5
5
|
Author-email: Liam McLaughlin <liamm@wustl.edu>
|
|
6
6
|
Project-URL: Documentation, https://nettracer3d.readthedocs.io/en/latest/
|
|
@@ -110,8 +110,6 @@ McLaughlin, L., Zhang, B., Sharma, S. et al. Three dimensional multiscalar neuro
|
|
|
110
110
|
|
|
111
111
|
NetTracer3D was developed by Liam McLaughlin while working under Dr. Sanjay Jain at Washington University School of Medicine.
|
|
112
112
|
|
|
113
|
-
-- Version 0.9.
|
|
114
|
-
|
|
115
|
-
*
|
|
116
|
-
* Adjusted pan mode
|
|
117
|
-
* Some bug fixes.
|
|
113
|
+
-- Version 0.9.3 Updates --
|
|
114
|
+
|
|
115
|
+
* Some minor bug fixes.
|
|
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
|