A guide to eegUtils data structures

Matt Craddock

2018-12-01

eeg_data objects

eeg_data objects are the base class that all objects in this framework have. When raw data is imported, the output is this class. Currently, this class is a list constituting the following entries:

eeg_epochs

eeg_epochs objects share the same overall structure with eeg_data objects, but some of the internals currently differ, as described below.