This project is work in progress and does not have any regulatory approval.
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.
The plugin depends on the OpenEphysIGTLink library. The library must be installed to use this plugin.
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
.
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
Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.
The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.
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
.
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/
Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.
The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.