Source code for osl_ephys.maxfilter
#!/usr/bin/python
from .maxfilter import * # noqa: F401, F403
import logging
[docs]osl_logger = logging.getLogger(__name__)
osl_logger.debug('osl-ephys maxfilter init complete')
with open(os.path.join(os.path.dirname(__file__), "README.md"), 'r') as f: