LICENSE
README.md
pyproject.toml
bci_essentials/__init__.py
bci_essentials/channel_selection.py
bci_essentials/eeg_data.py
bci_essentials/erp_data.py
bci_essentials/resting_state.py
bci_essentials/session_saving.py
bci_essentials/signal_processing.py
bci_essentials/visuals.py
bci_essentials.egg-info/PKG-INFO
bci_essentials.egg-info/SOURCES.txt
bci_essentials.egg-info/dependency_links.txt
bci_essentials.egg-info/requires.txt
bci_essentials.egg-info/top_level.txt
bci_essentials/classification/erp_rg_classifier.py
bci_essentials/classification/generic_classifier.py
bci_essentials/classification/mi_classifier.py
bci_essentials/classification/null_classifier.py
bci_essentials/classification/ssvep_basic_tf_classifier.py
bci_essentials/classification/ssvep_riemannian_mdm_classifier.py
bci_essentials/classification/switch_deep_classifier.py
bci_essentials/classification/switch_mdm_classifier.py
bci_essentials/io/lsl_messenger.py
bci_essentials/io/lsl_sources.py
bci_essentials/io/messenger.py
bci_essentials/io/sources.py
bci_essentials/io/xdf_sources.py
bci_essentials/utils/logger.py
tests/__init__.py
tests/test_classifier_save.py
tests/test_eeg_data.py
tests/test_lsl_sources.py
tests/test_signal_processing.py
tests/test_smoke.py
tests/test_trial_saving.py
tests/test_xdf_sources.py