mne.write_evokeds¶
- mne.write_evokeds(fname, evoked)[source]¶
Write an evoked dataset to a file.
- Parameters
See also
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 viamne.read_evokeds
.