AlessioZanga/PyEEGLab

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.gitignore
.gitpod.yml
.travis.yml
CHANGELOG.md
LICENSE
README.md
docs/Makefile
docs/make.bat
docs/source/conf.py36
A
0 mins
docs/source/index.rst
docs/source/pyeeglab.cache.rst
docs/source/pyeeglab.database.rst
docs/source/pyeeglab.dataset.chbmit.rst
docs/source/pyeeglab.dataset.eegmmidb.rst
docs/source/pyeeglab.dataset.rst
docs/source/pyeeglab.dataset.tuh_eeg_abnormal.rst
docs/source/pyeeglab.dataset.tuh_eeg_artifact.rst
docs/source/pyeeglab.io.rst
docs/source/pyeeglab.preprocessing.rst
docs/source/pyeeglab.rst
docs/source/pyeeglab.text.rst
pyeeglab/__init__.py8
A
0 mins
pyeeglab/dataset/__init__.py2
A
0 mins
pyeeglab/dataset/annotation.py26
A
0 mins
pyeeglab/dataset/dataset.py237
A
1 hr
pyeeglab/dataset/declarative_base.py2
A
0 mins
pyeeglab/dataset/file.py19
A
0 mins
pyeeglab/dataset/metadata.py13
A
0 mins
pyeeglab/dataset/physionet/__init__.py2
A
0 mins
pyeeglab/dataset/physionet/chbmit_dataset.py62
A
0 mins
pyeeglab/dataset/physionet/eegmmidb_dataset.py54
A
0 mins
pyeeglab/dataset/physionet/utils.py28
A
1 hr
pyeeglab/dataset/tuh_eeg/__init__.py3
A
0 mins
pyeeglab/dataset/tuh_eeg/abnormal_dataset.py49
A
0 mins
pyeeglab/dataset/tuh_eeg/artifact_dataset.py42
A
0 mins
pyeeglab/dataset/tuh_eeg/seizure_dataset.py47
A
0 mins
pyeeglab/dataset/tuh_eeg/utils.py87
A
2 hrs
pyeeglab/pipeline/__init__.py2
A
0 mins
pyeeglab/pipeline/pipeline.py70
A
0 mins
pyeeglab/pipeline/preprocessor.py56
A
45 mins
pyeeglab/preprocess/__init__.py3
A
0 mins
pyeeglab/preprocess/features/__init__.py2
A
0 mins
pyeeglab/preprocess/features/brain_connectivity.py73
A
0 mins
pyeeglab/preprocess/features/stat_features.py41
A
0 mins
pyeeglab/preprocess/signal/__init__.py4
A
0 mins
pyeeglab/preprocess/signal/channel_selector.py25
A
0 mins
pyeeglab/preprocess/signal/filter_selector.py36
A
0 mins