mne.decoding.read_spoc#

mne.decoding.read_spoc(fname, *, verbose=None)[source]#

Load a saved mne.decoding.SPoC object from disk.

Parameters:
fnamepath-like

Path to a SPoC file in HDF5 format, which should end with .h5 or .hdf5.

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:
spocinstance of SPoC

The loaded SPoC object with all fitted attributes restored.

Notes

New in v1.12.