Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1001 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1001 Bytes

TruScanEEGpy

pypi Build Status codecov Documentation Status

Utilities to work with Deymed’s TruScan EEG system.

Installation

To install TruScanEEGpy, run this command in your terminal:

pip install https://github.com/neuropsychology/TruScanEEGpy/zipball/master

Documentation

import TruScanEEGpy
import mne

layout = TruScanEEGpy.layout_128('10-5')
montage = TruScanEEGpy.montage_mne_128(layout)
mne.viz.plot_montage(montage)