[FieldTrip] positions of Neuromag sensors rotated

Joachim.Lange at med.uni-duesseldorf.de Joachim.Lange at med.uni-duesseldorf.de
Wed Feb 19 15:15:56 CET 2020


Dear Fieldtrippers,
I'm not sure whether my problem is a Fieldtrip or a Neuromag problem, but maybe someone can help me here.

I've recorded MEG data with a Neuromag system and the headshape and hpi coils using the polhemus system. When I read the headshape and the sensor locations from the fif-file and plot them using Fieldtrip, the plots look as expected, i.e., the "headshape" and the hpi coils are located within the MEG sensors / helmet (see attached example figures S1_1 and S1_2 from different angles). For one subject, however, the sensors from the hdr.grad-file seem rotated and it even looks like the "headshape" is partly outside the MEG sensors / helmet (see attached figures S2_1 and S2_2).
I have no idea what is going wrong here and/or how I could correct the apparently wrong positions. Any help would be much appreciated.
Thanks,
Jo

Ps: the simple FT-code:

hdr = ft_read_header('subject.fif');
headshape = ft_read_headshape('subject.fif');
figure;
ft_plot_sens(hdr.grad, 'style', 'b.', 'coil', 'false');
ft_plot_mesh(headshape.pos(1:4,:),'vertexsize',20,'vertexcolor','r'); %HPI coils
ft_plot_mesh(headshape.pos(5:end,:),'vertexsize',20,'vertexcolor','k'); %"manual" headshape
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20200219/7bd05e1f/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S1_1.tif
Type: image/tiff
Size: 19255 bytes
Desc: S1_1.tif
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20200219/7bd05e1f/attachment-0004.tif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S1_2.tif
Type: image/tiff
Size: 19383 bytes
Desc: S1_2.tif
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20200219/7bd05e1f/attachment-0005.tif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S2_1.tif
Type: image/tiff
Size: 19271 bytes
Desc: S2_1.tif
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20200219/7bd05e1f/attachment-0006.tif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S2_2.tif
Type: image/tiff
Size: 19279 bytes
Desc: S2_2.tif
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20200219/7bd05e1f/attachment-0007.tif>


More information about the fieldtrip mailing list