LICENSE
README.md
pyproject.toml
setup.py
./ieeg/__init__.py
./ieeg/io.py
./ieeg/mt_filter.py
./ieeg/navigate.py
./ieeg/process.py
./ieeg/arrays/__init__.py
./ieeg/arrays/api.py
./ieeg/arrays/label.py
./ieeg/arrays/reshape.py
./ieeg/calc/__init__.py
./ieeg/calc/fast.py
./ieeg/calc/oversample.py
./ieeg/calc/scaling.py
./ieeg/calc/stats.py
./ieeg/decoding/__init__.py
./ieeg/decoding/decode.py
./ieeg/decoding/metrics.py
./ieeg/decoding/models.py
./ieeg/decoding/preprocessing_funcs.py
./ieeg/decoding/joint_pca/__init__.py
./ieeg/decoding/joint_pca/alignment_methods.py
./ieeg/decoding/joint_pca/cross_pt_decoders.py
./ieeg/decoding/joint_pca/utils.py
./ieeg/timefreq/__init__.py
./ieeg/timefreq/gamma.py
./ieeg/timefreq/multitaper.py
./ieeg/timefreq/superlets.py
./ieeg/timefreq/utils.py
./ieeg/viz/__init__.py
./ieeg/viz/ensemble.py
./ieeg/viz/mri.py
./ieeg/viz/parula.py
envs/requirements.txt
ieeg/__init__.py
ieeg/io.py
ieeg/mt_filter.py
ieeg/navigate.py
ieeg/process.py
ieeg.egg-info/PKG-INFO
ieeg.egg-info/SOURCES.txt
ieeg.egg-info/dependency_links.txt
ieeg.egg-info/requires.txt
ieeg.egg-info/top_level.txt
ieeg/arrays/__init__.py
ieeg/arrays/api.py
ieeg/arrays/label.py
ieeg/arrays/reshape.py
ieeg/calc/__init__.py
ieeg/calc/fast.py
ieeg/calc/oversample.py
ieeg/calc/scaling.py
ieeg/calc/stats.py
ieeg/calc/_fast/__init__.c
ieeg/calc/_fast/mixup.c
ieeg/calc/_fast/nanconcat.c
ieeg/calc/_fast/permgt.c
ieeg/calc/_fast/ufuncs.c
ieeg/decoding/__init__.py
ieeg/decoding/decode.py
ieeg/decoding/metrics.py
ieeg/decoding/models.py
ieeg/decoding/preprocessing_funcs.py
ieeg/decoding/joint_pca/__init__.py
ieeg/decoding/joint_pca/alignment_methods.py
ieeg/decoding/joint_pca/cross_pt_decoders.py
ieeg/decoding/joint_pca/utils.py
ieeg/timefreq/__init__.py
ieeg/timefreq/gamma.py
ieeg/timefreq/hilbert.c
ieeg/timefreq/multitaper.py
ieeg/timefreq/superlets.py
ieeg/timefreq/utils.py
ieeg/viz/__init__.py
ieeg/viz/ensemble.py
ieeg/viz/mri.py
ieeg/viz/parula.py
tests/test_ieeg.py
tests/test_mat.py
tests/test_mri.py
tests/test_stats.py