netstim / OpenEphysNeuroOmega

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 Neuro Omega

This repository contains a plugin for the Open Ephys GUI to interface with AlphaOmega's Neuro Omega device.

Installation

The Neuro Omega (proprietary) SDK should already be installed in the computer and the NeuroOmega_x64.dll should be copied to the shared folder: C:\ProgramData\Open Ephys\shared-api8.

Windows

Windows is the only available platform since the SDK is Windows only.

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. The .xml configuration files should be placed under C:\ProgramData\Open Ephys\configs-api8.

Github CLI

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

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

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++ 92.7%Language:CMake 6.8%Language:PowerShell 0.4%