paperKB
coga / coga-kb
Help
Sign in

Chunk #12 — 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

M/EEG data analysis typically involves three types of data containers coded in MNE-Python as Raw, Epochs, and Evoked objects. The raw data comes straight out of the acquisition system; these can be segmented into pieces often called epochs or trials, which generally correspond to segments of data after each repetition of a stimulus; these segments can be averaged to form evoked data. MNE-Python is designed to reproduce this standard operating procedure by offering convenient objects that facilitate data transformation.