[FieldTrip] ft_megrealign - complete CTF275 grad struct wanted

Anne Urai anne.urai at gmail.com
Wed Apr 20 08:19:44 CEST 2016


Dear Fieldtrippers,

tl;dr
1. I'm looking for a gradiometer structure that includes coils (so a subject or dummy measurement) with *all* squids present. 
2. Can I rename the CTF HLC0011 etc... to {'nasX';'nasY';'nasZ';'lpaX';'lpaY';'lpaZ';'rpaX';'rpaY';'rpaZ'}?

---------

First, I'm using ft_megrealign after timelocking my data for each participant and recording, and before appending these different recording sessions (and subsequently taking grand averages over subjects). Since the experiment consisted of different sessions a few weeks apart, I'd like to minimise noise due to differences in head position (we used online head localisation, but this did not work very well for all participants when coming back a few weeks later. 

After making the headmodel (and ensuring it's aligned with the gradiometers), this works quite well:

% realign to template sensor positions
cfg             = [];
cfg.template    = {'ctf275.mat'}; 
cfg.headmodel   = headmodel;
 
% For a realistic single-shell volume conduction model based on the brain surface, you
% should probably use an inward shift of about 1 cm.
cfg.inwardshift  = 1;
cfg.feedback     = 'no';
data2            = ft_megrealign(cfg, data);

However, I don't have a perfect template for a full grad structure (including coils) to use in this step. The file 'ctf275.mat' I'm using now comes from ftp://ftp.fieldtriptoolbox.org/pub/fieldtrip/example/megrealign, but misses the MLT37 squid. I have several squids missing in my own data as well (and worse, different sensors missing between different subjects), which is another reason I'd like to use ft_megrealign.

So, my question is whether anyone has a full gradiometer structure, with all squids and coils present, that they're willing to share as a template? I can get the channel information from ft_fetch_sens based on the CTF275 layout, but that has no information about the coils.

Second, when looking into the ft_megrealign function I found that there is the option of doing this per trial based on the CTF coil positions (rather than once based on the gradiometer definition at the beginning of the run). This seems sensible for participants who moved quite a bit during a recording. However, CTF does not originally output the {'nasX';'nasY';'nasZ';'lpaX';'lpaY';'lpaZ';'rpaX';'rpaY';'rpaZ'} that the function looks for. 

In ft_headmovement (and also buried somewhere in the CTF documentation), I could find
% HLC0011 HLC0012 HLC0013 x, y, z coordinates of nasion-coil in m.
% HLC0021 HLC0022 HLC0023 x, y, z coordinates of lpa-coil in m.
% HLC0031 HLC0032 HLC0033 x, y, z coordinates of rpa-coil in m.

So it seems reasonable to simply rename these to the channel names that ft_megrealign is looking for. When doing this, realignment indeed happens at the single trial level. However, I wanted to check if there is a reason for using the nasX nasY... channel names rather than the original HLC0011.. ones? Can I rename them while keeping the rest of the HLC channels (of which there are 24) the same? I can't think of a reason why this would cause any issues, but since I could not find the 'per-trial' option documented I thought I'd check what the rationale behind using per-trial or per-run is. 

Thanks!

— 
Anne E. Urai, MSc
PhD student | Institut für Neurophysiologie und Pathophysiologie 
Universitätsklinikum Hamburg-Eppendorf | Martinistrasse 52, 20246 | Hamburg, Germany 
www.anneurai.net / @AnneEUrai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20160420/9052bf7f/attachment.html>


More information about the fieldtrip mailing list