This project is work in progress and does not have any regulatory approval.
This repository contains a plugin for the Open Ephys GUI to interface with AlphaOmega's Neuro Omega device.
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 is the only available platform since the SDK is Windows only.
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
.
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
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.