We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95829c2 commit a77f52aCopy full SHA for a77f52a
examples/local-astrocyte-depolarization/meshes/synapse.yml
@@ -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
16
+raw:
17
+ size : [5000] # nm
18
+processing:
19
+ dx : 20 # resolution of mesh
20
+ ncells : [100]
21
+meshing:
22
+ envelopsize : [18]
…strocyte-depolarization/run_K_stimuli.py …trocyte-depolarization/run_tortuosity.pyexamples/local-astrocyte-depolarization/run_K_stimuli.py renamed to examples/local-astrocyte-depolarization/run_tortuosity.py
0 commit comments