mne.decoding.read_csp#
- mne.decoding.read_csp(fname, *, verbose=None)[source]#
Load a saved
mne.decoding.CSPobject from disk.- Parameters:
- fnamepath-like
Path to a CSP file in HDF5 format, which should end with
.h5or.hdf5.- 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.
- Returns:
- cspinstance of
CSP The loaded CSP object with all fitted attributes restored.
- cspinstance of
See also
Notes
New in v1.12.