[FieldTrip] Seeking Guidance on Aligning EGI 128 Electrode Positions with Standard_bem Head Model

Schoffelen, J.M. (Jan Mathijs) janmathijs.schoffelen at donders.ru.nl
Mon Feb 5 09:04:03 CET 2024


Hi Chengyuan,

I think that the ‘interactive’ method is the best thing to use here. Alternatively, if the coordinate systems match approximately (i.e. if the mesh of the scalp surface, and the electrodes are already approximately in register (i.e. the axes pointing into the same direction etc.), then an ‘automatic’ iterative closest point algoritm (icp) may be used. Yet, typically - with only 128 points in one of the point clouds (electrodes) - this does not yield a result that is more trustworthy as such than a manual alignment.
It’s hard from a distance to judge what you mean with ’the source localization results appear unusal’, it could be that this - if true - is caused by something else than a coregistration misfit.

Good luck,
Jan-Mathijs

On 3 Feb 2024, at 06:41, 二姬 via fieldtrip <fieldtrip at science.ru.nl<mailto:fieldtrip at science.ru.nl>> wrote:


Dear FieldTrip Community,

I am Chengyuan Wu from Ningbo Kangning Hospital, reaching out once again in hopes of gaining insights from this knowledgeable community. Previously, I discussed my process of source analysis using EEG data collected from the EGI 128 electrode system and the challenges I faced in aligning electrode positions with the standard_bem head model in FieldTrip. Despite not having received a response to my earlier inquiry, I have progressed with the analysis but have encountered new concerns that I hope to address with your help.

After manually aligning the EGI 128 electrodes with the standard_bem model using the 'interactive' method, I proceeded with the source analysis. However, the source localization results appear unusual, raising doubts about the reliability of the manual alignment of the EGI electrode positions. The absence of MRI fiducials such as nas, lpa, and rpa in the standard_bem, and the provision of fiducial points like FidT9, FidT10, and FidNz in the EGI electrode file, has left me uncertain about how to correctly align the electrodes using the 'fiducial' method or any other more reliable method.

Here is the MATLAB code I used for the manual alignment:

templateheadmodel = 'F:\eeg_ningbo\fieldtrip-20211209\template\headmodel\standard_bem.mat';
load(templateheadmodel);
%% electrode realign as good as possible
cfg = [];
cfg.method = 'interactive';
cfg.elec = elec; %load from the egi128 electrode file
cfg.headshape = vol.bnd(1);
elecR = ft_electroderealign(cfg);


Given these concerns, I am seeking advice on the following:

  1.  1.Are there known issues or limitations with the 'interactive' method for aligning electrodes with the standard_bem head model that could lead to inaccuracies in source localization?
  2.  2.Can anyone provide guidance or suggest an alternative approach for aligning the EGI 128 electrode positions with the standard_bem model, especially considering the mismatch in fiducial points between the EGI system and the standard_bem?
  3.  3.If anyone has successfully navigated this alignment challenge or has insights into using the 'fiducial' method under these circumstances, your advice would be invaluable.

Your expertise and suggestions would be greatly appreciated as I strive to ensure the accuracy and reliability of my source analysis. I am looking forward to your responses and thank you in advance for your time and assistance.

Best regards,

Chengyuan Wu Ningbo Kangning Hospital

_______________________________________________
fieldtrip mailing list
https://mailman.science.ru.nl/mailman/listinfo/fieldtrip<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.science.ru.nl%2Fmailman%2Flistinfo%2Ffieldtrip&data=05%7C02%7Cfieldtrip%40science.ru.nl%7Cb556445efc324a478c3608dc262104fd%7C084578d9400d4a5aa7c7e76ca47af400%7C1%7C0%7C638427170446036310%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=jcSOnlquejXO3wg%2FCxmPrGslJtisLTpeQfGXngl2VKs%3D&reserved=0>
https://doi.org/10.1371/journal.pcbi.1002202

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20240205/081d05ea/attachment.htm>


More information about the fieldtrip mailing list