Skip to content

Commit

Permalink
expose transform_to_head in API docs (#13010)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Dec 7, 2024
1 parent d47c22f commit 4967ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/preprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Projections:
read_dig_localite
make_standard_montage
read_custom_montage
transform_to_head
compute_dev_head_t
read_layout
find_layout
Expand Down
2 changes: 2 additions & 0 deletions mne/channels/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ __all__ = [
"read_polhemus_fastscan",
"read_vectorview_selection",
"rename_channels",
"transform_to_head",
"unify_bad_channels",
]
from .channels import (
Expand Down Expand Up @@ -73,4 +74,5 @@ from .montage import (
read_dig_localite,
read_dig_polhemus_isotrak,
read_polhemus_fastscan,
transform_to_head,
)

0 comments on commit 4967ecd

Please sign in to comment.