mne.time_frequency.read_csd#
- mne.time_frequency.read_csd(fname)[source]#
 Read a CrossSpectralDensity object from an HDF5 file.
- Parameters:
 - fname
str 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.
- fname
 - Returns:
 - csdinstance of 
CrossSpectralDensity The CSD that was stored in the file.
- csdinstance of 
 
See also
CrossSpectralDensity.saveFor saving CSD objects.