ezmsg-event#
ezmsg namespace package for working with signal events like neural spikes and heartbeats
Overview#
ezmsg-event ezmsg namespace package for working with signal events like neural spikes and heartbeats.
Key features:
Event detection - Detect and track signal events in neural data
Spike handling - Process neural spike events
Heartbeat tracking - Monitor physiological heartbeat events
Event timestamps - Precise timing for event occurrences
Installation#
pip install ezmsg-event
Dependencies#
ezmsgnumpyezmsg.baseprocezmsg.sigproc
Usage#
TODO: Add usage examples
Development#
We use uv for development.
Install
uvif not already installed.Fork this repository and clone your fork locally.
Open a terminal and
cdto the cloned folder.Run
uv syncto create a.venvand install dependencies.(Optional) Install pre-commit hooks:
uv run pre-commit installAfter making changes, run the test suite:
uv run pytest tests
License#
MIT License - see LICENSE for details.
Documentation#
Contents: