LICENSE
README.md
pyproject.toml
setup.cfg
brain_pipe/__init__.py
brain_pipe.egg-info/PKG-INFO
brain_pipe.egg-info/SOURCES.txt
brain_pipe.egg-info/dependency_links.txt
brain_pipe.egg-info/entry_points.txt
brain_pipe.egg-info/requires.txt
brain_pipe.egg-info/top_level.txt
brain_pipe/cli/__init__.py
brain_pipe/cli/base.py
brain_pipe/cli/default.py
brain_pipe/dataloaders/__init__.py
brain_pipe/dataloaders/base.py
brain_pipe/dataloaders/path.py
brain_pipe/parser/__init__.py
brain_pipe/parser/base.py
brain_pipe/parser/file.py
brain_pipe/parser/simple_dict.py
brain_pipe/parser/template_text.py
brain_pipe/parser/text.py
brain_pipe/parser/yaml.py
brain_pipe/pipeline/__init__.py
brain_pipe/pipeline/base.py
brain_pipe/pipeline/default.py
brain_pipe/pipeline/wrapper.py
brain_pipe/pipeline/cache/__init__.py
brain_pipe/pipeline/cache/base.py
brain_pipe/pipeline/cache/default.py
brain_pipe/pipeline/cache/pipeline.py
brain_pipe/preprocessing/__init__.py
brain_pipe/preprocessing/filter.py
brain_pipe/preprocessing/resample.py
brain_pipe/preprocessing/transpose.py
brain_pipe/preprocessing/brain/__init__.py
brain_pipe/preprocessing/brain/artifact.py
brain_pipe/preprocessing/brain/epochs.py
brain_pipe/preprocessing/brain/link.py
brain_pipe/preprocessing/brain/load.py
brain_pipe/preprocessing/brain/rereference.py
brain_pipe/preprocessing/brain/trigger.py
brain_pipe/preprocessing/brain/eeg/__init__.py
brain_pipe/preprocessing/brain/eeg/biosemi.py
brain_pipe/preprocessing/brain/eeg/load.py
brain_pipe/preprocessing/stimulus/__init__.py
brain_pipe/preprocessing/stimulus/load.py
brain_pipe/preprocessing/stimulus/audio/__init__.py
brain_pipe/preprocessing/stimulus/audio/envelope.py
brain_pipe/preprocessing/stimulus/audio/spectrogram.py
brain_pipe/runner/__init__.py
brain_pipe/runner/base.py
brain_pipe/runner/default.py
brain_pipe/save/__init__.py
brain_pipe/save/base.py
brain_pipe/save/default.py
brain_pipe/split/__init__.py
brain_pipe/split/base.py
brain_pipe/split/mid.py
brain_pipe/split/sequential.py
brain_pipe/split/operations/__init__.py
brain_pipe/split/operations/base.py
brain_pipe/split/operations/normalize.py
brain_pipe/utils/__init__.py
brain_pipe/utils/find.py
brain_pipe/utils/list.py
brain_pipe/utils/log.py
brain_pipe/utils/multiprocess.py
brain_pipe/utils/path.py
brain_pipe/utils/serialization.py
docs/source/conf.py
examples/__init__.py
examples/exporl/__init__.py
examples/exporl/sparrKULee.py
tests/__init__.py
tests/test_cli/__init__.py
tests/test_cli/test_base.py
tests/test_cli/test_cli_entrypoint.py
tests/test_cli/test_default.py
tests/test_cli/test_factory.py
tests/test_dataloaders/__init__.py
tests/test_dataloaders/test_base.py
tests/test_dataloaders/test_path.py
tests/test_examples/__init__.py
tests/test_examples/exporl/__init__.py
tests/test_examples/exporl/sparrKULee.py
tests/test_parser/__init__.py
tests/test_parser/test_base.py
tests/test_parser/test_file.py
tests/test_parser/test_simple_dict.py
tests/test_parser/test_template_text.py
tests/test_parser/test_text.py
tests/test_parser/test_yaml.py
tests/test_pipeline/__init__.py
tests/test_pipeline/test_base.py
tests/test_pipeline/test_default.py
tests/test_pipeline/test_wrapper.py
tests/test_preprocessing/__init__.py
tests/test_preprocessing/test_filter.py
tests/test_preprocessing/test_resample.py
tests/test_preprocessing/test_transpose.py
tests/test_preprocessing/test_brain/__init__.py
tests/test_preprocessing/test_brain/test_artifact.py
tests/test_preprocessing/test_brain/test_epochs.py
tests/test_preprocessing/test_brain/test_link.py
tests/test_preprocessing/test_brain/test_load.py
tests/test_preprocessing/test_brain/test_rereference.py
tests/test_preprocessing/test_brain/test_trigger.py
tests/test_preprocessing/test_brain/test_eeg/__init__.py
tests/test_preprocessing/test_brain/test_eeg/test_load.py
tests/test_preprocessing/test_stimulus/__init__.py
tests/test_preprocessing/test_stimulus/test_load.py
tests/test_preprocessing/test_stimulus/test_audio/test_envelope.py
tests/test_preprocessing/test_stimulus/test_audio/test_spectrogram.py
tests/test_runner/__init__.py
tests/test_runner/test_default.py
tests/test_runner/test_runner_base.py
tests/test_save/__init__.py
tests/test_save/test_base.py
tests/test_save/test_default.py
tests/test_utils/__init__.py
tests/test_utils/test_find.py