Skip to content

Commit 2a10cea

Browse files
author
Erik Ziegler
committed
Added FSL output type NIFTI to dmri mrtrix example
1 parent 3bf6539 commit 2a10cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dmri_mrtrix_dti.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
import nipype.algorithms.misc as misc
2828
import os, os.path as op # system functions
2929

30+
fsl.FSLCommand.set_default_output_type('NIFTI')
31+
3032
"""
3133
This needs to point to the fdt folder you can find after extracting
3234

0 commit comments

Comments
 (0)