melizalab / mspikes

extensible processing framework for time series and point process data
GNU General Public License v3.0
1 stars 0 forks source link

mspikes

mspikes is a general-purpose tool for processing time-varying data. It can read and write files of various formats and perform a range of filtering and detection operations. You can:

Want to learn more? Visit the wiki.

Quick install

mspikes 3.0 is under development, so you'll have to build it from source. Installing in a virtualenv is strongly encouraged.

git clone https://github.com/mspikes/mspikes.git
cd mspikes
python setup.py install