@@ -113,7 +113,7 @@ class BETOutputSpec(TraitedSpec):
113
113
114
114
115
115
class BET (FSLCommand ):
116
- """FSL BET command for skull stripping
116
+ """FSL BET wrapper for skull stripping
117
117
118
118
For complete details, see the `BET Documentation.
119
119
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/BET/UserGuide>`_
@@ -312,7 +312,7 @@ class FASTOutputSpec(TraitedSpec):
312
312
313
313
314
314
class FAST (FSLCommand ):
315
- """FSL FAST command for segmentation and bias correction
315
+ """FSL FAST wrapper for segmentation and bias correction
316
316
317
317
For complete details, see the `FAST Documentation.
318
318
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FAST>`_
@@ -635,7 +635,7 @@ class FLIRTOutputSpec(TraitedSpec):
635
635
636
636
637
637
class FLIRT (FSLCommand ):
638
- """FSL FLIRT command for coregistration
638
+ """FSL FLIRT wrapper for coregistration
639
639
640
640
For complete details, see the `FLIRT Documentation.
641
641
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT>`_
@@ -790,7 +790,7 @@ class MCFLIRTOutputSpec(TraitedSpec):
790
790
791
791
792
792
class MCFLIRT (FSLCommand ):
793
- """FSL MCFLIRT command for within-modality motion correction
793
+ """FSL MCFLIRT wrapper for within-modality motion correction
794
794
795
795
For complete details, see the `MCFLIRT Documentation.
796
796
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/MCFLIRT>`_
@@ -1106,7 +1106,7 @@ class FNIRTOutputSpec(TraitedSpec):
1106
1106
1107
1107
1108
1108
class FNIRT (FSLCommand ):
1109
- """FSL FNIRT command for non-linear registration
1109
+ """FSL FNIRT wrapper for non-linear registration
1110
1110
1111
1111
For complete details, see the `FNIRT Documentation.
1112
1112
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FNIRT>`_
@@ -1305,7 +1305,7 @@ class ApplyWarpOutputSpec(TraitedSpec):
1305
1305
1306
1306
1307
1307
class 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
1309
1309
1310
1310
Examples
1311
1311
--------
@@ -1389,7 +1389,7 @@ class SliceTimerOutputSpec(TraitedSpec):
1389
1389
1390
1390
1391
1391
class SliceTimer (FSLCommand ):
1392
- """FSL slicetimer command to perform slice timing correction
1392
+ """FSL slicetimer wrapper to perform slice timing correction
1393
1393
1394
1394
Examples
1395
1395
--------
@@ -1476,7 +1476,7 @@ class SUSANOutputSpec(TraitedSpec):
1476
1476
1477
1477
1478
1478
class SUSAN (FSLCommand ):
1479
- """FSL SUSAN command to perform smoothing
1479
+ """FSL SUSAN wrapper to perform smoothing
1480
1480
1481
1481
For complete details, see the `SUSAN Documentation.
1482
1482
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/SUSAN>`_
@@ -1870,7 +1870,7 @@ class PRELUDEOutputSpec(TraitedSpec):
1870
1870
1871
1871
1872
1872
class PRELUDE (FSLCommand ):
1873
- """FSL prelude command for phase unwrapping
1873
+ """FSL prelude wrapper for phase unwrapping
1874
1874
1875
1875
Examples
1876
1876
--------
@@ -1980,7 +1980,7 @@ class FIRSTOutputSpec(TraitedSpec):
1980
1980
1981
1981
1982
1982
class FIRST (FSLCommand ):
1983
- """FSL run_first_all command for segmentation of subcortical volumes
1983
+ """FSL run_first_all wrapper for segmentation of subcortical volumes
1984
1984
1985
1985
http://www.fmrib.ox.ac.uk/fsl/first/index.html
1986
1986
0 commit comments