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 b9c75fb commit 0855161Copy full SHA for 0855161
nipype/interfaces/fsl/ICA_AROMA.py
@@ -55,7 +55,7 @@ class ICA_AROMAInputSpec(CommandLineInputSpec):
55
denoise_type = traits.Enum('nonaggr', 'aggr', 'both', 'no', usedefault=True,
56
mandatory=True, argstr='-den %s',
57
desc='Type of denoising strategy:\n'
58
- '-none: only classification, no denoising\n'
+ '-no: only classification, no denoising\n'
59
'-nonaggr (default): non-aggresssive denoising, i.e. partial component regression\n'
60
'-aggr: aggressive denoising, i.e. full component regression\n'
61
'-both: both aggressive and non-aggressive denoising (two outputs)')
0 commit comments