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.
Can read files of format:
Interface for Sleep Scoring
Computes frequency analysis (spectrogram), time-frequency analysis (short-time spectrogram, Morlet wavelet)
Detection of spindles and slow waves
Pure Python
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
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
See Documentation <http://wonambi-python.github.io/>
_
See Change Log <http://wonambi-python.github.io/changelog.html>
_
.. 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
The project is licensed under the 3-clause BSD license.