Matrix mapping sensor to source

External Email - Use Caution

Hi!

Is it possible to retrieve the matrix performing the mapping of sensor to
source space for MEG data? That is not a function but an object that can
be treated as a matrix?

Best,
Karin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180515/2edfc4d0/attachment.html

External Email - Use Caution

hi,

look at matrix K as used here:

https://github.com/mne-tools/mne-python/blob/master/mne/minimum_norm/inverse.py#L930

HTH
Alex

External Email - Use Caution

Thanks!
I have continuous meg data from epilepsy patients and I would like to filter my data so that my output will be one continuous time series representing (as good as possible) the activity stemming only from the epileptic focus. Would it be possible to achieve this creating a spatial filter by multiplying K with a vector of dimension (306x1) with time point with maximum spike amplitude and then multiplying this ?filter? with the raw data (resulting in one row vector reflecting activity in the source of spiking activity)?

Karin