@@ -71,12 +71,12 @@ class ExtractAdditionalSurfaceParameters(SPMCommand):
7171 Examples
7272 --------
7373 >>> # 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'
7575 >>> # 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 ']
8080 >>> extract_additional_measures = ExtractAdditionalSurfaceParameters(left_central_surfaces=lh_path_central, \
8181 surface_files=surf_files)
8282 >>> extract_additional_measures.run() # doctest: +SKIP
@@ -170,12 +170,12 @@ class ExtractROIBasedSurfaceMeasures(SPMCommand):
170170 >>> rh_atlas = "rh.aparc_a2009s.freesurfer.annot"
171171
172172 >>> # 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 ']
177177 # 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 "
179179
180180 >>> extract_additional_measures = ExtractROIBasedSurfaceMeasures(surface_files=surf_files, \
181181 lh_surface_measure=lh_measure, \
0 commit comments