-
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
plot SourceTFR #6672
plot SourceTFR #6672
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
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 |
Closed: See Issue #6290 |
No need to be sorry about that at all! I'm sorry for not being able to take the time and push this further 😕 |
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.