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 5347881 commit cb2faa2Copy full SHA for cb2faa2
nipype/algorithms/compcor.py
@@ -121,7 +121,10 @@ class TCompCorInputSpec(CompCorInputSpec):
121
exclude_low=True, exclude_high=True,
122
usedefault=True, desc='the percentile '
123
'used to select highest-variance '
124
- 'voxels. By default the 2% of voxels '
+ 'voxels, represented by a number '
125
+ 'between 0 and 1, exclusive. By '
126
+ 'default, this value is set to .02. '
127
+ 'That is, the 2% of voxels '
128
'with the highest variance are used.')
129
130
class TCompCor(CompCor):
0 commit comments