mne.time_frequency.read_csd

mne.time_frequency.read_csd(fname)[source]

Read a CrossSpectralDensity object from an HDF5 file.

Parameters
fnamestr

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.

See also

CrossSpectralDensity.save

For saving CSD objects.