mne.io.read_raw_nihon

mne.io.read_raw_nihon(fname, preload=False, verbose=None)[source]

Reader for an Nihon Kohden EEG file.

Parameters
fnamestr

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

preloadbool

If True, all data are loaded at initialization.

verbosebool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more). If used, it should be passed as a keyword-argument only.

Returns
rawinstance of RawNihon

A Raw object containing Nihon Kohden data.

See also

mne.io.Raw

Documentation of attribute and methods.

Examples using mne.io.read_raw_nihon