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
, orNone
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.
- fname
- Returns
- rawinstance of RawNihon
A Raw object containing Nihon Kohden data.
See also
mne.io.Raw
Documentation of attribute and methods.