Skip to content

Commit cb2faa2

Browse files
author
Shoshana Berleant
committed
clarify documentation
1 parent 5347881 commit cb2faa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nipype/algorithms/compcor.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@ class TCompCorInputSpec(CompCorInputSpec):
121121
exclude_low=True, exclude_high=True,
122122
usedefault=True, desc='the percentile '
123123
'used to select highest-variance '
124-
'voxels. By default the 2% of voxels '
124+
'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 '
125128
'with the highest variance are used.')
126129

127130
class TCompCor(CompCor):

0 commit comments

Comments
 (0)