Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
4e228fec
Commit
4e228fec
authored
3 years ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: ngids of some regions in long/short bundle malformed
parent
a0fc7c6f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util/fn.ts
+26
-8
26 additions, 8 deletions
src/util/fn.ts
with
26 additions
and
8 deletions
src/util/fn.ts
+
26
−
8
View file @
4e228fec
...
...
@@ -159,8 +159,12 @@ const BACKCOMAP_KEY_DICT = {
'
right hemisphere
'
:
'
MNI152_V25_RIGHT_NG_SPLIT_HEMISPHERE
'
},
// bundle hcp
// even though hcp, long/short bundle, and difumo has no hemisphere distinctions, the way siibra-python parses the region,
// and thus attributes left/right hemisphere, still results in some regions being parsed as left/right hemisphere
"
juelich/iav/atlas/v1.0.0/79cbeaa4ee96d5d3dfe2876e9f74b3dc3d3ffb84304fb9b965b1776563a1069c
"
:
{
"
whole brain
"
:
"
superficial-white-bundle-HCP
"
"
whole brain
"
:
"
superficial-white-bundle-HCP
"
,
"
left hemisphere
"
:
"
superficial-white-bundle-HCP
"
,
"
right hemisphere
"
:
"
superficial-white-bundle-HCP
"
},
// julich brain v1.18
"
minds/core/parcellationatlas/v1.0.0/94c1125b-b87e-45e4-901c-00daee7f2579
"
:
{
...
...
@@ -169,27 +173,41 @@ const BACKCOMAP_KEY_DICT = {
},
// long bundle
"
juelich/iav/atlas/v1.0.0/5
"
:
{
"
whole brain
"
:
"
fibre bundle long
"
"
whole brain
"
:
"
fibre bundle long
"
,
"
left hemisphere
"
:
"
fibre bundle long
"
,
"
right hemisphere
"
:
"
fibre bundle long
"
,
},
// bundle short
"
juelich/iav/atlas/v1.0.0/6
"
:
{
"
whole brain
"
:
"
fibre bundle short
"
"
whole brain
"
:
"
fibre bundle short
"
,
"
left hemisphere
"
:
"
fibre bundle short
"
,
"
right hemisphere
"
:
"
fibre bundle short
"
,
},
// difumo 64
"
minds/core/parcellationatlas/v1.0.0/d80fbab2-ce7f-4901-a3a2-3c8ef8a3b721
"
:
{
"
whole brain
"
:
"
DiFuMo Atlas (64 dimensions)
"
"
whole brain
"
:
"
DiFuMo Atlas (64 dimensions)
"
,
"
left hemisphere
"
:
"
DiFuMo Atlas (64 dimensions)
"
,
"
right hemisphere
"
:
"
DiFuMo Atlas (64 dimensions)
"
,
},
"
minds/core/parcellationatlas/v1.0.0/73f41e04-b7ee-4301-a828-4b298ad05ab8
"
:
{
"
whole brain
"
:
"
DiFuMo Atlas (128 dimensions)
"
"
whole brain
"
:
"
DiFuMo Atlas (128 dimensions)
"
,
"
left hemisphere
"
:
"
DiFuMo Atlas (128 dimensions)
"
,
"
right hemisphere
"
:
"
DiFuMo Atlas (128 dimensions)
"
,
},
"
minds/core/parcellationatlas/v1.0.0/141d510f-0342-4f94-ace7-c97d5f160235
"
:
{
"
whole brain
"
:
"
DiFuMo Atlas (256 dimensions)
"
"
whole brain
"
:
"
DiFuMo Atlas (256 dimensions)
"
,
"
left hemisphere
"
:
"
DiFuMo Atlas (256 dimensions)
"
,
"
right hemisphere
"
:
"
DiFuMo Atlas (256 dimensions)
"
,
},
"
minds/core/parcellationatlas/v1.0.0/63b5794f-79a4-4464-8dc1-b32e170f3d16
"
:
{
"
whole brain
"
:
"
DiFuMo Atlas (512 dimensions)
"
"
whole brain
"
:
"
DiFuMo Atlas (512 dimensions)
"
,
"
left hemisphere
"
:
"
DiFuMo Atlas (512 dimensions)
"
,
"
right hemisphere
"
:
"
DiFuMo Atlas (512 dimensions)
"
,
},
"
minds/core/parcellationatlas/v1.0.0/12fca5c5-b02c-46ce-ab9f-f12babf4c7e1
"
:
{
"
whole brain
"
:
"
DiFuMo Atlas (1024 dimensions)
"
"
whole brain
"
:
"
DiFuMo Atlas (1024 dimensions)
"
,
"
left hemisphere
"
:
"
DiFuMo Atlas (1024 dimensions)
"
,
"
right hemisphere
"
:
"
DiFuMo Atlas (1024 dimensions)
"
,
},
},
// colin 27
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment