Skip to content

Commit

Permalink
add instalation from release information
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioEI committed Apr 22, 2022
1 parent 6e374bf commit a97fb58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This repository contains a plugin for the [Open Ephys GUI](https://github.com/open-ephys/plugin-GUI) to interpolate channels.

## Installing the plugin

Download the latest release for your operating system from https://github.com/PridaLab/Ch_interp_OEplugin/releases.

For Linux:
1. Copy the `CNNRippleDetectorOEPlugin.so` file to Open Ephys `plugins` folder.

For Windows:
1. Copy the `CNNRippleDetectorOEPlugin.dll` file to Open Ephys `plugins` folder.

## Plugin configuration
The plugin receives N channels as input (2<=N<=7), and interpolate the missing ones with a weighted linear approximation.

Expand Down

0 comments on commit a97fb58

Please sign in to comment.