Skip to content
Snippets Groups Projects
Commit c0085660 authored by Dickscheid, Timo's avatar Dickscheid, Timo
Browse files

fix cortical layer spec

parent 8721162d
No related merge requests found
Pipeline #82425 failed
......@@ -10,11 +10,7 @@
"@type": "siibra/volume/v0.0.1",
"urls": {
"neuroglancer/precomputed": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/2019_05_27_cortical_layers",
<<<<<<< HEAD
"neuroglancer/precompmesh": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/2019_05_27_cortical_layers/mesh"
=======
"neuroglancer/precompmesh": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/2019_05_27_cortical_layers"
>>>>>>> a74d4cfa5d8cf5c284cff7e23e188ae39874dde9
}
}
],
......
......@@ -14,7 +14,17 @@
"children": [
{
"name": "cortical layer 1",
"rgb": "#808000"
"rgb": "#808000",
"children": [
{
"name": "cortical layer 1 left",
"rgb": "#808000"
},
{
"name": "cortical layer 1 right",
"rgb": "#808000"
}
]
},
{
"name": "cortical layer 2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment