netstim / OpenEphysLeadOR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is work in progress and does not have any regulatory approval.

Open Ephys Lead-OR

Plugin for the Open Ephys GUI to interface between micro electrode recording devices (for example the NeuroOmega, via the OpenEphysNeuroOmega plugin) and the visualization component of Lead-OR via the 3DSlicer extension.

Installation

The plugin depends on the OpenEphysIGTLink library. The library must be installed to use this plugin.

Windows

Manual

The compiled dll for GUI v6 is available from the Releases page. It should be downloaded and placed under C:\ProgramData\Open Ephys\plugins-api8.

Github CLI

Using Github CLI is easy to stay up to date with latest release using the following command:

gh release download --clobber --dir "C:\ProgramData\Open Ephys\plugins-api8" --pattern *.dll --repo netstim/OpenEphysLeadOR

From Source

Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.

From the GUI

The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.

MacOS

Manual

The compiled bundle for GUI v6 is available from the Releases page. It should be downloaded and placed under ~/Library/Application Support/open-ephys/plugins-api8.

Github CLI

Using Github CLI is easy to stay up to date with latest release using the following command:

gh release download --clobber --dir ~/Library/Application\ Support/open-ephys/plugins-api8 --pattern *.bundle.zip --repo netstim/OpenEphysLeadOR;\
unzip -o ~/Library/Application\ Support/open-ephys/plugins-api8/*.bundle.zip -d ~/Library/Application\ Support/open-ephys/plugins-api8/

From Source

Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.

From the GUI

The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.

About

License:GNU General Public License v3.0


Languages

Language:C++ 79.0%Language:CMake 20.3%Language:PowerShell 0.7%