"Import, parse and process data collected with Spike2".
Project description
spike2py provides a simple interface to analyse and visualise data collected using Spike2 software and Cambridge Electronics Design (CED) data acquisition boards. With it you can easily plot individual channels or all channels from a given trial. In addition, you can easily apply various signal processing methods to your waveform
data. Finally, you can easily save your data at any point, allowing you to re-open and continue your work from where they left off.
To demonstrate, the following snippet of code shows you how to:
- Read a file
- Plot the electromyography (EMG) signal from one of the channels
- Remove the mean of the first 500 samples and rectify EMG signal, and plot the result
>>> from spike2py.trial import TrialInfo, Trial
>>> trial_info = TrialInfo(file="sample.mat")
>>> sample = Trial(trial_info)
>>> sample.muscle_emg.plot()
>>> sample.muscle_emg.remove_mean(first_n_samples=500).rect().plot()
Documentation
Introductory tutorials, how-to's and other useful documentation are available on Read the Docs
Installing
spike2py is available on PyPI:
$ python -m pip install spike2py
spike2py officially supports Python 3.8+.
Caveat
spike2py works with Matlab files exported from Spike2 v7, or any other Spike2 version that exports to Matlab 5.0 format. Spike2 v10 exports files to Matlab 7.3 format, which is currently not supported by spike2py. The ability to open both Matlab file formats will be added in future version of spike2py.
Contributing
Like this project? Want to help? We would love to have your contribution! Please see CONTRIBUTING to get started.
Code of conduct
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to heroux.martin@gmail.com.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file spike2py-0.2.10.tar.gz
.
File metadata
- Download URL: spike2py-0.2.10.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45fc2e6d2e7f0d44487d2234029b8217173a8472b8c34fe47dfb8f1da53aa98b |
|
MD5 | 48191f2d1ad73ad409b5583619d1ae6a |
|
BLAKE2b-256 | e35d8d7d723a87592a7ad113219bb9304eaef2364fba9bed924574574eb39455 |
File details
Details for the file spike2py-0.2.10-py3-none-any.whl
.
File metadata
- Download URL: spike2py-0.2.10-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d71829781b02541b3626f20e2799b79bb726f13826fc61307cde1de2746c942 |
|
MD5 | 86e95bfb95ecfae950094a1b2b2ca5e7 |
|
BLAKE2b-256 | 719c686e3a610ebf9aac2b6ee1266b710979f2d71c275deb38284f0251929ef0 |