Skip to content

Commit 16f62fc

Browse files
committed
DOC: Minor cleanups
1 parent fc4f82d commit 16f62fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nipype/interfaces/cat12/preprocess.py

+1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ class CAT12SegmentOutputSpec(TraitedSpec):
475475
class CAT12Segment(SPMCommand):
476476
"""
477477
CAT12: Segmentation
478+
478479
This toolbox is an extension to the default segmentation in SPM12, but uses a completely different segmentation
479480
approach.
480481
The segmentation approach is based on an Adaptive Maximum A Posterior (MAP) technique without the need for a priori

nipype/interfaces/cat12/surface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class ExtractROIBasedSurfaceMeasuresOutputSpec(TraitedSpec):
217217
class ExtractROIBasedSurfaceMeasures(SPMCommand):
218218
"""
219219
Extract ROI-based surface values
220-
While ROI-based values for VBM (volume) data are automatically saved in the <em>label</em> folder as XML file it is
220+
While ROI-based values for VBM (volume) data are automatically saved in the ``label`` folder as XML file it is
221221
necessary to additionally extract these values for surface data (except for thickness which is automatically
222222
extracted during segmentation). This has to be done after preprocessing the data and creating cortical surfaces.
223223

0 commit comments

Comments
 (0)