Skip to content

Commit 4145361

Browse files
committed
Update confounds.py
1 parent 6ab4077 commit 4145361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fmripost_aroma/interfaces/confounds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class _ICADenoiseOutputSpec(TraitedSpec):
140140

141141

142142
class ICADenoise(SimpleInterface):
143+
"""Denoise data using ICA components."""
143144

144145
input_spec = _ICADenoiseInputSpec
145146
output_spec = _ICADenoiseOutputSpec

0 commit comments

Comments
 (0)