Skip to content

Commit 8ca0682

Browse files
author
Marcel Falkiewicz
committed
[FIX] correctly parse clfrac input parameter
1 parent 0839187 commit 8ca0682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class AutomaskInputSpec(AFNICommandInputSpec):
509509
clfrac = traits.Float(desc='sets the clip level fraction' +
510510
' (must be 0.1-0.9). ' +
511511
'A small value will tend to make the mask larger [default = 0.5].',
512-
argstr="-dilate %s")
512+
argstr="-clfrac %s")
513513

514514
dilate = traits.Int(desc='dilate the mask outwards',
515515
argstr="-dilate %s")

0 commit comments

Comments
 (0)