question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`raw.plot` for ICA sources scalings are bad

See original GitHub issue

ica.get_sources(raw).plot() yields a largely useless plot, presumably because ICA activities are rescaled by the defaults for the channel type. Would it make sense to allow this to work by default (without the user passing scalings manually)?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
larsonercommented, May 6, 2019

Maybe we should always by default auto-scale misc channel types in viz plotting. By definition we don’t have an idea of what the scales should be, so auto-scaling them makes sense.

0reactions
mmagnuskicommented, May 6, 2019

+1 to autoscaling misc, had some issues with these in the past.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ICA.plot_sources(epoch) scaling (?) is wrong #6615 - GitHub
The plot_sources method for ICA only produces a wall of blue when the Inst is an Epoch. This occurs even with a fresh...
Read more >
mne.preprocessing.ICA — MNE 1.2.2 documentation
Estimate sources given the unmixing matrix. This method will return the sources in the container format passed. Typical usecases: pass Raw ...
Read more >
d. Indep. Comp. Analysis - EEGLAB Wiki
Independent Component Analysis (ICA) may be used to remove/subtract artifacts embedded in the data (muscle, eye blinks, or eye movements) without removing ...
Read more >
Makoto's preprocessing pipeline - SCCN
ICA is biased toward high amplitude if data length is finite. EEG data have 1/f power spectral density (PSD) curve. The combination of...
Read more >
Compute ICA on MEG data and remove artifacts
The sources matching the ECG and EOG are automatically found and displayed. ... Annotations([1], [10], 'BAD') raw.plot(block=True) # For the sake of example ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found