Raymundo Cassani
Raymundo Cassani
- Handle the sign of the 1st PC
- Scales the power of the 1stPC to be the same as the average power as done in MNE-Python: https://github.com/mne-tools/mne-python/blob/31a83063557fbd54d898f00f9527ffc547888395/mne/source_estimate.py#L2818
Script for reproducing the results in the Brain-fingerprinting tutorial Done with @jasondsc
This PR adds code to compute the variance explained by the IC when using ICA decomposition. The reasonable place to store these values is the `SingVal` field in the `projector`...
This PR modifies Brainstorm to: * Add ['bst-neuromaps'](https://github.com/thuy-n/bst-neuromaps) as plugin (also included in standalone Brainstorm) * ~~Allow non-interactive call to `bst_shepards`~~ Added in `master` branch (333fba6) * ~~Add 'list_vertical' and...
This PR has as goal to recreate the AUTO method for MEG trial rejection present in [ArtifactScanTool](https://github.com/nichrishayes/ArtifactScanTool). This automatic method is based on thresholding the peak-to-peak amplitude (p2p) and the...
# Refactor updated IEEG features This PR aims to refactor the IEEG new features introduced in the main PR: #689. Through the in-house testing, tutorials and the forum, we have...
### Discussed in https://github.com/blmhemu/opengigabyte/discussions/12 Originally posted by **Arny80Hexa** September 20, 2023 After two years with my Aorus 15P, I stumbled across your repository today and am super happy that I...
# Refactor updated IEEG features (2/2) This PR addresses pending issues (from PR #710) with the IEEG features. ## Pending issues - [x] Display menu (for channel file with SEEG)...