[7f9fb8]: / mne / io / egi / __init__.py

Download this file

9 lines (6 with data), 214 Bytes

1
2
3
4
5
6
7
8
"""EGI module for conversion to FIF."""
# Authors: The MNE-Python contributors.
# License: BSD-3-Clause
# Copyright the MNE-Python contributors.
from .egi import read_raw_egi
from .egimff import read_evokeds_mff