Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.65 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.65 KB

OESpikeUtilities

This plugin packages provides several plugins used for online spike detection and display. The plugins include

Dynamic Spike Detector

This plugin was modified from the original dynamic threshold plugin. We fixed some of its bugs and added in various quality of life improvements. In particular, it allows setting the threshold for all channel at once. It also allow specifying the detection sign. The spike detection only works when the Enable toggle is enabled. It currently supports two methods of spike detection. The Simple one just detect spike based on signal ampitude. The Median method is based on median of the absolute signal. Please note the Simple one may actually work better on whitened signals. The Median method calculate the median threshold based on a very small segment of signal in the input buffer, which may not be optimum. We plan to change this behaviour in near future.

image

LFP Spike Viewer

This plugin is modified from the original LFP viewer but add an overlay on top of the neural signals to show the spike location. It will be useful for monitoring the quality of the spike detection and help setting the detect threshold. image

Installation

Please follow the Open Ephys GUI page to build this plugin: link