pycartool.io.read_sef#

pycartool.io.read_sef(filename, verbose=None)[source]#

Read file with format .sef, and returns a RawArray.

Parameters:
filenamestr or file-like

The Simple EEG (.sef) file to read.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
rawRawArray

RawArray containing the EEG signals.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.