@@ -71,12 +71,12 @@ class ExtractAdditionalSurfaceParameters(SPMCommand):
71
71
Examples
72
72
--------
73
73
>>> # Set the left surface files, both will be processed
74
- >>> lh_path_central = 'lh.central.subject_filename .gii'
74
+ >>> lh_path_central = 'lh.central.structural .gii'
75
75
>>> # Put here all surface files generated by CAT12 Segment, this is only required if the this approach is putted in
76
- >>> surf_files = ["lh.sphere.reg.subject_filename .gii", "rh.sphere.reg.subject_filename .gii", \
77
- "lh.sphere.subject_filename .gii", "rh.sphere.subject_filename .gii", \
78
- 'rh.central.subject_filename .gii', \
79
- 'lh.pbt.subject_filename ', 'rh.pbt.subject_filename ']
76
+ >>> surf_files = ["lh.sphere.reg.structural .gii", "rh.sphere.reg.structural .gii", \
77
+ "lh.sphere.structural .gii", "rh.sphere.structural .gii", \
78
+ 'rh.central.structural .gii', \
79
+ 'lh.pbt.structural ', 'rh.pbt.structural ']
80
80
>>> extract_additional_measures = ExtractAdditionalSurfaceParameters(left_central_surfaces=lh_path_central, \
81
81
surface_files=surf_files)
82
82
>>> extract_additional_measures.run() # doctest: +SKIP
@@ -170,12 +170,12 @@ class ExtractROIBasedSurfaceMeasures(SPMCommand):
170
170
>>> rh_atlas = "rh.aparc_a2009s.freesurfer.annot"
171
171
172
172
>>> # Put here all surface files generated by CAT12 Segment, this is only required if the this approach is putted in a Node
173
- >>> surf_files = ["lh.sphere.reg.subject_filename .gii", "rh.sphere.reg.subject_filename .gii", \
174
- "lh.sphere.subject_filename .gii", "rh.sphere.subject_filename .gii", \
175
- 'lh.central.subject_filename .gii', 'rh.central.subject_filename .gii', \
176
- 'lh.pbt.subject_filename ', 'rh.pbt.subject_filename ']
173
+ >>> surf_files = ["lh.sphere.reg.structural .gii", "rh.sphere.reg.structural .gii", \
174
+ "lh.sphere.structural .gii", "rh.sphere.structural .gii", \
175
+ 'lh.central.structural .gii', 'rh.central.structural .gii', \
176
+ 'lh.pbt.structural ', 'rh.pbt.structural ']
177
177
# Set the path to the left hemisphere measure file, both will be processed
178
- >>> lh_measure = "lh.area.subject_filename "
178
+ >>> lh_measure = "lh.area.structural "
179
179
180
180
>>> extract_additional_measures = ExtractROIBasedSurfaceMeasures(surface_files=surf_files, \
181
181
lh_surface_measure=lh_measure, \
0 commit comments