DEBSOURCES
Skip Quicknav
sources / python-mne / 1.3.0%2Bdfsg-1 / mne / io / ctf / __init__.py
1234567
"""CTF module for conversion to FIF.""" # Author: Eric Larson <larson.eric.d@gmail.com> # # License: BSD-3-Clause from .ctf import read_raw_ctf, RawCTF