mne.surface.read_curvature

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

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

Parameters
filepathstr

Input path to the .curv file.

binarybool

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

Returns
curvarray, shape=(n_vertices,)

The curvature values loaded from the user given file.

Examples using mne.surface.read_curvature