Jonas B. Zimmermann ae3791aa82 gin commit from L-1010036236 3 年之前
..
Central ae3791aa82 gin commit from L-1010036236 3 年之前
CentralCommon ae3791aa82 gin commit from L-1010036236 3 年之前
cbhwlib ae3791aa82 gin commit from L-1010036236 3 年之前
cbmex ae3791aa82 gin commit from L-1010036236 3 年之前
cerebus ae3791aa82 gin commit from L-1010036236 3 年之前
cmake ae3791aa82 gin commit from L-1010036236 3 年之前
compat ae3791aa82 gin commit from L-1010036236 3 年之前
n2h5 ae3791aa82 gin commit from L-1010036236 3 年之前
samples ae3791aa82 gin commit from L-1010036236 3 年之前
BUILD.md ae3791aa82 gin commit from L-1010036236 3 年之前
BlackrockLicense.txt ae3791aa82 gin commit from L-1010036236 3 年之前
CMakeLists.txt ae3791aa82 gin commit from L-1010036236 3 年之前
CereLink.sln ae3791aa82 gin commit from L-1010036236 3 年之前
CleanBackups.bat ae3791aa82 gin commit from L-1010036236 3 年之前
CleanTmp.bat ae3791aa82 gin commit from L-1010036236 3 年之前
License.gpl2.txt ae3791aa82 gin commit from L-1010036236 3 年之前
README.md ae3791aa82 gin commit from L-1010036236 3 年之前
properties.vsprops ae3791aa82 gin commit from L-1010036236 3 年之前
setup.py ae3791aa82 gin commit from L-1010036236 3 年之前

README.md

CereLink

Blackrock Microsystems Cerebus Link

The software develoment kit for Blackrock Microsystems neural signal processing hardware includes:

c++ library (cbsdk): cross platform library for two-way communication with hardware

MATLAB/Octave wrapper (cbmex/cboct): MATLAB executable (mex) to configure and pull data using cbsdk

Python wrapper (cbpy): Python binding for cbsdk to configure, pull data, and receive callbacks

File conversion utility (n2h5): Converts nsx and nev files to hdf5 format

Installation

In the repository's root folder, run

cmake -H. -B_builds/Release -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/opt/CereLink"
cmake --build _builds/Release --target install

To install the CereLink libraries to /opt/CereLink.

Project wiki

https://github.com/dashesy/CereLink/wiki

History

  • 6.9.w.2 (6 Sep 2018) Improved cmake installation procedure, cmake tools for finding the library