@@ -113,7 +113,7 @@ class BETOutputSpec(TraitedSpec):
113
113
114
114
115
115
class BET (FSLCommand ):
116
- """Use FSL BET command for skull stripping.
116
+ """FSL BET command 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
- """ Use FSL FAST for segmenting and bias correction.
315
+ """FSL FAST command 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
- """Use FSL FLIRT for coregistration.
638
+ """FSL FLIRT command 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
- """Use FSL MCFLIRT to do within-modality motion correction.
793
+ """FSL MCFLIRT command 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
- """Use FSL FNIRT for non-linear registration.
1109
+ """FSL FNIRT command 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
- """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
1309
1309
1310
1310
Examples
1311
1311
--------
@@ -1389,7 +1389,7 @@ class SliceTimerOutputSpec(TraitedSpec):
1389
1389
1390
1390
1391
1391
class SliceTimer (FSLCommand ):
1392
- """ use FSL slicetimer to perform slice timing correction.
1392
+ """FSL slicetimer command 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
- """ use FSL SUSAN to perform smoothing
1479
+ """FSL SUSAN command 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>`_
@@ -1646,7 +1646,8 @@ class FUGUEOutputSpec(TraitedSpec):
1646
1646
1647
1647
1648
1648
class FUGUE (FSLCommand ):
1649
- """
1649
+ """FSL FUGUE set of tools for EPI distortion correction
1650
+
1650
1651
`FUGUE <http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE>`_ is, most generally,
1651
1652
a set of tools for EPI distortion correction.
1652
1653
@@ -1869,7 +1870,7 @@ class PRELUDEOutputSpec(TraitedSpec):
1869
1870
1870
1871
1871
1872
class PRELUDE (FSLCommand ):
1872
- """Use FSL prelude to do phase unwrapping
1873
+ """FSL prelude command for phase unwrapping
1873
1874
1874
1875
Examples
1875
1876
--------
@@ -1979,8 +1980,7 @@ class FIRSTOutputSpec(TraitedSpec):
1979
1980
1980
1981
1981
1982
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
1984
1984
1985
1985
http://www.fmrib.ox.ac.uk/fsl/first/index.html
1986
1986
0 commit comments