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.
2 parents 0839187 + f58af58 commit aec75f6Copy full SHA for aec75f6
nipype/interfaces/afni/preprocess.py
@@ -509,7 +509,7 @@ class AutomaskInputSpec(AFNICommandInputSpec):
509
clfrac = traits.Float(desc='sets the clip level fraction' +
510
' (must be 0.1-0.9). ' +
511
'A small value will tend to make the mask larger [default = 0.5].',
512
- argstr="-dilate %s")
+ argstr="-clfrac %s")
513
514
dilate = traits.Int(desc='dilate the mask outwards',
515
argstr="-dilate %s")
nipype/interfaces/afni/tests/test_auto_Automask.py
@@ -15,7 +15,7 @@ def test_Automask_inputs():
15
),
16
dilate=dict(argstr='-dilate %s',
17
18
- clfrac=dict(argstr='-dilate %s',
+ clfrac=dict(argstr='-clfrac %s',
19
20
outputtype=dict(),
21
brain_file=dict(name_source='in_file',
0 commit comments