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_dir
str
Directory containing subjects data. If None use the Freesurfer SUBJECTS_DIR environment variable.
- vertices
None
|list
Can be None to use
[np.arange(10242)] * 2
.
- Returns: