mattbit / neurokit

Neurophysiological timeseries toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Neurophysiological timeseries toolkit


Languages

Language:Python 91.9%Language:Jupyter Notebook 8.1%