Utilities to work with Deymed’s TruScan EEG system.
To install TruScanEEGpy, run this command in your terminal:
pip install https://github.com/neuropsychology/TruScanEEGpy/zipball/master
import TruScanEEGpy
import mne
layout = TruScanEEGpy.layout_128('10-5')
montage = TruScanEEGpy.montage_mne_128(layout)
mne.viz.plot_montage(montage)