Skip to content

Commit 44b8605

Browse files
committed
Added files to test the interfaces.
1 parent 98f118d commit 44b8605

12 files changed

+10
-10
lines changed

nipype/interfaces/cat12/surface.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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, \

nipype/testing/data/lh.aparc_a2009s.freesurfer.annot

Whitespace-only changes.

nipype/testing/data/lh.area.structural

Whitespace-only changes.

nipype/testing/data/lh.central.structural.gii

Whitespace-only changes.

nipype/testing/data/lh.pbt.structural

Whitespace-only changes.

nipype/testing/data/lh.sphere.reg.structural.gii

Whitespace-only changes.

nipype/testing/data/lh.sphere.structural.gii

Whitespace-only changes.

nipype/testing/data/rh.aparc_a2009s.freesurfer.annot

Whitespace-only changes.

nipype/testing/data/rh.central.structural.gii

Whitespace-only changes.

nipype/testing/data/rh.pbt.structural

Whitespace-only changes.

0 commit comments

Comments
 (0)