Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 25, 2025
1 parent 5bd359d commit f563516
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,16 @@
from .source_space import (
SourceSpaces,
add_source_space_distances,
compute_distance_to_sensors,
find_source_space_hemi,
get_decimated_surfaces,
get_volume_labels_from_src,
label_src_vertno_sel,
morph_source_spaces,
read_source_spaces,
setup_source_space,
setup_volume_source_space,
write_source_spaces,
)

from . import beamformer
Expand Down
2 changes: 2 additions & 0 deletions mne/time_frequency/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
tfr_morlet,
AverageTFR,
AverageTFRArray,
RawTFR,
RawTFRArray,
tfr_multitaper,
read_tfrs,
write_tfrs,
Expand Down
1 change: 1 addition & 0 deletions mne/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
_custom_lru_cache,
_array_repr,
_date_to_julian,
_julian_to_date,
)
from .mixin import (
SizeMixin,
Expand Down

0 comments on commit f563516

Please sign in to comment.