Skip to content

Commit 6a1e2e6

Browse files
committed
DOC: use wrapper in docstrings
1 parent 2a952f9 commit 6a1e2e6

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ class ANTSOutputSpec(TraitedSpec):
125125

126126

127127
class ANTS(ANTSCommand):
128-
"""ANTS command for registration of images (old, use Registration instead)
128+
"""ANTS wrapper for registration of images
129+
(old, use Registration instead)
129130
130131
Examples
131132
--------

nipype/interfaces/fsl/preprocess.py

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

114114

115115
class 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

314314
class 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

637637
class 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

792792
class 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

11081108
class 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

13071307
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
13091309
13101310
Examples
13111311
--------
@@ -1389,7 +1389,7 @@ class SliceTimerOutputSpec(TraitedSpec):
13891389

13901390

13911391
class 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

14781478
class 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

18721872
class 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

19821982
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
19841984
19851985
http://www.fmrib.ox.ac.uk/fsl/first/index.html
19861986

0 commit comments

Comments
 (0)