.zenodo.json
LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
setup.cfg
setup.py
versioneer.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/matlab_differences.rst
docs/whats_new.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/sphinxext/gh_substitutions.py
examples/README.rst
examples/run_full_prep.py
examples/run_ransac.py
examples/matlab_results/EEG.mat
examples/matlab_results/EEGNew.mat
examples/matlab_results/EEG_raw.mat
examples/matlab_results/EEGinterp.mat
examples/matlab_results/EEGref.mat
pyprep/__init__.py
pyprep/_version.py
pyprep/find_noisy_channels.py
pyprep/prep_pipeline.py
pyprep/ransac.py
pyprep/reference.py
pyprep/removeTrend.py
pyprep/utils.py
pyprep.egg-info/PKG-INFO
pyprep.egg-info/SOURCES.txt
pyprep.egg-info/dependency_links.txt
pyprep.egg-info/requires.txt
pyprep.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_find_noisy_channels.py
tests/test_matprep_compare.py
tests/test_prep_pipeline.py
tests/test_reference.py
tests/test_removeTrend.py
tests/test_utils.py