DEBSOURCES
Skip Quicknav
sources / python-mne / 0.13.1%2Bdfsg-3 / 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