[FieldTrip] Orientation of headmodel with respect to sensors poisition
Susmita Sen
susmitasen.ece at gmail.com
Wed Oct 19 08:02:25 CEST 2016
Dear FieldTrip community,
I am constructing headmodel using standard mri data. The meg data that I am
working with is recorded using yokogawa system. I have used the following
code.
load('standard_mri.mat')
cfg = [];
cfg.coordsys = 'yokogawa';
cfg.viewresult = 'yes';
cfg.snapshot = 'yes';
cfg.fiducial.nas = mri.hdr.fiducial.mri.nas; %position of nasion
cfg.fiducial.lpa = mri.hdr.fiducial.mri.lpa; %position of LPA
cfg.fiducial.rpa = mri.hdr.fiducial.mri.rpa; %position of RPA
cfg.fiducial.zpoint = [ 91 109 107];
[mri_realigned] = ft_volumerealign(cfg,mri);
%% SEGMENTATION
cfg = [];
cfg.output = 'brain';
segmentedmri = ft_volumesegment(cfg, mri_realigned);
%% create headmodel
cfg = [];
cfg.method='singleshell';
vol = ft_prepare_headmodel(cfg, segmentedmri);
%% visualize
vol = ft_convert_units(vol,'cm');
grad = ft_read_sens('D:\Data\all\raw_preproc_data\raw\ari.con'); % load grad
figure
ft_plot_sens(grad, 'style', '*b');
hold on
ft_plot_vol(vol);
However, I am facing a problem when I plotting headmodel with the sensors.
I noticed that the orienations of headmodel and sensors are not aligned. I
am attaching the figure with this mail. I would be very greatful if any
could kindly give me suggestions how to align these two.
[image: Inline image 1]
[image: Inline image 2]
Thanks and Regards,
Susmita Sen
Research Scholar
Audio and Bio Signal Processing Lab.
E & ECE Dept.
IIT Kharagpur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20161019/da553626/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Headmodel_sens1.jpg
Type: image/jpeg
Size: 51012 bytes
Desc: not available
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20161019/da553626/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Headmodel_sens2.jpg
Type: image/jpeg
Size: 58687 bytes
Desc: not available
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20161019/da553626/attachment-0003.jpg>
More information about the fieldtrip
mailing list