Inverse Operator Matrix Data

Hello,

    Is it possible to get the matrix of the shape (num sources x num channels x num trials) that when taken the tensor dot product with epochs of the shape (num channels x num time steps x num trials) along the appropriate dimensions ([[1,2],[0,2]])) gives the source space current (num sources x num time steps)?

Thanks,

Alex Rockhill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20171019/8db0a1b5/attachment.html

hi Alex,

inverse operator does not depend on trial so you should not need this.
it just depends on SNR.

HTH
Alex