cortex.dataset.Vertex.map

Vertex.map(target_subj, surface_type='fiducial', hemi='both', fs_subj=None, **kwargs)[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()`