mne.time_frequency.read_csd#
- mne.time_frequency.read_csd(fname)[source]#
Read a CrossSpectralDensity object from an HDF5 file.
- Parameters:
- fnamepath-like
The name of the file to read the CSD from. The extension
'.h5'
will be appended if the given filename doesn’t have it already.
- Returns:
- csdinstance of
CrossSpectralDensity
The CSD that was stored in the file.
- csdinstance of
See also
CrossSpectralDensity.save
For saving CSD objects.