Skip to content

Commit 6077caf

Browse files
committed
FIX: corrects wrong instruction in handson [skip ci]
1 parent 52e0c2b commit 6077caf

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
@@ -733,7 +733,7 @@
733733
"cell_type": "markdown",
734734
"metadata": {},
735735
"source": [
736-
"**<span style=\"color:red\">Important</span>**: As you can see above, we also specified a variable `desired_voxel_iso`. This is very important at this stage, otherwise `FLIRT` will transform your functional images to a resolution of the anatomical image, which will dramatically increase the file size (e.g. to 1-10GB per file). If you don't want to change the voxel resolution, use the `no_resample=True` value instead of `apply_isoxfm=desired_voxel_iso`."
736+
"**<span style=\"color:red\">Important</span>**: As you can see above, we also specified a variable `desired_voxel_iso`. This is very important at this stage, otherwise `FLIRT` will transform your functional images to a resolution of the anatomical image, which will dramatically increase the file size (e.g. to 1-10GB per file). If you don't want to change the voxel resolution, use the additional parameter `no_resample=True`. Important, for this to work, you still need to define `apply_isoxfm`."
737737
]
738738
},
739739
{

0 commit comments

Comments
 (0)