Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python
Go to file
2024-09-27 17:13:06 +02:00
docs [doc] renaming spec sheet 2024-09-27 09:30:46 +02:00
pyrelacs [project] make it a package 2024-09-27 17:13:06 +02:00
.gitignore [gitignore] ignore nix files 2024-09-27 17:10:55 +02:00
LICENSE Initial commit 2024-09-16 10:02:01 +00:00
poetry.lock [project] adding dev dependencies 2024-09-27 16:24:05 +02:00
pyproject.toml [project] adding dev dependencies 2024-09-27 16:24:05 +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