-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfig_tasks_2x2.bwz
More file actions
11 lines (11 loc) · 1.1 KB
/
Copy pathfig_tasks_2x2.bwz
File metadata and controls
11 lines (11 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
{
"bwz": 1, "app": "brainWhiz", "grid": "2x2",
"figure": { "brain": 520, "titleSize": 22, "titleColor": "#111", "colorbarSize": 0, "gap": 8, "bg": "#ffffff",
"vals": { "axisLines": false, "axisLetters": false, "smooth": "10", "vivid": "1.45", "rim": "0.35" } },
"panels": [
{ "label": "Motor", "atlas": "jhu", "mode": "mesh", "overlays": [ { "name":"Motor","kind":"task","term":"motor","visible":true,"s":{"style":"solid","color":"#d62728","cthresh":"0.12"} } ] },
{ "label": "Language", "atlas": "jhu", "mode": "mesh", "overlays": [ { "name":"Language","kind":"task","term":"language","visible":true,"s":{"style":"solid","color":"#1f77b4","cthresh":"0.12"} } ] },
{ "label": "Working memory", "atlas": "jhu", "mode": "mesh", "overlays": [ { "name":"WM","kind":"task","term":"working memory","visible":true,"s":{"style":"cmap","cmap":"viridis","cthresh":"0.12"} } ] },
{ "label": "Attention", "atlas": "jhu", "mode": "mesh", "overlays": [ { "name":"Attn","kind":"task","term":"attention","visible":true,"s":{"style":"cmap","cmap":"turbo","cthresh":"0.12"} } ] }
]
}