File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Socket.IO-compliant application (such
1313as [ Pinpoint] ( https://github.com/VirtualBrainLab/Pinpoint ) )
1414to communicate with manipulators used in electrophysiology experiments.
1515
16- Currently, Ephys Link only supports Sensapex uMp-4 Micromanipulators and New Scale 3-axis
16+ Currently, Ephys Link only supports Sensapex uMp-4 and uMp-3 Micromanipulators and New Scale 3-axis
1717manipulators. However, this platform is designed to be extensible to other
1818manipulators and more may be added in the future.
1919
@@ -84,8 +84,8 @@ Run the following commands in a terminal to start the server for the desired man
8484
8585| Manipulator Platform | Command |
8686| --------------------------------------| --------------------------------------|
87- | Sensapex UMP -4 | ` ephys-link ` |
88- | Sensapex UMP -3 | ` ephys-link -t ump3 ` |
87+ | Sensapex uMp -4 | ` ephys-link ` |
88+ | Sensapex uMp -3 | ` ephys-link -t ump3 ` |
8989| New Scale | ` ephys-link -t new_scale ` |
9090| New Scale via Pathfinder HTTP server | ` ephys-link -t new_scale_pathfinder ` |
9191
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ephys-link"
7- version = " 1.0.0rc1 "
7+ version = " 1.0.0 "
88license = { file = " LICENSE" }
99
1010authors = [{ name = " Kenneth Yang" , email = " kjy5@uw.edu" }]
You can’t perform that action at this time.
0 commit comments