mne.surface.read_curvature#

mne.surface.read_curvature(filepath, binary=True)[source]#

Load in curvature values from the ?h.curv file.

Parameters:
filepathpath-like

Input path to the .curv file.

binarybool

Specify if the output array is to hold binary values. Defaults to True.

Returns:
curvarray of shape (n_vertices,)

The curvature values loaded from the user given file.

Examples using mne.surface.read_curvature#

How MNE uses FreeSurfer’s outputs

How MNE uses FreeSurfer's outputs