Skip to content

Commit

Permalink
Update maps and spaces to use updated volume schema utilizing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Jul 15, 2024
1 parent a366642 commit 8eb8585
Show file tree
Hide file tree
Showing 62 changed files with 172,697 additions and 305,939 deletions.
398 changes: 104 additions & 294 deletions maps/bigbrain-cortical-labelled.json

Large diffs are not rendered by default.

66 changes: 20 additions & 46 deletions maps/bigbrain-isocortex-labelled.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,59 +20,33 @@
"@type": "siibra/attr/data/image/v0.1",
"space_id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
"format": "neuroglancer/precomputed",
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif"
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif",
"mapping": {
"Isocortex": {
"color": "#C8C8C8",
"label": 100
},
"Non-isocortical structures": {
"color": "#FFFFFF",
"label": 200
}
}
},
{
"@type": "siibra/attr/data/mesh/v0.1",
"space_id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
"format": "neuroglancer/precompmesh",
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif"
}
],
"region_attributes": {
"Isocortex": [
{
"@type": "siibra/attr/data/image/v0.1",
"space_id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
"format": "neuroglancer/precomputed",
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif",
"volume_selection_options": {
"label": 100
},
"color": "#C8C8C8"
},
{
"@type": "siibra/attr/data/mesh/v0.1",
"space_id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
"format": "neuroglancer/precompmesh",
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif",
"volume_selection_options": {
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif",
"mapping": {
"Isocortex": {
"color": "#C8C8C8",
"label": 100
},
"color": "#C8C8C8"
}
],
"Non-isocortical structures": [
{
"@type": "siibra/attr/data/image/v0.1",
"space_id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
"format": "neuroglancer/precomputed",
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif",
"volume_selection_options": {
"label": 200
},
"color": "#FFFFFF"
},
{
"@type": "siibra/attr/data/mesh/v0.1",
"space_id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
"format": "neuroglancer/precompmesh",
"url": "https://neuroglancer.humanbrainproject.eu/precomputed/BigBrainRelease.2015/classif",
"volume_selection_options": {
"Non-isocortical structures": {
"color": "#FFFFFF",
"label": 200
},
"color": "#FFFFFF"
}
}
]
}
}
]
}
Loading

0 comments on commit 8eb8585

Please sign in to comment.