[074d3d]: / mne / preprocessing / ieeg / __init__.py

Download this file

9 lines (6 with data), 271 Bytes

1
2
3
4
5
6
7
8
"""Intracranial EEG specific preprocessing functions."""
# Authors: The MNE-Python contributors.
# License: BSD-3-Clause
# Copyright the MNE-Python contributors.
from ._projection import project_sensors_onto_brain
from ._volume import make_montage_volume, warp_montage