mne.time_frequency.read_spectrum#
- mne.time_frequency.read_spectrum(fname)[source]#
 Load a
mne.time_frequency.Spectrumobject from disk.- Parameters:
 - fnamepath-like
 Path to a spectrum file in HDF5 format, which should end with
.h5or.hdf5.
- Returns:
 - spectruminstance of 
Spectrum The loaded Spectrum object.
- spectruminstance of 
 
See also