We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d3cdec + 629e2df commit 6d4d493Copy full SHA for 6d4d493
nipype/workflows/dmri/fsl/tbss.py
@@ -15,6 +15,7 @@ def tbss1_op_string(in_files):
15
for infile in in_files:
16
img = nib.load(infile)
17
dimtup = tuple([d - 2 for d in img.get_shape()])
18
+ dimtup = dimtup[0:3]
19
op_str = '-min 1 -ero -roi 1 %d 1 %d 1 %d 0 1' % dimtup
20
op_strings.append(op_str)
21
return op_strings
0 commit comments