Metadata-Version: 2.1
Name: ielu
Version: 0.3.0
Summary: Interactive Electrode localization Utility
Home-page: https://github.com/aestrivex/ielu
Maintainer: Roan LaPlante
Maintainer-email: rlaplant@nmr.mgh.harvard.edu
License: Visuddhimagga Sutta; GPLv3+
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Information Analysis
License-File: LICENSE

# Interactive Electrode Localization Utility (ielu)
This is a GUI utility to assist in preprocessing tasks for electrocorticography (ecog) and stereo eeg (seeg) data analysis. It includes:

1. CT-to-MRI co-registration using Mutual Information (via Freesurfer)
1. Automatic electrode extraction and sorting into grids via pre-defined grid geometries
1. A GUI for manually tweaking electrode locations and grid information
1. Snapping electrode locations to a freesurfer cortical surface model
1. Exporting to montage files suitable for use in MNE-python

# Dependencies
* A scientific python distribution such as anaconda or canopy
* pysurfer
* nibabel
* mne-python
* pymcubes

Note - you can easily install these dependencies with tools such as pip and easy-install.

# Quick start
Simply clone this repository, then evoke the `run` script in the main folder. e.g., `cd gselu; ./run`

# More info
For more information about this package and how it works, see the [wiki](https://github.com/aestrivex/ielu/wiki).


