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.
1 parent 47b4848 commit 957c3c2Copy full SHA for 957c3c2
nipype/interfaces/fsl/preprocess.py
@@ -1094,6 +1094,7 @@ class FUGUEInputSpec(FSLCommandInputSpec):
1094
argstr='--unwarp=%s', genfile=True,
1095
desc='apply unwarping and save as filename', hash_files=False)
1096
forward_warping = traits.Bool(
1097
+ False, usedefault=True,
1098
desc='apply forward warping instead of unwarping')
1099
warped_file = File(argstr='--warp=%s', genfile=True,
1100
desc='apply forward warping and save as filename',
0 commit comments