mne-tools / mne-tools/mne-python

Go to Plot Properties via clicking the IC component within the Component Plot

Open
#8,094 10 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

VIZ
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.