Skip to content

Functions for preprocessing timeseries data stored in the NWB format

Notifications You must be signed in to change notification settings

hlillemark/process_nwb

 
 

Repository files navigation

process_nwb

Build Status codecov

Functions for preprocessing (ECoG) data stored in the NWB format

Installation

process_nwb is availble on PyPI

pip install process-nwb

From source

To install, you can clone the repository and cd into the process_nwb folder.

# use ssh
$ git clone [email protected]:BouchardLab/process_nwb.git
# or use https
$ git clone https://github.com/BouchardLab/process_nwb.git
$ cd process_nwb

If you are installing into an active conda environment, you can run

$ conda env update --file environment.yml
$ pip install -e .

If you are installing with pip you can run

$ pip install -e . -r requirements.txt

About

Functions for preprocessing timeseries data stored in the NWB format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%