Skip to content

Commit 4176856

Browse files
authored
Merge pull request #1929 from chrisfilo/enh/bold_bbregister
Add 'bold' and 'dti' contrast type to bbregister
2 parents d68b929 + 70878c2 commit 4176856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ class BBRegisterInputSpec(FSTraitedSpec):
10121012
init_reg_file = File(exists=True, argstr='--init-reg %s',
10131013
desc='existing registration file',
10141014
xor=['init'], mandatory=True)
1015-
contrast_type = traits.Enum('t1', 't2', argstr='--%s',
1015+
contrast_type = traits.Enum('t1', 't2', 'bold', 'dti', argstr='--%s',
10161016
desc='contrast type of image',
10171017
mandatory=True)
10181018
intermediate_file = File(exists=True, argstr="--int %s",

0 commit comments

Comments
 (0)