initial commit
This commit is contained in:
34
mne/beamformer/__init__.pyi
Normal file
34
mne/beamformer/__init__.pyi
Normal file
@@ -0,0 +1,34 @@
|
||||
__all__ = [
|
||||
"Beamformer",
|
||||
"apply_dics",
|
||||
"apply_dics_csd",
|
||||
"apply_dics_epochs",
|
||||
"apply_dics_tfr_epochs",
|
||||
"apply_lcmv",
|
||||
"apply_lcmv_cov",
|
||||
"apply_lcmv_epochs",
|
||||
"apply_lcmv_raw",
|
||||
"make_dics",
|
||||
"make_lcmv",
|
||||
"make_lcmv_resolution_matrix",
|
||||
"rap_music",
|
||||
"read_beamformer",
|
||||
"trap_music",
|
||||
]
|
||||
from ._compute_beamformer import Beamformer, read_beamformer
|
||||
from ._dics import (
|
||||
apply_dics,
|
||||
apply_dics_csd,
|
||||
apply_dics_epochs,
|
||||
apply_dics_tfr_epochs,
|
||||
make_dics,
|
||||
)
|
||||
from ._lcmv import (
|
||||
apply_lcmv,
|
||||
apply_lcmv_cov,
|
||||
apply_lcmv_epochs,
|
||||
apply_lcmv_raw,
|
||||
make_lcmv,
|
||||
)
|
||||
from ._rap_music import rap_music, trap_music
|
||||
from .resolution_matrix import make_lcmv_resolution_matrix
|
||||
Reference in New Issue
Block a user