Skip to content

Commit a77f52a

Browse files
author
adajel
committed
add .yml file for creating mesh local astro depolarization
1 parent 95829c2 commit a77f52a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name : synapse
2+
fixed :
3+
raw:
4+
#cloudpath : "local://annotations"
5+
cloudpath : "precomputed://gs://iarpa_microns/minnie/minnie65/seg"
6+
mip : 2 # resolution of data
7+
position : "336081-124970-18132" # factor two? Should work
8+
9+
processing:
10+
operation :
11+
- "removeislands minsize=5000"
12+
- "dilate iterations=1 radius=1" # swell cells
13+
- "smooth iterations=1 radius=1"
14+
- "erode iterations=1 radius=1" # shrink cells
15+
- "removeislands minsize=5000"
16+
raw:
17+
size : [5000] # nm
18+
processing:
19+
dx : 20 # resolution of mesh
20+
ncells : [100]
21+
meshing:
22+
envelopsize : [18]

examples/local-astrocyte-depolarization/run_K_stimuli.py renamed to examples/local-astrocyte-depolarization/run_tortuosity.py

File renamed without changes.

0 commit comments

Comments
 (0)