mne.io.read_raw_nihon#

mne.io.read_raw_nihon(fname, preload=False, *, encoding='utf-8', verbose=None) RawNihon[source]#

Reader for an Nihon Kohden EEG file.

Parameters:
fnamepath-like

Path to the Nihon Kohden data file (.EEG).

preloadbool

If True, all data are loaded at initialization.

encodingstr

Text encoding of Nihon Kohden annotations. See Standard Encodings.

New in v1.11.

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:
rawinstance of RawNihon

A Raw object containing Nihon Kohden data. See mne.io.Raw for documentation of attributes and methods.

See also

mne.io.Raw

Documentation of attributes and methods of RawNihon.