Electrophysiology Manipulator Link
The Electrophysiology Manipulator Link (or Ephys Link for short) is a Python WebSocket server that allows any WebSocket-compliant application (such as Pinpoint (electrophysiology planning tool)) to communicate with manipulators used in electrophysiology experiments.
Currently, Ephys Link only supports Sensapex uMp Micromanipulators. However, this platform is designed to be extensible to other manipulators and more may be added in the future.
Getting Started
Prerequisites
- An x86 Windows PC is recommended to run this server.
- The server has been verified to work well with Sensapex devices on Windows. This is unverified for Linux and macOS. However, developing the server is possible on a Linux operating system (macOS users should virtualize Linux).
- For Sensapex devices, the controller unit must be connected to the PC via an ethernet cable. A USB-to-ethernet adapter is acceptable as well.
- To use the emergency stop feature, ensure an Arduino with the StopSignal sketch is connected to the computer. Follow the instructions on that repo for how to set up the Arduino.
Installation
- Ensure Python 3.8+ and pip are installed
pip install ephys-link- Run
python -m ephys_linkto start the server- To view available command-line arguments,
run
python -m ephys_link --help - Note: all arguments are optional and none are needed to use the server normally
- To view available command-line arguments,
run
Usage and more
Complete documentation including API usage and development installation can be found on the Virtual Brain Lab Documentation page for this server.
Citing
If this project is used as part of a research project you should cite the Pinpoint repository. Please email Dan (dbirman@uw.edu) if you have questions.
Please reach out to Kenneth (kjy5@uw.edu) for questions about the Electrophysiology Manipulator Link server. Bugs may be reported through the issues tab.
Release files for ephys-link 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ephys_link-0.0.7.tar.gz | 93.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ephys_link-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 177.6 kB
Release files / ephys_link-0.0.7.tar.gz
| Download URL | ephys_link-0.0.7.tar.gz |
|---|---|
| Size | 93.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf5e6380da7880894f226446ac6996928260937c2a2483fc296185efe1abc4b7
|
|
BLAKE2b-256 checksum How to use checksums |
2583f61734ac9ef244bf363190b5fa83364b8bbcf431c76c33bc0acfc9e764df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|
Release files / ephys_link-0.0.7-py3-none-any.whl
| Download URL | ephys_link-0.0.7-py3-none-any.whl |
|---|---|
| Size | 84.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a7f696afdce1fa61d20d37e2a82fdda736f8971dec50960fce1c9aff1e51d3b4
|
|
BLAKE2b-256 checksum How to use checksums |
8c2fbcbe67e075b1dfbc6df38e5532bdba18205330878c0c1246c70914f43b3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|