mne.read_freesurfer_lut#

mne.read_freesurfer_lut(fname=None)[source]#

Read a Freesurfer-formatted LUT.

Parameters:
fnamepath-like | None

The filename. Can be None to read the standard Freesurfer LUT.

Returns:
atlas_idsdict

Mapping from label names to IDs.

colorsdict

Mapping from label names to colors.