Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Feb 15, 2023
1 parent 9970faa commit da90b81
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
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

0 comments on commit da90b81

Please sign in to comment.