Skip to content

Commit aa6db2d

Browse files
committed
WIP: ICA_AROMA.py, adding newlines to documentation
1 parent aeaa109 commit aa6db2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nipype/interfaces/fsl/ICA_AROMA.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ class ICA_AROMAInputSpec(CommandLineInputSpec):
4848
desc='motion parameters file')
4949
denoise_type = traits.Enum('nonaggr', 'aggr', 'both', 'no', usedefault=True,
5050
mandatory=True, argstr='-den %s',
51-
desc='Type of denoising strategy: '
52-
'-none: only classification, no denoising '
53-
'-nonaggr (default): non-aggresssive denoising, i.e. partial component regression '
54-
'-aggr: aggressive denoising, i.e. full component regression '
51+
desc='Type of denoising strategy:\n'
52+
'-none: only classification, no denoising\n'
53+
'-nonaggr (default): non-aggresssive denoising, i.e. partial component regression\n'
54+
'-aggr: aggressive denoising, i.e. full component regression\n'
5555
'-both: both aggressive and non-aggressive denoising (two outputs)')
5656

5757
class ICA_AROMAOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)