mne.io.read_raw_nihon#
- mne.io.read_raw_nihon(fname, preload=False, verbose=None)[source]#
Reader for an Nihon Kohden EEG file.
- Parameters:
- fnamepath-like
Path to the Nihon Kohden data file (
.EEG
).- preload
bool
If True, all data are loaded at initialization.
- 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:
- 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