Skip to content

Commit 4b3b539

Browse files
Bump version; add outline for analysis pipeline
1 parent 8a4d26d commit 4b3b539

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

examples/analysis_pipeline.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# TODO implement analysis pipeline for our tomo sample data:
2+
# - segment vesicles, AZ, and compartment
3+
# - use compartment segmentation to find the presynaptic terminal
4+
# - postprocess the AZ segmentation
5+
# - measure distances between vesicles and AZ
6+
# - vesicle pool assignment into docked and non-attached terminals
7+
# - export table with distance and morphology measurements for the two pools

synapse_net/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)