<div dir="ltr">Dear Jan-Mathijs,<br><br>Thank you very much for your insightful suggestions regarding the alignment of the EGI 128 electrode system. <div><br>I would like to clarify my earlier mention of unusual source localization results obtained using the 'interactive' method. Specifically, some of my source analysis indicated significant activations in deep brain structures, such as the cerebellum, which seemed challenging to reconcile with my experimental hypotheses. However, after re-aligning the electrode positions (notably adjusting the fit of the electrode system, which initially seemed too small and tight relative to the head model), I observed nearly identical cerebellar activations. This consistency in results, despite the electrode position adjustments, has reassured me, especially in light of your advice.<br><br>Moving forward, I plan to try the eloreta method for source analysis to see if the results align with those currently obtained. Once again, I am grateful for your guidance and the time you took to address my concerns.<br><br>Best regards,<br><br>Chengyuan Wu<br>Ningbo Kangning Hospital<br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Schoffelen, J.M. (Jan Mathijs) via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a>> 于2024年2月5日周一 16:33写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div style="overflow-wrap: break-word;">
Hi Chengyuan,
<div><br>
</div>
<div>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.</div>
<div>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.</div>
<div><br>
</div>
<div>Good luck,</div>
<div>Jan-Mathijs<br>
<div><br>
<blockquote type="cite">
<div>On 3 Feb 2024, at 06:41, 二姬 via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" target="_blank">fieldtrip@science.ru.nl</a>> wrote:</div>
<br>
<div>
<div dir="ltr">
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
Dear FieldTrip Community,</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
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.</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
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.</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
Here is the MATLAB code I used for the manual alignment:</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
templateheadmodel = 'F:\eeg_ningbo\fieldtrip-20211209\template\headmodel\standard_bem.mat';<br>
load(templateheadmodel);<br>
%% electrode realign as good as possible<br>
cfg = [];<br>
cfg.method = 'interactive';<br>
cfg.elec = elec; %load from the egi128 electrode file<br>
cfg.headshape = vol.bnd(1);<br>
elecR = ft_electroderealign(cfg);</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
<br>
</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
Given these concerns, I am seeking advice on the following:</p>
<ol style="border:0px solid rgb(217,217,227);box-sizing:border-box;list-style:none;margin:1.25em 0px;padding:0px;display:flex;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
<li style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;display:block;min-height:28px">
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?</li><li style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;display:block;min-height:28px">
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?</li><li style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;display:block;min-height:28px">
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.</li></ol>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
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.</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
Best regards,</p>
<p style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
Chengyuan Wu Ningbo Kangning Hospital</p>
<div style="border:0px solid rgb(217,217,227);box-sizing:border-box;margin:1.25em 0px;color:rgb(55,65,81);font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px">
<br>
</div>
</div>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="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" target="_blank">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
<a href="https://doi.org/10.1371/journal.pcbi.1002202" target="_blank">https://doi.org/10.1371/journal.pcbi.1002202</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>

_______________________________________________<br>
fieldtrip mailing list<br>
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
<a href="https://doi.org/10.1371/journal.pcbi.1002202" rel="noreferrer" target="_blank">https://doi.org/10.1371/journal.pcbi.1002202</a><br>
</blockquote></div>