akhambhati / zappy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zappy

Repository of generalized functions, tools, and pipelines for processing intracranial EEG signals and electrical stimulation data.

Installation

We recommend creating a new virtual environment using Anaconda or virtualenv before proceeding with this installation.

git clone https://github.com/akhambhati/zappy.git
cd zappy
pip install .

Repository Organization

  • elstim - functions for processing electrical stimulation data
  • geometry - functions for processing spatial positioning information of electrodes
  • io - (deprecated) Pure python/numpy implementation of structures for handling labeled data/metadata
  • sigproc - functions for signal processing, filtering, and time-series analysis
  • vis - basic visualization schemes to quickly plot signal time-series and heatmaps
  • pipelines - Combinations of above tools to run boilerplated pre-processing and analyses

About


Languages

Language:Python 100.0%