Skip to content

ICRC-BME/PySigView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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