SEEG: Add infinite homogeneous medium headmodel#919
Conversation
When considereing volume model, the dipole is not always inside the cortex
|
You may want to talk with Takfarinas as he is working in related (and potentially) overlapping) developments FYI @tmedani |
|
Tested on volume. Works fine as far i know.
@rcassani, I think it's ready for review, most importantly for the user-interface part. Regarding the name, uniform may not be the best. I was thinking "0-shell" model might work well as an 'extension' to the 1-shell EEG model. (Here, we don't model the skull. What do you think? @tmedani, what do you think about this? Edouard |
|
This is indeed a good feature for a simplified version of the sEEG LF, similar to the sphere model for EEG/MEG. While we would recommend using BEM/FEM in such cases, this feature can be used for comparison and validation. I think it is nice to have it within BST. |
|
Hi team, |
|
Hi @Edouard2laire Have you had a chance to compare the LF of this method with BEM/FEM? I just did one quickly, FEM vs Inf Looks okay, I'll need to run it in a more refined model + source space. Also, I haven't checked the paper, but does the formulation assume infinite refElec? |
|
Hi,
No, I didn't. Thanks a lot for having done the comparison.
In the paper, they used an averaged reference. But based on my understanding of how forward models are stored in Brainstorm, I assumed infinite refElec in the code, as the model can then be re-referenced before being used. If we have an explicit reference as suggested in #893 then it should be relatively easy to add. |
|
@Edouard2laire, @tmedani, minor changes were made:
Functionally, it looks good to be merged. Regarding the name, it seems Would you consider the label |
Yes, that seems reasonable to me. What is your take on the reference system? Is it correct to use an infinite reference here, or should we use an average reference or something else? |
AFAIK we can keep the resulting brainstorm3/toolbox/forward/bst_headmodeler.m Lines 683 to 687 in 8f32f9e |
|
Tested. it seems to be working fine |


Hello,
This PR adds a very simple head model for SEEG that assumes an infinite medium with uniform conductivity (sigma).
This is described in https://onlinelibrary.wiley.com/doi/epdf/10.1002/hbm.23127 (equation 4) with a tweak to limit instability close to the electrodes (eq 5).
Although I think we will slowly move toward more complex FEM models, having this simple model in Brainstorm will enable easier comparison of the different models.
Todo: