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.

Possible to restrict beamformer output to labels?

See original GitHub issue

Is there a reason the lcmv beamformer apply methods (apply_lcmv_epochs, apply_lcmv_raw, apply_lcmv_cov) don’t support restricting to Label?

It seems like once the filter weights are made restricting to source locations inside a label shouldn’t affect the results.

CC @britta-wstnr

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
larsonercommented, Nov 13, 2020

Does this mean that I could end up with having the same grid point belong to different labels based on the interpolation that’s been done?

Yep:

  • With mri_resolution=False each grid point will contribute to at most one label, and some labels might have zero grid points contributing to them.
  • With mri_resolution=True each grid point can contribute to multiple labels (determined by trilinear upsampling from the low-res to high-res space where the labels live), and all labels will have grid points.
0reactions
britta-wstnrcommented, Nov 13, 2020

@larsoner Does this mean that I could end up with having the same grid point belong to different labels based on the interpolation that’s been done?

At least from the beamformer perspective, there should not be any problem in applying or even calculating the filter for a subset of grid points only, since the weights are calculated for each grid point independently (as long as forward model and covariance matrix do not change, that is).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Localizing oscillatory sources using beamformer techniques
Visualize the results, by first interpolating the sources to the anatomical MRI using ft_sourceinterpolate and plotting this with ft_sourceplot.
Read more >
mne.Label — MNE 1.3.dev0 documentation - MNE-Python
A FreeSurfer/MNE label with vertices restricted to one hemisphere. Labels can be combined with the + operator: Duplicate vertices are removed. If duplicate ......
Read more >
A Cognitive Beamforming Method via Range-Doppler Map ...
Simulation results show that the output signal-to-interference-plus-noise ratio is improved compared with previous methods. The proposed.
Read more >
Sparse Array Capon Beamformer Design Availing Deep ...
relations to the output of sparse configuration with effective interference mitigation capability. The problem is posed as a multi-label ...
Read more >
What Is Beamforming? Working, Techniques, and Uses
Beamforming is a radio frequency technique that targets wireless signals ... it possible to superimpose two beams with the optimum results.
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