Table Of Contents

Previous topic

mvpa.datasets.channel

Next topic

mvpa.datasets.event

This Page

Quick search

mvpa.datasets.eep

Dataset that gets its samples from an EEP binary file

The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.datasets.eep (for developers).

EEPDataset

class mvpa.datasets.eep.EEPDataset(samples=None, **kwargs)

Bases: mvpa.datasets.channel.ChannelDataset

Dataset using a EEP binary file as source.

EEP files are used by eeprobe a software for analysing even-related potentials (ERP), which was developed at the Max-Planck Institute for Cognitive Neuroscience in Leipzig, Germany.

http://www.ant-neuro.com/products/eeprobe

Initialize EEPDataset.

Parameters:
  • samples (Filename (string) of a EEP binary file or an EEPBin) – object

See also

Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the EEPDataset documentation.

Full API documentation of EEPDataset in module mvpa.datasets.eep.