Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Python plugin

...

Dynamic Threshold for Spike Detection

Image Modified

Description: This is a modification of the standard SpikeDetector plugin where instead of using a fixed amplitude threshold, we compute a dynamic threshold as described by Quiroga et al.. The plugin remains compatible with the standard SpikeViewer plugin.

...

Source code: https://github.com/arnefmeyer/VirtualReferencePlugin


Python Integration

Image Added

Description: enables the insertion of Processor code written in Cython (compiled Python code) in the signal chain. The plugin can be written in essentially pure Python (all required Cython peculiarities are taken care of in the wrapper code). Basic GUI elements are provided to provide editing possibilities for a few parameters in an Editor sub window. These may be directly controlled from the Python interface and do not require any Python coding. Some examples of plugin code are provided for e.g. Sharp wave/ripple detection and suppression. 

NOTE: Currently the code is ported to Linux and MacOS. If somebody wishes to port it to Windows, please contact me (email address in my Github page) and I will give you all the necessary information. 

Source code: https://github.com/fpbattaglia/PythonPlugin