TruScanEEGpy

https://img.shields.io/pypi/v/TruScanEEGpy.svg https://img.shields.io/travis/neuropsychology/TruScanEEGpy.svg https://codecov.io/gh/neuropsychology/TruScanEEGpy/branch/master/graph/badge.svg https://img.shields.io/pypi/dm/TruScanEEGpy Documentation Status

Utility functions to work with Deymed’s TruScan EEG system.

Installation

To install TruScanEEGpy, run this command in your terminal:

$ pip install TruScanEEGpy

Documentation

> import TruScanEEGpy
> import mne
>
> layout = TruScanEEGpy.layout_128('10-5')
> montage = TruScanEEGpy.montage_mne_128(layout)
> mne.viz.plot_montage(montage)
docs/img/montage_128.png