Skip to content

Commit 1aadce7

Browse files
committed
FIX: corrects two typos [skip ci]
1 parent 0b96838 commit 1aadce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/handson_preprocessing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
"source": [
561561
"### Compute Coregistration Matrix\n",
562562
"\n",
563-
"As a next step we will make sure that the functional images are coregistered to the anatomical image. For this we will use FSL's `FLIRT` function. As we just created a white matter probability map, we can use this together with the a Boundary-Based Registration (BBR) cost function do optimize the image coregistration. As some helpful notes...\n",
563+
"As a next step we will make sure that the functional images are coregistered to the anatomical image. For this we will use FSL's `FLIRT` function. As we just created a white matter probability map, we can use this together with the Boundary-Based Registration (BBR) cost function to optimize the image coregistration. As some helpful notes...\n",
564564
"- use a degree of freedom of 6\n",
565565
"- specify the cost function as `bbr`\n",
566566
"- use the `schedule='/usr/share/fsl/5.0/etc/flirtsch/bbr.sch'`"

0 commit comments

Comments
 (0)