mnefun.get_fsaverage_medial_vertices

mnefun.get_fsaverage_medial_vertices(concatenate=True, subjects_dir=None, vertices=None)

Return fsaverage medial wall vertex numbers.

These refer to the standard fsaverage source space (with vertices from 0 to 2*10242-1).

Parameters:
concatenatebool

If True, the returned vertices will be indices into the left and right hemisphere that are part of the medial wall. This is Useful when treating the source space as a single entity (e.g., during clustering).

subjects_dirstr

Directory containing subjects data. If None use the Freesurfer SUBJECTS_DIR environment variable.

verticesNone | list

Can be None to use [np.arange(10242)] * 2.

Returns:
verticeslist of array, or array

The medial wall vertices.