EEGKit / scot

EEG/MEG Source Connectivity Toolbox in Python

Home Page:http://scot-dev.github.io/scot-doc/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python PyPI Docs DOI License

SCoT

SCoT is a Python package for EEG/MEG source connectivity estimation. In particular, it includes measures of directed connectivity based on vector autoregressive modeling.

Obtaining SCoT

Use the following command to install the latest release:

pip install scot

Documentation

Documentation is available at http://scot-dev.github.io/scot-doc/index.html.

Dependencies

SCoT requires numpy ≥ 1.8.2 and scipy ≥ 0.13.3. Optionally, matplotlib ≥ 1.4.0, scikit-learn ≥ 0.15.0, and mne ≥ 0.11.0 can be installed for additional functionality.

Examples

To run the examples on Linux, invoke the following commands inside the SCoT directory:

PYTHONPATH=. python examples/misc/connectivity.py

PYTHONPATH=. python examples/misc/timefrequency.py

etc.

Note that the example data from https://github.com/SCoT-dev/scot-data needs to be available. The scot-data package must be on Python's search path.

About

EEG/MEG Source Connectivity Toolbox in Python

http://scot-dev.github.io/scot-doc/index.html

License:MIT License


Languages

Language:Python 98.6%Language:Shell 1.4%