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 andmne.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.Rawfor documentation of attributes and methods.
- rawinstance of
See also
mne.io.RawDocumentation of attributes and methods of RawNihon.