paperKB
coga / coga-kb
Processing
Help
Sign in

Chunk #16 — 2. The MNE-Python standard workflow for M/EEG data analysis — 2.2. Design, application programming interface (API) and data structures

Source
MEG and EEG data analysis with MNE-Python.
Embedded
yes

Text

evoked data containing the MEG and EEG signals known respectively as event related fields (ERFs) and event related potentials (ERPs). The averaged data are stored in instances of the Evoked class, and can be created simply by calling the average method on an instance of Epochs. As the Raw class, both Epochs and Evoked classes expose convenient plot methods that help visualizing single trials and evoked responses.