<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Victor,
<div class=""><br class="">
</div>
<div class="">You don’t mention which fieldtrip version you are currently using, but ft_sensorrealign has been moved to compat/obsolete about a year ago. This means that this particular function is not actively maintained and supported anymore. At the moment,
 I don’t remember the reason for this, but it would mean that there is functionality in the main fieldtrip functions that got rid of the raison d’etre of ft_sensorrealign. </div>
<div class="">As is mentioned in the README of the compat/obsolete directory, you should move ft_sensorrealign up a few directories. The reason for this is that the function might rely on low-level functions that are located in fieldtrip/private, which are
 only visible from function that are located in the directory that contains the private folder. ‘fixpos’ might be one of them.</div>
<div class=""><br class="">
</div>
<div class="">Best wishes,</div>
<div class=""><br class="">
</div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
J.M.Schoffelen, MD PhD<br class="">
Senior Researcher, VIDI-fellow - PI, language in interaction<br class="">
Telephone: +31-24-3614793</div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Physical location: room 00.028</div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Donders Centre for Cognitive Neuroimaging, Nijmegen, The Netherlands<br class="">
<br class="">
<br class="">
</div>
</div>
</div>
</div>
<div>
<blockquote type="cite" class="">
<div class="">On 30 Oct 2018, at 10:43, Victor RG <<a href="mailto:victor.rg.gib@gmail.com" class="">victor.rg.gib@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div dir="ltr" class="">HI Fieldtrip experts!
<div class=""><br class="">
</div>
<div class="">I'm trying to align a headmodel (the one from example "Subject1") with my MEG sensors (Yokogawa system).</div>
<div class=""><br class="">
</div>
<div class="">I'm trying to do that interactively, in order to construct a Leadfied matrix as accurate as possible. To do that, I am testing this code:</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><i class="">cfg = [];</i></div>
<div class=""><i class="">cfg.method = 'interactive';</i></div>
<div class=""><i class="">cfg.headshape = vol.bnd(1);</i></div>
<div class=""><i class="">cfg.senstype = 'meggrad';</i></div>
<div class=""><i class="">grad_aligned = ft_sensorrealign(cfg, grad); % Im using ft_sensorrealign cause I think is the MEG version of ft_electroderealign</i></div>
</div>
<div class=""><br class="">
</div>
<div class="">The variables employed consist of:</div>
<div class="">
<div class=""><b class="">>> grad = </b></div>
<div class="">struct with fields:</div>
<div class="">
<ul class="">
<li class="">balance: [1×1 struct]<br class="">
</li><li class="">chanori: [160×3 double]<br class="">
</li><li class="">chanpos: [160×3 double]<br class="">
</li><li class="">chantype: {160×1 cell}<br class="">
</li><li class="">chanunit: {160×1 cell}<br class="">
</li><li class="">coilori: [320×3 double]<br class="">
</li><li class="">coilpos: [320×3 double]<br class="">
</li><li class="">label: {160×1 cell}<br class="">
</li><li class="">tra: [160×320 double]<br class="">
</li><li class="">type: 'yokogawa160'<br class="">
</li><li class="">unit: 'cm'<br class="">
</li><li class="">fid: [1×1 struct]<br class="">
</li></ul>
</div>
</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><b class="">>> vol.bnd(1) =</b></div>
<div class="">struct with fields:</div>
<div class="">
<ul class="">
<li class="">pos: [1000×3 double]<br class="">
</li><li class="">tri: [1996×3 double]<br class="">
</li><li class="">coordsys: 'ctf'<br class="">
</li></ul>
</div>
</div>
<div class="">I have looked at the tutorial for EEG sensors realignment, and I have copied the procedure, since there is not a specific tutorial for MEG sensors. I thought it would be the same, but when executing it I obtain the following errors:</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><i class=""><b class="">>> </b>Undefined function 'fixpos' for input arguments of type 'struct'.</i></div>
<div class=""><i class=""><br class="">
</i></div>
<div class=""><i class="">Error in ft_sensorrealign (line 255)</i></div>
<div class=""><i class="">headshape = fixpos(cfg.headshape);</i></div>
<div class=""><i class=""><br class="">
</i></div>
<div class=""><i class="">Error in generating_leadfield (line 63)</i></div>
<div class=""><i class="">grad_aligned = ft_sensorrealign(cfg, grad);</i></div>
</div>
<div class=""><br class="">
</div>
<div class="">Does anybody know how to do that, or how to do an interactive realignment with MEG sensors?</div>
<div class=""><br class="">
</div>
<div class="">Thanks in advance.</div>
<div class="">Víctor.</div>
<div class=""><br class="">
</div>
<div class="">Víctor Rodríguez González</div>
<div class="">Grupo de Ingeniería Biomédica, ETSIT.</div>
<div class="">Universidad de Valladolid, España.</div>
<div class=""><br class="">
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
https://doi.org/10.1371/journal.pcbi.1002202<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
<br class="">
<br class="">
<div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
</div>
</div>
</div>
</div>
</body>
</html>