mne.io.read_raw_bci2k#

mne.io.read_raw_bci2k(input_fname, preload=False, verbose=None)[source]#

Read a BCI2000 .dat file.

Parameters:
input_fnamepath-like

Path to the BCI2000 .dat file.

preloadbool

Whether to preload the data into memory. Must be True.

verbosebool | str | int | None

Control verbosity.

Returns:
rawinstance of RawBCI2k

The raw object containing the data. See mne.io.Raw for documentation of attributes and methods.

See also

mne.io.Raw

Documentation of attributes and methods of RawBCI2k.

Examples using mne.io.read_raw_bci2k#

Reading BCI2000 files

Reading BCI2000 files