Skip to content

Commit 957c3c2

Browse files
author
bpinsard
committed
fix forward_warping input
1 parent 47b4848 commit 957c3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ class FUGUEInputSpec(FSLCommandInputSpec):
10941094
argstr='--unwarp=%s', genfile=True,
10951095
desc='apply unwarping and save as filename', hash_files=False)
10961096
forward_warping = traits.Bool(
1097+
False, usedefault=True,
10971098
desc='apply forward warping instead of unwarping')
10981099
warped_file = File(argstr='--warp=%s', genfile=True,
10991100
desc='apply forward warping and save as filename',

0 commit comments

Comments
 (0)