mne-tools / mne-tools/mne-python
Go to Plot Properties via clicking the IC component within the Component Plot
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
Within the ica.plot_sources(), one can view to the topographical 2-D scalp maps for each IC component by clicking the Y-axis. Whereas, as per my knowledge, the only way to generate the diagnostics of each IC is by using ica.plot_properties(raw, picks=[3,10,15]).
Is it possible to view the diagnostics of each IC simply by clicking the Y-axis from the ica.plot_sources()? Or any other alternative rather than using the command ica.plot_properties().
I found it quite troublesome to key in the picks index to generate diagnostics for different IC
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.
Research direction
Start with the ica.plot_sources() interaction described in the issue and compare it with ica.plot_properties(raw, picks=[3,10,15]). Trace how clicking the Y-axis currently opens topographical maps. Done means an IC can be selected there to open its diagnostics, or the issue documents a supported alternative that avoids manually entering picks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100