cortex.dataset.Vertex.map¶
- Vertex.map(target_subj: str, surface_type: str = 'fiducial', hemi: Literal['lh', 'rh', 'both'] = 'both', fs_subj: str | None = None, **kwargs) Vertex[source]¶
Map this data from this surface to another surface
Calls cortex.freesurfer.vertex_to_vertex() with this vertex object as the first argument.
NOTE: Requires either previous computation of mapping matrices (with cortex.db.get_mri_surf2surf_matrix) or active freesurfer environment.
- Parameters:
- target_subjstr
freesurfer subject to which to map
- Other Parameters:
- kwargs map to `cortex.freesurfer.vertex_to_vertex()`