Closed
Conversation
Added Basic SourceTFR structure and Text Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Added Basic SourceTFR structure and Text Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Added basic tests to load VectorSourceEstimate into tfr_multitaper Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
added tests for sourceTFR Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
First steps to read SourceEstimates into multitapers Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
tfr_multitaper now takes VectorSourceEstimates without error tests were introduced to check whether it works Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
updated computing tfr funcs with Source TFR updated tests for this Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
- updated source tfr - added tests Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at> # Conflicts: # mne/time_frequency/multitaper.py
added tests four SourceTFR Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
- Added tests - Removed redundant calls in source_tfr.py Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
# Conflicts: # mne/io/eeglab/eeglab.py
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
cleaned up tfr and multitaper Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
..to master level Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
- introduced coverage for different cases of parameters Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
- made functions accessible to SourceEstimates - introduced tests for checking - made sure data is produced correctly Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
- lists/generators/single stcs - average - itc - power/ complex Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
also reverted _get_data Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
... as this is now covered in test_stfr_equivalence
stockwell is computed on sensor data to save time, and the full stc data is computed afterwards
to make stuff more comprehensible
to better suit
Codecov Report
@@ Coverage Diff @@
## master #6672 +/- ##
==========================================
+ Coverage 82.7% 89.47% +6.77%
==========================================
Files 420 422 +2
Lines 75601 76116 +515
Branches 12382 12474 +92
==========================================
+ Hits 62525 68104 +5579
+ Misses 10479 5187 -5292
- Partials 2597 2825 +228 |
in order to pass build docsa
for build docs
# Conflicts: # mne/source_tfr.py
# Conflicts: # doc/changes/latest.inc
# Conflicts: # doc/changes/latest.inc
Member
|
Sorry for the slow uptake on this @DiGyt , there is good stuff in here ! Hopefully in the future we can use your commits as a base and start a new PR |
Contributor
Author
|
Closed: See Issue #6290 |
Contributor
Author
No need to be sorry about that at all! I'm sorry for not being able to take the time and push this further 😕 |
This file contains hidden or 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
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?
Allow simple 3D plotting for SourceTFR objects.
Additional information
This branch is forked from DiGyt:source_into_tfr (PR #6629),
and therefore should be merged after PR #6629.