CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
__init__.py13 linesDownload Raw Back to channels
1"""Module dedicated to manipulation of channels.2 3Can be used for setting of sensor locations used for processing and plotting.4"""5 6# Authors: The MNE-Python contributors.7# License: BSD-3-Clause8# Copyright the MNE-Python contributors.9 10import lazy_loader as lazy11 12(__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)13 
Aluode/PerceptionLabPortable · CoolFace