ezmsg namespace package for working with signal events like neural spikes and heartbeats
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
pip install ezmsg-eventezmsgnumpyezmsg.baseprocezmsg.sigproc
TODO: Add usage examples
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 install - After making changes, run the test suite:
uv run pytest tests
MIT License - see LICENSE for details.