/neurokit

Neurophysiological timeseries toolkit

Primary LanguagePython

Neurokit

Build Status CodeFactor

A basic toolbox to deal with neurophysiological timeseries.


Installation

Package is not public, but it can be installed from a local folder for development:

$ git clone git@github.com:mattbit/neurokit.git /path/to/neurokit
$ pip install -e /path/to/neurokit

or via ssh with pip:

$ pip install git+ssh://git@github.com:mattbit/neurokit.git

Getting started

Check the wiki pages for tutorials and examples.