mne.io.read_raw_nihon#

mne.io.read_raw_nihon(fname, preload=False, 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.

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.

Examples using mne.io.read_raw_nihon#

Importing data from EEG devices

Importing data from EEG devices