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.

[Question] Does the topomap use the ica unmixing or mixing matrix?

See original GitHub issue

Hey there,

I just debugged the ICA.plot_components() method and stumbled over the docstring in topomap.py#L778, where it says:

Project unmixing matrix on interpolated sensor topogrpahy.

But here the mixing matrix is used: topomap.py#L889.

Maybe this is some language or math understanding problem of mine. Could somebody clear this up and shortly explain how the topomap creation works inside?

Thanks in advance, paul

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jona-sassenhagencommented, Dec 16, 2016

Hm … https://github.com/mne-tools/mne-python/blob/master/mne/viz/topomap.py#L889 should probably use ica.get_components now, for consistency’s sake.

0reactions
ppaslercommented, Dec 28, 2016

@mmagnuski thanks for the papers, they clear things up. So the mixing matrix is taken for plotting.

Read more comments on GitHub >

github_iconTop Results From Across the Web

mne.preprocessing.ICA — MNE 0.11.0 documentation
Given the unmixing matrix, transform data, zero out components, and inverse transform the data. This procedure will reconstruct M/EEG signals from which the ......
Read more >
Independent Component Analysis (ICA) – demystified
We can now generate an unmixing matrix W (ICA matrix) which, when multiplied with the data matrix x, transforms the mixed data x...
Read more >
Topographic Independent Component Analysis
the mixing matrix. The problem is then to estimate both the mixing ma- trix A and the realizations of the latent variables si,...
Read more >
Independent component analysis for biomedical signals
The use of ICA has been facilitated in part by the free availability ... ICA produces an unmixing matrix W, which unmixes the...
Read more >
Independent component analysis for biomedical signals
The use of ICA has been facilitated in part by the free availability ... ICA produces an unmixing matrix W, which unmixes the...
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