2
0
forked from awendt/pyrelacs
Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python
Go to file
2024-09-27 09:12:11 +02:00
pyrelacs rewriting the project structure 2024-09-27 09:12:11 +02:00
.gitignore adding .python-version for pyenv 2024-09-16 15:47:52 +02:00
LICENSE Initial commit 2024-09-16 10:02:01 +00:00
poetry.lock adding scipy 2024-09-26 11:23:08 +02:00
pyproject.toml adding scipy 2024-09-26 11:23:08 +02:00
README.md updating readme and adding project structure 2024-09-16 14:22:26 +02:00

pyrelacs

Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python

Implementing relacs with MCC USB 1608GX-2AO / 1808X devices (multifunction-usb-daq-devices)

Installation

You have to install the MCC library (follow the installing instructions for linux or windows).

After successful installing, you can use clone the reposity and install it with

pip install -e .

ToDo:

[ ] Input and output to and from the MCC devices

[ ] Stimuli generation

[ ] Attenuation to the input signal

[ ] GUI / Terminal application