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 91a0194 commit 617bba0Copy full SHA for 617bba0
nipype/interfaces/afni/preprocess.py
@@ -1676,13 +1676,13 @@ class OutlierCountInputSpec(CommandLineInputSpec):
1676
False,
1677
usedefault=True,
1678
argstr='-autoclip',
1679
- xor=['in_file'],
+ xor=['mask'],
1680
desc='clip off small voxels')
1681
automask = traits.Bool(
1682
1683
1684
argstr='-automask',
1685
1686
1687
fraction = traits.Bool(
1688
0 commit comments