mne.io.read_raw_nihon¶
- mne.io.read_raw_nihon(fname, preload=False, verbose=None)[source]¶
Reader for an Nihon Kohden EEG file.
- Parameters
- fname
str
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.
- fname
- Returns
- rawinstance of RawNihon
A Raw object containing Nihon Kohden data.
See also
mne.io.Raw
Documentation of attribute and methods.