-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
depth-weighted version for wMEM (#13)
* be_scores2alpha * add stable clustering v1 * add stable clustering v2 * fix units for NIRS * Compute MNE as separate step in the pipeline Move MNE call outside be_normalize_and_unit * use jMNE in be_memstruct * fix name of jwMNE * call mne on wavelet coefficient * more changes on MNE * better handle ratioAmp for cMEM and wMEM * oups * rename be_scores2alpha for wMEM * New noise covariance matrix * new noise covariance (panel) * [pipeline] Add detrending step * [MNE] Use MNE on the correct data; normalize each time point * WIP - use new wavelet * Fix panel * first commit * WIP * better load the options * [WIP] better handle baseline * More update * fix panel * Revert "WIP - use new wavelet" This reverts commit 0818b31. * minor changes * Remove wMSP (duplicate MSP) * Refactor new alpha initialization (not using msp) * small optimization * register l-curve in MEM figure * fix wmad * modified std for shuffled baseline * baseline shuffling proposal * added baseline function, corrected bug * fixed shuffle for single baseline * explicitely mention the windows length used for the baseline shufling * keep track of the time associated to each baseline * Select the correct baseline * better handle baseline selection * [optim] optimize MNE computation * bugfix fix MNE :) * [optim] More mne optimization * change baseline duration to 20s * move baseline option to optional * fix selection of boxes to also work if pc_power = 1 * several bugfix * Rename baseline to be_shuffle_baseline * Add default options * [bugfix] remove the dependance to bst_process for the standalone * bugfix: fix sample selection without depth-weighting in MNE * Put the new alpha method as option in the panel * [bugfix] Don't use already pre-computed MNE for alpha * [bugfix] fix bug related to fusion of modalities * Fixup elements in panel * Add glue to improve vertical space distribution * [bugfix] Allow shuffle baseline to work with data fusion * [bugfix] Have be_stable clustering works with data fusion * [bugfix] make mne based alpha use multimodal data (dont work) * [gain2alpha] removing threshold to keep all cluster * improve scaling * show/hide the correct option for each pipeline * more fixes * Update .gitignore * add new options * Reorganize options * [bugfix] empty MEMglobal * [bugfix] better handle the baseline * update default options * adjust windows size * restore 'activate MEM Display' option while changing pipeline * Saving time window settings on pipeline changes * replace optimization routing txt with combo * Saving optimization routine on pipeline change * creating "Can use fminuc" function * Fix function output var name * remove fminunc function from combo if not avaiable * Saving baseline segments on pipeline change * [optim] pre-compute sigma_s before the loop * more optim * [optim] optimize the store of the wmem solution * optimize wMEM output * only call be_wavelet_inverse ones * Move the sample selectionto be_launch_mem * Changing logical way to show/hide expert panels * fix overflow ui bug * Fix inversion in button text : "Hide" "Show" * FIx involuntary added tab * [bugfix] fix mne * fix option export * [bugfix] use be_struct_copy_fields when possible * update MNE implementation * Move the Bye message * TYPO * add MNE solver (for testing purpose only) * final changes * Remove sources with 0 gains * [bugfix] Baseline selection * Minor fixes * Improve error detector when forward model is wrong --------- Co-authored-by: Jawata Afnan <[email protected]> Co-authored-by: rcassani <[email protected]> Co-authored-by: iliaazzo <[email protected]> Co-authored-by: ilianAZZ <[email protected]>
- Loading branch information
1 parent
5c0cdfc
commit 5ad7cdb
Showing
44 changed files
with
2,592 additions
and
1,710 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
|
||
.DS_Store | ||
|
||
.DS_Store | ||
*.asv |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.7.4 | ||
3.0.0 |
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
Oops, something went wrong.