Skip to content

Utility functions to work with Deymed's TruScan EEG system

License

Notifications You must be signed in to change notification settings

neuropsychology/TruScanEEGpy

Repository files navigation

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)

About

Utility functions to work with Deymed's TruScan EEG system

Resources

Stars

Watchers

Forks