Mixed forward model

Hi there,

I have a general question on the modelling of deep brain structures.
I see that there two options to build a forward model, surface and volume, supported by relative documentation.

I was wondering if it is possible to implement mixed models as in brainstorm, Tutorials/DeepAtlas - Brainstorm
or if it is possible to import mixed models from BS to MNE.
Is there any documentation available on this topic?

Best,
Tommaso

I don’t know about the import from brainstorm - but here are links to the mixed source in MNE.

https://mne.tools/stable/auto_examples/inverse/mixed_source_space_inverse.html?highlight=mixed

https://mne.tools/stable/generated/mne.MixedSourceEstimate.html#mne.MixedSourceEstimate

1 Like

Amazing, thanks for the very fast reply!