mne.io.read_fiducials#

mne.io.read_fiducials(fname, verbose=None)[source]#

Read fiducials from a fiff file.

Parameters:
fnamepath-like

The filename to read.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
ptslist of dict

List of digitizer points (each point in a dict).

coord_frameint

The coordinate frame of the points (one of mne.io.constants.FIFF.FIFFV_COORD_...).