4 lines
189 B
Python
4 lines
189 B
Python
__all__ = ["gamma_map", "make_stc_from_dipoles", "mixed_norm", "tf_mixed_norm"]
|
|
from ._gamma_map import gamma_map
|
|
from .mxne_inverse import make_stc_from_dipoles, mixed_norm, tf_mixed_norm
|