Package for viewing signals using VisPy


Keywords
PyQt5, vispy, signal
License
Apache-2.0
Install
pip install pysigview==0.0.0b4

Documentation

Build Status DOI Documentation Status

PySigView: Python signal viewer

PySigView is a python package for vizualisation of electrophysiological signals. The developement is aimed mainly at EEG but technically, any signal can be vizualized.

Installation

To install please use:

pip install pysigview

To install from source:

python setup.py install

Supported formats

  • .mef - multiscale electrophysiology format
  • .d - format used by FNUSA-ICRC

Other formats can be added by modifying ./file_types.py

Plugins

  • navigation_bar - bar for navigation through the recording
  • database - plugin for creating connection to a database
  • annotations - plugin for loading and creating data annotations
  • transforms - plugin for signal transformations (filtering, montages, etc.)
  • console - ipython console for interaction with the app