Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python
Go to file
2024-10-16 08:52:49 +02:00
docs [doc] renaming spec sheet 2024-09-27 09:30:46 +02:00
pyrelacs [app] adding config 2024-10-16 08:52:27 +02:00
test [test] adding testcases for get method of buffer 2024-10-02 15:52:29 +02:00
.gitignore gitignore add resource.py 2024-09-29 11:11:07 +02:00
LICENSE Initial commit 2024-09-16 10:02:01 +00:00
poetry.lock [project] adding quantities for unit conversion 2024-10-16 08:52:49 +02:00
pyproject.toml [project] adding quantities for unit conversion 2024-10-16 08:52:49 +02:00
README.md updating readme 2024-09-27 19:47:24 +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/macOS or windows).

For MacOs if you run into problems with the libusb library if installed with homebrew, there is an issue thread on the uldaq repository.

https://github.com/mccdaq/uldaq/issues/44

After successful installing, you can use clone the repository 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