Skip to content

Commit 8aeaa46

Browse files
authored
Merge pull request #20 from Social-Evolution-and-Behavior/docedits
small changes to make deep dive docs more cohesive
2 parents c4e444f + 3d5e7b8 commit 8aeaa46

5 files changed

Lines changed: 38 additions & 31 deletions

File tree

docs/deep_dive/advanced_queries.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"\n",
1010
"This tutorial explores the powerful and flexible querying capabilities of CRANTpy. We'll go beyond simple filters and dive into:\n",
1111
"\n",
12-
"1. **Complex, multi-parameter queries**\n",
13-
"2. **Using regular expressions** for flexible matching\n",
14-
"3. **Inspecting available data** to build your queries\n",
15-
"4. **Analyzing populations** of neurons returned from queries\n",
12+
"* **Complex, multi-parameter queries**\n",
13+
"* **Using regular expressions** for flexible matching\n",
14+
"* **Inspecting available data** to build your queries\n",
15+
"* **Analyzing populations** of neurons returned from queries\n",
1616
"\n",
1717
"Let's get started by setting up our environment."
1818
]

docs/deep_dive/connectivity.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"metadata": {},
77
"source": [
88
"# Deep Dive: Analyzing Connectivity\n",
9-
"This tutorial will guide you through the process of querying and analyzing connectivity data using the CRANTpy package. We will cover how to retrieve synapse data, filter it, and visualize the results."
9+
"This tutorial will guide you through the process of querying and analyzing connectivity data using the CRANTpy package. We will cover \n",
10+
"* how to **retrieve synapse data**\n",
11+
"* **filter synapse data**, and \n",
12+
"* **visualize** the results.\n",
13+
"\n",
14+
"Let's get started by setting up our environment."
1015
]
1116
},
1217
{

docs/deep_dive/morphology.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"\n",
1010
"This comprehensive tutorial explores the morphological analysis capabilities of CRANTpy. We'll cover:\n",
1111
"\n",
12-
"1. **Mesh representations** - Fetching and analyzing neuron meshes\n",
13-
"2. **Skeleton representations** - Multiple skeletonization methods\n",
14-
"3. **L2 graph-based skeletons** - High-quality morphology from L2 chunks\n",
15-
"4. **Dotprops** - Point cloud representations for fast analysis\n",
16-
"5. **Morphometric analysis** - Cable length, surface area, volume, branching\n",
17-
"6. **Soma detection** - Automated soma identification\n",
18-
"7. **Visualization** - 2D and 3D visualization techniques\n",
19-
"8. **Population analysis** - Comparing morphology across neuron groups\n",
20-
"9. **Navis integration** - Leveraging navis for advanced analysis\n",
12+
"* **Mesh representations** - Fetching and analyzing neuron meshes\n",
13+
"* **Skeleton representations** - Multiple skeletonization methods\n",
14+
"* **L2 graph-based skeletons** - High-quality morphology from L2 chunks\n",
15+
"* **Dotprops** - Point cloud representations for fast analysis\n",
16+
"* **Morphometric analysis** - Cable length, surface area, volume, branching\n",
17+
"* **Soma detection** - Automated soma identification\n",
18+
"* **Visualization** - 2D and 3D visualization techniques\n",
19+
"* **Population analysis** - Comparing morphology across neuron groups\n",
20+
"* **Navis integration** - Leveraging navis for advanced analysis\n",
2121
"\n",
2222
"Let's start by setting up our environment."
2323
]

docs/deep_dive/ngllink.ipynb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
"\n",
1010
"This comprehensive tutorial will guide you through creating, manipulating, and sharing neuroglancer visualizations for CRANT neurons. We'll cover:\n",
1111
"\n",
12-
"1. Basic scene creation and URL generation\n",
13-
"2. Adding and coloring neurons\n",
14-
"3. Working with annotations (points, lines, ellipsoids)\n",
15-
"4. Adding neuron skeletons\n",
16-
"5. Grouping and organizing neurons\n",
17-
"6. Scene customization (layouts, layers, coordinates)\n",
18-
"7. URL shortening and sharing\n",
19-
"8. Integration with NeuronCriteria queries\n",
20-
"9. Advanced connectivity visualization\n",
21-
"10. Tips and best practices"
12+
"* Basic scene creation and URL generation\n",
13+
"* Adding and coloring neurons\n",
14+
"* Working with annotations (points, lines, ellipsoids)\n",
15+
"* Adding neuron skeletons\n",
16+
"* Grouping and organizing neurons\n",
17+
"* Scene customization (layouts, layers, coordinates)\n",
18+
"* URL shortening and sharing\n",
19+
"* Integration with NeuronCriteria queries\n",
20+
"* Advanced connectivity visualization\n",
21+
"* Tips and best practices\n",
22+
"\n",
23+
"Let's get started by setting up our environment."
2224
]
2325
},
2426
{

docs/deep_dive/segmentation.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"\n",
1010
"This comprehensive tutorial explores the powerful segmentation capabilities of CRANTpy using CAVE. We'll cover:\n",
1111
"\n",
12-
"1. **Root and supervoxel conversions** - Working with different segmentation levels\n",
13-
"2. **Location-based queries** - Finding segmentation at specific coordinates\n",
14-
"3. **ID updates and validation** - Keeping root IDs current\n",
15-
"4. **Neuron mapping** - Connecting spatial data to segmentation\n",
16-
"5. **Voxel operations** - Working with voxel-level data\n",
17-
"6. **Temporal analysis** - Understanding segmentation history\n",
18-
"7. **Spatial corrections** - Snapping coordinates to segmentation\n",
12+
"* **Root and supervoxel conversions** - Working with different segmentation levels\n",
13+
"* **Location-based queries** - Finding segmentation at specific coordinates\n",
14+
"* **ID updates and validation** - Keeping root IDs current\n",
15+
"* **Neuron mapping** - Connecting spatial data to segmentation\n",
16+
"* **Voxel operations** - Working with voxel-level data\n",
17+
"* **Temporal analysis** - Understanding segmentation history\n",
18+
"* **Spatial corrections** - Snapping coordinates to segmentation\n",
1919
"\n",
2020
"These tools are essential for working with dynamic segmentation data in CAVE/ChunkedGraph systems.\n",
2121
"\n",

0 commit comments

Comments
 (0)