Skip to content
Snippets Groups Projects
Commit 6dcfa52c authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: fix julich brain name, for proper dataset fetching

parent 3426add0
No related branches found
No related tags found
No related merge requests found
......@@ -213,11 +213,11 @@ const filterDataset = async (dataset = null, { templateName, parcellationName })
switch (parcellationName) {
case 'Cytoarchitectonic Maps':
useSet = bigbrainCytoSet
overwriteParcellationName = 'Jülich Cytoarchitechtonic Brain Atlas (human)'
overwriteParcellationName = 'Julich-Brain Atlas'
break;
case 'JuBrain Cytoarchitectonic Atlas':
useSet = juBrainSet
overwriteParcellationName = 'Jülich Cytoarchitechtonic Brain Atlas (human)'
overwriteParcellationName = 'Julich-Brain Atlas'
break;
case 'Fibre Bundle Atlas - Short Bundle':
useSet = shortBundleSet
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment