Overview

Python Open-Ephys provides a set of tools for working with the Open-Ephys data acquisition system and GUI for electromyography (EMG) data. It enables real-time streaming and processing of neural/EMG signals through a simple Python interface.

Features

Quick Example

from open_ephys import OpenEphysClient

client = OpenEphysClient()
samples = client.get_samples(channel=8)

Requirements

GitHub Repository