forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Trying to allow plotting SEEG activity in volumetric source spa…
…ce (mne-tools#8402) * Trying to fix up source estimate for seeg. * Almost there? * Try swap out for volume source space. * Update mne/source_estimate.py Co-authored-by: Eric Larson <[email protected]> * Merging. * Update mne/source_estimate.py Co-authored-by: Eric Larson <[email protected]> * Update mne/source_estimate.py Co-authored-by: Eric Larson <[email protected]> * Update tutorials/misc/plot_seeg.py Co-authored-by: Eric Larson <[email protected]> * Update tutorials/misc/plot_ecog.py Co-authored-by: Eric Larson <[email protected]> * Update tutorials/misc/plot_seeg.py Co-authored-by: Eric Larson <[email protected]> * Update tutorials/misc/plot_seeg.py Co-authored-by: Eric Larson <[email protected]> * Update mne/source_estimate.py Co-authored-by: Eric Larson <[email protected]> * Update tutorials/misc/plot_seeg.py Co-authored-by: Eric Larson <[email protected]> * Removing nans and fixing units of coords. * Fixing example. * Fixing example. * Fixing flake. * Fixing flake. * Fixing flake. * FIX: Fix example * FIX: For real * FIX: Remove comments * FIX: Links * FIX: NaN * Adding subjects dir. * Fixing example. * Adding updated plot seeg. * Updating md5 and misc vs. * Fixing merge to add back larson's test. * ADding latest.inc entry. * Fixing up docstring. * Update tutorials/misc/plot_seeg.py Co-authored-by: Eric Larson <[email protected]> * Clean up test_source_estimate. * Update tutorials/misc/plot_seeg.py Co-authored-by: Eric Larson <[email protected]> * FIX: Order * FIX: No filename * FIX: Less memory * Updating docstring. * move up fs avg. * move up fs avg. * FIX: Space * move up fs avg. * Adding space back. * Fixing docstring. * Fixing flake. * ENH: Better thumb Co-authored-by: Eric Larson <[email protected]>
- Loading branch information
Showing
9 changed files
with
316 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,15 @@ | |
MNE supports working with more than just MEG and EEG data. Here we show some | ||
of the functions that can be used to facilitate working with | ||
electrocorticography (ECoG) data. | ||
This example shows how to use: | ||
- ECoG data | ||
- channel locations in subject's MRI space | ||
- projection onto a surface | ||
For an example that involves sEEG data, channel locations in | ||
MNI space, or projection into a volume, see :ref:`tut_working_with_seeg`. | ||
""" | ||
# Authors: Eric Larson <[email protected]> | ||
# Chris Holdgraf <[email protected]> | ||
|
Oops, something went wrong.