Skip to content

Commit c0e9a93

Browse files
committed
docs: expand research impact and optimize figure dimensions
1 parent ca155a0 commit c0e9a93

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/figs/pipeline.png

-99.9 KB
Loading

paper.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ The field of neural data analysis is supported by several specialized tools. The
5050

5151
# Research Impact
5252

53-
`python-oephys` has been deployed in the Neuromechatronics Lab at Carnegie Mellon University to support research in high-density EMG-based human-computer interaction and robotic control. Its ability to provide sub-millisecond latency for feature extraction has enabled more responsive myoelectric interfaces compared to previous custom implementations.
53+
`python-oephys` is a foundational component of the research infrastructure at the Neuromechatronics Lab at Carnegie Mellon University. Its deployment has significantly advanced several core research thrusts:
54+
55+
1. **High-Density Myoelectric Control**: By providing a high-performance pipeline capable of processing 64+ channels of HD-EMG data in real-time, the toolkit enables the development of sophisticated human-machine interfaces. It supports the transition from laboratory-based offline analysis to live, closed-loop control of robotic prostheses and assistive devices.
56+
2. **Standardization and Reproducibility**: The modular design of `pyoephys` ensures that signal processing standards (e.g., CAR, specific filtering bands, and QC metrics) are consistent across various research projects. This reduces "re-invention" time and lowers the barrier for new researchers entering the field of neuro-engineering.
57+
3. **Low-Latency Inference**: The tight integration of PyTorch and ZeroMQ allows for sub-10ms feature extraction and classification latencies. This responsiveness is critical for minimizing the user-perceived delay in myoelectric control, which is a primary determinant of user acceptance and system efficacy.
58+
4. **Hardware Agnostic Processing**: While specialized for the Open Ephys ecosystem, the internal data structures and processing pipelines are extensible to other electrophysiology systems, providing a bridge between disparate hardware platforms and common machine learning frameworks.
5459

5560
# Acknowledgements
5661

0 commit comments

Comments
 (0)