We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7071a0e commit 2d3f7f0Copy full SHA for 2d3f7f0
doc/api/preprocessing.rst
@@ -48,6 +48,7 @@ Projections:
48
read_dig_localite
49
make_standard_montage
50
read_custom_montage
51
+ transform_to_head
52
compute_dev_head_t
53
read_layout
54
find_layout
mne/channels/__init__.pyi
@@ -32,6 +32,7 @@ __all__ = [
32
"read_polhemus_fastscan",
33
"read_vectorview_selection",
34
"rename_channels",
35
+ "transform_to_head",
36
"unify_bad_channels",
37
]
38
from .channels import (
@@ -73,4 +74,5 @@ from .montage import (
73
74
read_dig_localite,
75
read_dig_polhemus_isotrak,
76
read_polhemus_fastscan,
77
+ transform_to_head,
78
)
0 commit comments