https://github.com/mattbit/neurokit
Neurophysiological timeseries toolkit
https://github.com/mattbit/neurokit
Last synced: about 2 months ago
JSON representation
Neurophysiological timeseries toolkit
- Host: GitHub
- URL: https://github.com/mattbit/neurokit
- Owner: mattbit
- Created: 2020-02-13T14:33:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T09:52:31.000Z (over 3 years ago)
- Last Synced: 2025-03-02T16:49:31.645Z (over 1 year ago)
- Language: Python
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Neurokit
[](https://travis-ci.com/mattbit/neurokit)
[](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.