<div dir="ltr"><font face="arial, sans-serif">Hello, I'm going to explain my problem regarding the source reconstruction.</font><div><font face="arial, sans-serif">How can I realigned the electrode placement with the mesh from the MRI? I tried using the function ft_electrode_realign using the following settings:</font></div><div><font face="arial, sans-serif"><br></font></div><div><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt">cfg = [];</span></div><div><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt">cfg.method = </span><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt;color:rgb(167,9,245)">'interactive';</span></div><div><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt">cfg.headshape = mesh; </span></div><div><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt">elec_realigned = ft_electroderealign(cfg, elec);</span></div><div><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt"><br></span></div><div><span style="white-space:pre;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:10pt"><br></span></div><div><font face="arial, sans-serif">My first question is : can I do this having two differents coordinates for the mri and the eeg structure? If not, what sould I do before the realignment? My interest is the have the same coordinates system of the mri image. </font></div><div><font face="arial, sans-serif">Otherwise, the way I explained here is one with the interactive option, how can I understand which transformation to apply (only visually?)?  I saw there could be another option, maybe with the specification of the fiducials from the mri image, but it is not very clear to me how to use it. </font></div><div><font face="arial, sans-serif">Thank you for helping me,</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Sara</font></div></div>