Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 1.98 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.98 KB

#Introduction

EEGtools is a set of Python libraries for EEG analysis. Most of the code was developed as a part of the PhD work of Boris Reuderink in the form of the library Psychic. EEGtools is the successor of Psychic, and does not attempt to provide a framework for analysis, but rather a small set of well-tested functions for scientific EEG analysis.

Status

EEGtools is currently in alpha phase. That said, code in the master branch is thoroughly tested, and probably existed in Psychic. For versioning we use semantic versioning.

Planned features:

  • Examples!
  • Importing of BDF and GDF file formats.
  • Publication-ready visualisation of topographic activation (scalp plots)
  • PARAFAC tensor decomposition for summarization of tensors (higher order arrays).

0.2

  • Added various spatial filters (common spatial patterns), channel selection, whitening and the common average reference.
  • Added functions for feature extraction (windowing, spectral estimation, filtering, narrow-band covariance tensors).

0.1

Installation

The preferred method of installation is using PIP. The latest development version can be installed with:

$ pip install git+https://github.com/breuderink/eegtools.git --user

The latest stable release can be installed with:

$ pip install eegtools --user