Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api/preprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Projections:
find_ecg_events
find_eog_events
fix_stim_artifact
GED
ica_find_ecg_events
ica_find_eog_events
infomax
Expand Down
1 change: 1 addition & 0 deletions doc/changes/dev/14050.newfeature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added :class:`mne.preprocessing.GED` for generalized eigendecomposition-based contrast preprocessing of EEG data, including component visualization and signal reconstruction after component exclusion, by `Sahar Sattari`_.
2 changes: 2 additions & 0 deletions mne/preprocessing/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ __all__ = [
"regress_artifact",
"write_fine_calibration",
"apply_pca_obs",
"GED",
]
from . import eyetracking, ieeg, nirs
from ._annotate_amplitude import annotate_amplitude
Expand All @@ -68,6 +69,7 @@ from .artifact_detection import (
)
from .ecg import create_ecg_epochs, find_ecg_events
from .eog import create_eog_epochs, find_eog_events
from .ged import GED
from .hfc import compute_proj_hfc
from .ica import (
ICA,
Expand Down
Loading
Loading