netstim / OpenEphysRMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Ephys Root Mean Square

Plugin for the Open Ephys GUI to compute the exponentially weighted sliding root mean square value of the signal. This plugin is based on continuous-stats.

Installation

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/OpenEphysRMS

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/OpenEphysRMS;\
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++ 74.2%Language:CMake 24.7%Language:PowerShell 1.1%