Skip to content

Commit 10d3701

Browse files
committed
DOC: Unify short description of preprocess.FSLCommands
1 parent d0bc9c5 commit 10d3701

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class BETOutputSpec(TraitedSpec):
113113

114114

115115
class BET(FSLCommand):
116-
"""Use FSL BET command for skull stripping.
116+
"""FSL BET command for skull stripping
117117
118118
For complete details, see the `BET Documentation.
119119
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/BET/UserGuide>`_
@@ -312,7 +312,7 @@ class FASTOutputSpec(TraitedSpec):
312312

313313

314314
class FAST(FSLCommand):
315-
""" Use FSL FAST for segmenting and bias correction.
315+
"""FSL FAST command for segmentation and bias correction
316316
317317
For complete details, see the `FAST Documentation.
318318
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FAST>`_
@@ -635,7 +635,7 @@ class FLIRTOutputSpec(TraitedSpec):
635635

636636

637637
class FLIRT(FSLCommand):
638-
"""Use FSL FLIRT for coregistration.
638+
"""FSL FLIRT command for coregistration
639639
640640
For complete details, see the `FLIRT Documentation.
641641
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT>`_
@@ -790,7 +790,7 @@ class MCFLIRTOutputSpec(TraitedSpec):
790790

791791

792792
class MCFLIRT(FSLCommand):
793-
"""Use FSL MCFLIRT to do within-modality motion correction.
793+
"""FSL MCFLIRT command for within-modality motion correction
794794
795795
For complete details, see the `MCFLIRT Documentation.
796796
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/MCFLIRT>`_
@@ -1106,7 +1106,7 @@ class FNIRTOutputSpec(TraitedSpec):
11061106

11071107

11081108
class FNIRT(FSLCommand):
1109-
"""Use FSL FNIRT for non-linear registration.
1109+
"""FSL FNIRT command for non-linear registration
11101110
11111111
For complete details, see the `FNIRT Documentation.
11121112
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FNIRT>`_
@@ -1305,7 +1305,7 @@ class ApplyWarpOutputSpec(TraitedSpec):
13051305

13061306

13071307
class ApplyWarp(FSLCommand):
1308-
"""Use FSL's applywarp to apply the results of a FNIRT registration
1308+
"""FSL's applywarp command to apply the results of a FNIRT registration
13091309
13101310
Examples
13111311
--------
@@ -1389,7 +1389,7 @@ class SliceTimerOutputSpec(TraitedSpec):
13891389

13901390

13911391
class SliceTimer(FSLCommand):
1392-
""" use FSL slicetimer to perform slice timing correction.
1392+
"""FSL slicetimer command to perform slice timing correction
13931393
13941394
Examples
13951395
--------
@@ -1476,7 +1476,7 @@ class SUSANOutputSpec(TraitedSpec):
14761476

14771477

14781478
class SUSAN(FSLCommand):
1479-
""" use FSL SUSAN to perform smoothing
1479+
"""FSL SUSAN command to perform smoothing
14801480
14811481
For complete details, see the `SUSAN Documentation.
14821482
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/SUSAN>`_
@@ -1646,7 +1646,8 @@ class FUGUEOutputSpec(TraitedSpec):
16461646

16471647

16481648
class FUGUE(FSLCommand):
1649-
"""
1649+
"""FSL FUGUE set of tools for EPI distortion correction
1650+
16501651
`FUGUE <http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE>`_ is, most generally,
16511652
a set of tools for EPI distortion correction.
16521653
@@ -1869,7 +1870,7 @@ class PRELUDEOutputSpec(TraitedSpec):
18691870

18701871

18711872
class PRELUDE(FSLCommand):
1872-
"""Use FSL prelude to do phase unwrapping
1873+
"""FSL prelude command for phase unwrapping
18731874
18741875
Examples
18751876
--------
@@ -1979,8 +1980,7 @@ class FIRSTOutputSpec(TraitedSpec):
19791980

19801981

19811982
class FIRST(FSLCommand):
1982-
"""
1983-
Use FSL's run_first_all command to segment subcortical volumes
1983+
"""FSL run_first_all command for segmentation of subcortical volumes
19841984
19851985
http://www.fmrib.ox.ac.uk/fsl/first/index.html
19861986

0 commit comments

Comments
 (0)