mne.write_evokeds

mne.write_evokeds(fname, evoked)[source]

Write an evoked dataset to a file.

Parameters
fnamestr

The file name, which should end with -ave.fif or -ave.fif.gz.

evokedEvoked instance, or list of Evoked instances

The evoked dataset, or list of evoked datasets, to save in one file. Note that the measurement info from the first evoked instance is used, so be sure that information matches.

See also

read_evokeds

Notes

Changed in version 0.23: Information on baseline correction will be stored with each individual Evoked object, and will be restored when reading the data again via mne.read_evokeds.

Examples using mne.write_evokeds