Skip to content

Commit

Permalink
Update BigBrainWorkshop2023.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
dickscheid authored Oct 4, 2023
1 parent aa88c8f commit 3631146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigBrainWorkshop2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"# get a cube of BigBrain context centered at this annotation\n",
"bigbrain = siibra.get_template('bigbrain')\n",
"cube = bigbrain.fetch(\n",
" voi=voi.centroid.get_enclosing_cube(width_mm=10),\n",
" voi=voi.center.get_enclosing_cube(width_mm=10),\n",
" resolution_mm=0.32\n",
")"
]
Expand Down

0 comments on commit 3631146

Please sign in to comment.