Skip to content

Commit 2acc46e

Browse files
author
bpinsard
committed
typo
1 parent f963d7f commit 2acc46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class FLIRTInputSpec(FSLCommandInputSpec):
484484
argstr='-pedir %d',
485485
desc='phase encode direction of EPI - 1/2/3=x/y/z & -1/-2/-3=-x/-y/-z')
486486
echospacing = traits.Float(
487-
argstr='echospacing %f',
487+
argstr='-echospacing %f',
488488
desc='value of EPI echo spacing - units of seconds')
489489
bbrtype = traits.Enum(
490490
'signed', 'global_abs', 'local_abs',

0 commit comments

Comments
 (0)