mne.decoding.read_spoc#
- mne.decoding.read_spoc(fname, *, verbose=None)[source]#
Load a saved
mne.decoding.SPoCobject from disk.- Parameters:
- fnamepath-like
Path to a SPoC 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:
- spocinstance of
SPoC The loaded SPoC object with all fitted attributes restored.
- spocinstance of
See also
Notes
New in v1.12.