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.
- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- Returns: