-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Examples for time frequency analysis on SourceEstimates #6673
Closed
Conversation
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
Added Basic SourceTFR structure and Text Signed-off-by: Dirk Gütlin <[email protected]>
Added Basic SourceTFR structure and Text Signed-off-by: Dirk Gütlin <[email protected]>
Added basic tests to load VectorSourceEstimate into tfr_multitaper Signed-off-by: Dirk Gütlin <[email protected]>
added tests for sourceTFR Signed-off-by: Dirk Gütlin <[email protected]>
First steps to read SourceEstimates into multitapers Signed-off-by: Dirk Gütlin <[email protected]>
tfr_multitaper now takes VectorSourceEstimates without error tests were introduced to check whether it works Signed-off-by: Dirk Gütlin <[email protected]>
updated computing tfr funcs with Source TFR updated tests for this Signed-off-by: Dirk Gütlin <[email protected]>
- updated source tfr - added tests Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]> # Conflicts: # mne/time_frequency/multitaper.py
added tests four SourceTFR Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
- Added tests - Removed redundant calls in source_tfr.py Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
# Conflicts: # mne/io/eeglab/eeglab.py
Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
cleaned up tfr and multitaper Signed-off-by: Dirk Gütlin <[email protected]>
..to master level Signed-off-by: Dirk Gütlin <[email protected]>
- introduced coverage for different cases of parameters Signed-off-by: Dirk Gütlin <[email protected]>
- made functions accessible to SourceEstimates - introduced tests for checking - made sure data is produced correctly Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
- lists/generators/single stcs - average - itc - power/ complex Signed-off-by: Dirk Gütlin <[email protected]>
Signed-off-by: Dirk Gütlin <[email protected]>
also reverted _get_data Signed-off-by: Dirk Gütlin <[email protected]>
in order to pass build docsa
for build docs
# Conflicts: # mne/source_tfr.py
...and removed the old one
# Conflicts: # doc/changes/latest.inc
... since the somato data set lacks a volume inverse operator, or the trans file to create one
also restructured the example a little bit
# Conflicts: # doc/changes/latest.inc
Closed: See Issue #6290 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference issue
Part of GSoC: TFR in Source Space Project (See: Issue #6290 ).
What does this implement/fix?
Add examples on how to compute time frequency analysis in source space,
using functions from mne.time_frequency and SourceEstimates.
Additional information
This branch is forked from DiGyt:plot_source_tfr (PR #6672),
and therefore should be merged after PR #6672 (and PR #6629).