-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
pure python creation of inverse operator #2
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
Merged
Merged
Conversation
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
Conflicts: mne/minimum_norm/__init__.py mne/minimum_norm/inverse.py mne/minimum_norm/tests/test_inverse.py
agramfort
added a commit
that referenced
this pull request
Sep 13, 2011
pure python creation of inverse operator
agramfort
added a commit
that referenced
this pull request
Jul 17, 2012
FIX: data order, whats_new, test
dengemann
referenced
this pull request
in dengemann/mne-python
Oct 8, 2012
…xisting plus modified data - use case #1 mixing of ica denoised data - use case #2 other filtering operations - use case #3 'ABC' for reading in externally processed data I added assert statement that makes sure the dimensionality of the external data and the original fiff is compatible. What do you think on this?
dengemann
added a commit
that referenced
this pull request
Dec 3, 2012
Thanks, missed to hit the button ;-)
christianbrodbeck
added a commit
that referenced
this pull request
Dec 26, 2012
ENH?: Added some section headings, also changes some names.
dengemann
pushed a commit
that referenced
this pull request
Feb 4, 2014
fix circle interaction subplot
mbillingr
pushed a commit
to mbillingr/mne-python
that referenced
this pull request
Jun 24, 2014
dengemann
pushed a commit
that referenced
this pull request
Jul 12, 2015
FIX: Unify spherical harmonics
agramfort
added a commit
that referenced
this pull request
Mar 10, 2016
MRG: Better memory usage (#2)
mbillingr
pushed a commit
to mbillingr/mne-python
that referenced
this pull request
Apr 20, 2016
misc ENH: matrix-type connectivity visualization ENH: node colors moved plot_connectivity_matrix below plot_connectivity_circle ENH: improved MVAR interface rearranged function arguments Improved MVAR example fixed beta bandwidth added scot external improved documentation added new functions to documentation python 2 compatibility added externals.scot to setup.py updated scot package Adjusted MVAR interface to new scot structure updated scot tried to delete plotting scot: mne compatibility update added tests for MVAR connectivity fixed order of mean and abs ENH: model order selection (cross-validated) example cleanup no testin for model order eric's suggestions incorporated ENH: circle plot show node names in the status bar ENH: connectivity matrix shows node names and value in status bar ENH: function to plot in/out connectivity for one seed ENH: connectivity statistics! fixed string type checking mvar connectivity returns p_vals=None if no statistics done adjusted test to new mvar_connectivity return values updated scot (parallelization) joblib support for mvar_connectivity scot: fixed some parallelization issues misc added references misc adjusted default fig size to two circles merged examples fixed verbosity fixed verbosity mne-tools#2 misc fixed invalid ascii char deprecation warning in numpy (scot upstream fix) corrected newline at end of file fixed utf-8 character
mbillingr
pushed a commit
to mbillingr/mne-python
that referenced
this pull request
Apr 20, 2016
misc ENH: matrix-type connectivity visualization ENH: node colors moved plot_connectivity_matrix below plot_connectivity_circle ENH: improved MVAR interface rearranged function arguments Improved MVAR example fixed beta bandwidth added scot external improved documentation added new functions to documentation python 2 compatibility added externals.scot to setup.py updated scot package Adjusted MVAR interface to new scot structure updated scot tried to delete plotting scot: mne compatibility update added tests for MVAR connectivity fixed order of mean and abs ENH: model order selection (cross-validated) example cleanup no testin for model order eric's suggestions incorporated ENH: circle plot show node names in the status bar ENH: connectivity matrix shows node names and value in status bar ENH: function to plot in/out connectivity for one seed ENH: connectivity statistics! fixed string type checking mvar connectivity returns p_vals=None if no statistics done adjusted test to new mvar_connectivity return values updated scot (parallelization) joblib support for mvar_connectivity scot: fixed some parallelization issues misc added references misc adjusted default fig size to two circles merged examples fixed verbosity fixed verbosity mne-tools#2 misc fixed invalid ascii char deprecation warning in numpy (scot upstream fix) corrected newline at end of file fixed utf-8 character
makkostya
added a commit
to makkostya/mne-python
that referenced
this pull request
Feb 23, 2018
britta-wstnr
pushed a commit
to britta-wstnr/mne-python
that referenced
this pull request
Jul 5, 2018
* Add functions to create random parcellation * add test for random_parcellation * add random_parcellation to python_reference * fixe pep8 * fixe pep8 mne-tools#2 * fixe pep mne-tools#3 * add random_state, small corrections * fixes random_state * FIX: Alphabetical
TommyClausner
added a commit
to TommyClausner/mne-python
that referenced
this pull request
Aug 13, 2018
# This is the 1st commit message: [WIP] SourceMorph (GSoC 2018) # This is the commit message mne-tools#2: [WIP] SourceMorph (GSoC 2018)
DiGyt
referenced
this pull request
in DiGyt/mne-python
Aug 6, 2019
For some reason, there were some strange code format error that could not be reverted without changig the files first. Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
BabaSanfour
added a commit
to BabaSanfour/mne-python
that referenced
this pull request
Sep 19, 2023
BabaSanfour
added a commit
to BabaSanfour/mne-python
that referenced
this pull request
Feb 6, 2024
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
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.
No description provided.