An open API service indexing awesome lists of open source software.

https://github.com/mattbit/neurokit

Neurophysiological timeseries toolkit
https://github.com/mattbit/neurokit

Last synced: about 2 months ago
JSON representation

Neurophysiological timeseries toolkit

Awesome Lists containing this project

README

          

# Neurokit

[![Build Status](https://travis-ci.com/mattbit/neurokit.svg?token=zKpBnjBx4d1NEMb7zFbd&branch=master)](https://travis-ci.com/mattbit/neurokit)
[![CodeFactor](https://www.codefactor.io/repository/github/mattbit/neurokit/badge?s=18fe45ea01be615bbc76eec86a156970fbffd2e8)](https://www.codefactor.io/repository/github/mattbit/neurokit)

A basic toolbox to deal with neurophysiological timeseries.

---
## Installation

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

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

or via ssh with pip:
```sh
$ pip install git+ssh://git@github.com:mattbit/neurokit.git
```

## Getting started

Check the [wiki pages](https://github.com/mattbit/neurokit/wiki) for tutorials and examples.