-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9970faa
commit da90b81
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# IeegPrep | ||
IeegPrep is a python library to read and pre-process Intracranial Electroencephalography (iEEG) data that is structured according to the iEEG Brain Imaging Data Structure (BIDS) | ||
|
||
|
||
## Install | ||
|
||
``` | ||
pip install ieegpreg | ||
``` | ||
|
||
## Usage | ||
|
||
``` | ||
... | ||
``` | ||
|
||
|
||
## Acknowledgements | ||
|
||
- Written by Max van den Boom (Multimodal Neuroimaging Lab, Mayo Clinic, Rochester MN) | ||
- Dependencies: | ||
- PyMef by Jan Cimbalnik, Matt Stead, Ben Brinkmann, and Dan Crepeau (https://github.com/msel-source/pymef) | ||
- BIDS-validator (https://github.com/bids-standard/bids-validator) | ||
- NumPy | ||
- SciPy | ||
- Pandas | ||
- psutil | ||
|
||
- This project was funded by the National Institute Of Mental Health of the National Institutes of Health Award Number R01MH122258 to Dora Hermes |