Code Monkey home page Code Monkey logo

scot's Introduction

Python 2.7 Python 3.5 License Build Status Coverage Status

SCoT

SCoT is a Python package for EEG/MEG source connectivity estimation.

Obtaining SCoT

From PyPi

Use the following command to install SCoT from PyPi:

pip install scot
From Source

Use the following command to fetch the sources:

git clone --recursive https://github.com/scot-dev/scot.git scot

The flag --recursive tells git to check out the numpydoc submodule, which is required for building the documentation.

Documentation

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

Dependencies

Required: numpy >= 1.8.2, scipy >= 0.13.3

Optional: matplotlib >= 1.4.0, scikit-learn >= 0.15.0, mne >= 0.11.0

Lower versions of these packages may work but are not tested.

Examples

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

PYTHONPATH=. python examples/misc/connectivity.py

PYTHONPATH=. python examples/misc/timefrequency.py

etc.

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

Note

As of version 0.2, the data format in all SCoT routines has changed. It is now consistent with Scipy and MNE-Python. Specifically, epoched input data is now arranged in three-dimensional arrays of shape (epochs, channels, samples). In addition, continuous data is now arranged in two-dimensional arrays of shape (channels, samples).

scot's People

Contributors

cbrnr avatar mbillingr avatar kazemakase avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.