Skip to content

Commit 87e057c

Browse files
committed
add 'bold' contrast type to bbregister
1 parent cd07a64 commit 87e057c

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', 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)