Files
flares/mne/preprocessing/ieeg/__init__.py
2025-08-19 09:13:22 -07:00

9 lines
271 B
Python

"""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