wonambi-python / wonambi

Package to analyze EEG, ECoG and other electrophysiology formats. It allows for visualization of the results and for a GUI that can be used to score sleep stages.
https://wonambi-python.github.io/
BSD 3-Clause "New" or "Revised" License
82 stars 19 forks source link
ecog eeg electrocorticography periodogram sleep visualization wavelet

WONAMBI

Package for the analysis of EEG, ECoG and other electrophysiology modalities. Allows for visualization of the data and sleep stage scoring in a GUI. Provides automatic detectors for spindles and slow waves.

Features

Installation

Install wonambi by running:

pip3 install wonambi

See Installation for details <http://wonambi-python.github.io/installation.html>_

If you want to scroll recordings and do some sleep scoring (requires PyQt5)

wonambi

Run it!

From the command line, simply type:

wonambi

To open a dataset directly, add the full path to the file you want to open:

wonambi /home/me/sleep_recordings.edf

Documentation

See Documentation <http://wonambi-python.github.io/>_

Change Log

See Change Log <http://wonambi-python.github.io/changelog.html>_

Requirements

Optional Requirements

Status

.. image:: https://travis-ci.com/wonambi-python/wonambi.svg?branch=master :target: https://travis-ci.com/wonambi-python/wonambi

.. image:: https://codecov.io/gh/wonambi-python/wonambi/branch/master/graph/badge.svg :target: https://codecov.io/gh/wonambi-python/wonambi

License

The project is licensed under the 3-clause BSD license.