Skip to content

Commit dc16ab3

Browse files
committed
Merge branch 'pr/686'
Conflicts: nipype/interfaces/fsl/utils.py
2 parents 25ae5b9 + 317c3ad commit dc16ab3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

nipype/interfaces/camino/dti.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ class DTIFitInputSpec(StdOutCommandLineInputSpec):
1616
in_file = File(exists=True, argstr='%s', mandatory=True, position=1,
1717
desc='voxel-order data filename')
1818

19+
bgmask = File(argstr='-bgmask %s', exists=True,
20+
desc=('Provides the name of a file containing a background mask computed using, '
21+
'for example, FSL bet2 program. The mask file contains zero in background '
22+
'voxels and non-zero in foreground.'))
23+
1924
scheme_file = File(exists=True, argstr='%s', mandatory=True, position=2,
2025
desc='Camino scheme file (b values / vectors, see camino.fsl2scheme)')
2126

nipype/interfaces/fsl/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,6 @@ class InvWarp(FSLCommand):
13441344

13451345
_cmd = 'invwarp'
13461346

1347-
13481347
class ComplexInputSpec(FSLCommandInputSpec):
13491348
complex_in_file = File(exists=True, argstr="%s", position=2)
13501349
complex_in_file2 = File(exists=True, argstr="%s", position=3)

0 commit comments

Comments
 (0)