Skip to content

Commit ab1e5f1

Browse files
author
Shoshana Berleant
committed
document include_global option more clearly
1 parent 34fb134 commit ab1e5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/nilearn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class SignalExtractionInputSpec(BaseInterfaceInputSpec):
4141
'signals.tsv by default')
4242
include_global = traits.Bool(False, usedefault=True, mandatory=False,
4343
desc='If True, include an extra column '
44-
'labeled "global"')
44+
'labeled "global", with values calculated from the entire brain '
45+
'(instead of just regions)')
4546
detrend = traits.Bool(False, usedefault=True, mandatory=False,
4647
desc='If True, perform detrending using nilearn.')
4748

0 commit comments

Comments
 (0)