From 41453618cb6b9ad971a1ecf6c681e5bb0e866f34 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 7 May 2024 15:20:28 -0400 Subject: [PATCH] Update confounds.py --- src/fmripost_aroma/interfaces/confounds.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fmripost_aroma/interfaces/confounds.py b/src/fmripost_aroma/interfaces/confounds.py index 99645d4..53cb13a 100644 --- a/src/fmripost_aroma/interfaces/confounds.py +++ b/src/fmripost_aroma/interfaces/confounds.py @@ -140,6 +140,7 @@ class _ICADenoiseOutputSpec(TraitedSpec): class ICADenoise(SimpleInterface): + """Denoise data using ICA components.""" input_spec = _ICADenoiseInputSpec output_spec = _ICADenoiseOutputSpec