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