File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ class CAT12SegmentOutputSpec(TraitedSpec):
475
475
class CAT12Segment (SPMCommand ):
476
476
"""
477
477
CAT12: Segmentation
478
+
478
479
This toolbox is an extension to the default segmentation in SPM12, but uses a completely different segmentation
479
480
approach.
480
481
The segmentation approach is based on an Adaptive Maximum A Posterior (MAP) technique without the need for a priori
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ class ExtractROIBasedSurfaceMeasuresOutputSpec(TraitedSpec):
217
217
class ExtractROIBasedSurfaceMeasures (SPMCommand ):
218
218
"""
219
219
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
221
221
necessary to additionally extract these values for surface data (except for thickness which is automatically
222
222
extracted during segmentation). This has to be done after preprocessing the data and creating cortical surfaces.
223
223
You can’t perform that action at this time.
0 commit comments