mne-tools / mne-tools/mne-python
FIX: Improve covariance code
Open
@dengemann is already working on this.
Since Nov 6, 2018.
BUG
ENH
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
Ideas from previous discussions:
- Unify handling of
rankbetweenmne/cov.pyandmne/viz/evoked.py:plot_evoked_white(esp.mag/gradparameters) (#4799) - Low rank computation to speed up fitting (esp. for SSS data), adapt from unused bits of #4637 (#5481)
- Have
maxwell_filterwith movecomp set then_componentsinsss_infoto the proportion of time a given MPM was used. (Currently it's binary, and it only uses the destination position.) - Have
maxwell_filtersetnfreebased on the effective/estimated rank of the raw data, or from thresholding the floatn_components? - Improve rank estimation code to deal with movement compensated data (which has time-varying rank) and also ICA (which can reduce rank but isn't stored in
info)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.