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 ------------ Install from PyPI: .. code-block:: bash pip install ezmsg-event Or install the latest development version: .. code-block:: bash pip install git+https://github.com/ezmsg-org/ezmsg-event@main Dependencies ^^^^^^^^^^^^ Core dependencies: * ``ezmsg`` * ``numpy`` * ``ezmsg.sigproc`` Quick Start ----------- For general ezmsg tutorials and guides, visit `ezmsg.org `_. For package-specific documentation: * **API Reference** - See :doc:`api/index` for complete API documentation * **README** - See the `GitHub repository `_ for usage examples Documentation ------------- .. toctree:: :maxdepth: 2 :caption: Contents: api/index Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex`