Skip to content

Commit

Permalink
use seeg for morphing example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 6, 2023
1 parent f0a8a07 commit 7ae80b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ieeg_locate.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def plot_overlay(image, compare, title, thresh=None):
# when the electrode contacts were localized so we need to use it again here.

# reload original found positions
raw = mne.io.read_raw(misc_path / "ecog" / "sample_ecog_ieeg.fif")
raw = mne.io.read_raw(misc_path / "seeg" / "sample_seeg_ieeg.fif")

# plot the alignment
brain = mne.viz.Brain("sample_seeg", subjects_dir=misc_path / "seeg", **brain_kwargs)
Expand Down

0 comments on commit 7ae80b0

Please sign in to comment.