CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
__init__.py10 linesDownload Raw Back to preprocessing
1"""Preprocessing with artifact detection, SSP, and ICA."""2 3# Authors: The MNE-Python contributors.4# License: BSD-3-Clause5# Copyright the MNE-Python contributors.6 7import lazy_loader as lazy8 9(__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)10 
Aluode/PerceptionLabPortable · CoolFace