@@ -113,7 +113,7 @@ class BETOutputSpec(TraitedSpec):
113113
114114
115115class BET (FSLCommand ):
116- """FSL BET command for skull stripping
116+ """FSL BET wrapper 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
314314class FAST (FSLCommand ):
315- """FSL FAST command for segmentation and bias correction
315+ """FSL FAST wrapper 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
637637class FLIRT (FSLCommand ):
638- """FSL FLIRT command for coregistration
638+ """FSL FLIRT wrapper 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
792792class MCFLIRT (FSLCommand ):
793- """FSL MCFLIRT command for within-modality motion correction
793+ """FSL MCFLIRT wrapper 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
11081108class FNIRT (FSLCommand ):
1109- """FSL FNIRT command for non-linear registration
1109+ """FSL FNIRT wrapper 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
13071307class ApplyWarp (FSLCommand ):
1308- """FSL's applywarp command to apply the results of a FNIRT registration
1308+ """FSL's applywarp wrapper to apply the results of a FNIRT registration
13091309
13101310 Examples
13111311 --------
@@ -1389,7 +1389,7 @@ class SliceTimerOutputSpec(TraitedSpec):
13891389
13901390
13911391class SliceTimer (FSLCommand ):
1392- """FSL slicetimer command to perform slice timing correction
1392+ """FSL slicetimer wrapper to perform slice timing correction
13931393
13941394 Examples
13951395 --------
@@ -1476,7 +1476,7 @@ class SUSANOutputSpec(TraitedSpec):
14761476
14771477
14781478class SUSAN (FSLCommand ):
1479- """FSL SUSAN command to perform smoothing
1479+ """FSL SUSAN wrapper to perform smoothing
14801480
14811481 For complete details, see the `SUSAN Documentation.
14821482 <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/SUSAN>`_
@@ -1870,7 +1870,7 @@ class PRELUDEOutputSpec(TraitedSpec):
18701870
18711871
18721872class PRELUDE (FSLCommand ):
1873- """FSL prelude command for phase unwrapping
1873+ """FSL prelude wrapper for phase unwrapping
18741874
18751875 Examples
18761876 --------
@@ -1980,7 +1980,7 @@ class FIRSTOutputSpec(TraitedSpec):
19801980
19811981
19821982class FIRST (FSLCommand ):
1983- """FSL run_first_all command for segmentation of subcortical volumes
1983+ """FSL run_first_all wrapper for segmentation of subcortical volumes
19841984
19851985 http://www.fmrib.ox.ac.uk/fsl/first/index.html
19861986
0 commit comments