[FieldTrip] [ FieldTrip] creating mni-normalised headmodels of neuromag data

van Dijk, Hanneke Hanneke.vanDijk at med.uni-duesseldorf.de
Sat Jun 2 11:49:29 CEST 2012



-------- Oorspronkelijk bericht --------
Onderwerp:Fwd: creating mni-normalised headmodels of neuromag data
Van:Hanneke van Dijk <Hanneke.vanDijk at med.uni-duesseldorf.de>
Aan:"van Dijk, Hanneke" <hanneke.vandijk at med.uni-duesseldorf.de>
Cc:


Dear all,

I am creating headmodels of neuromag data (Using FT version 20123105 and the example script http://fieldtrip.fcdonders.nl/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space) 

The 'vol' structure is created like this:

cfg                      = [];
cfg.coordsys         = 'neuromag'; 
cfg.method           = 'singleshell';
cfg.sourceunits     = 'mm'; % I have been playing with different units here
vol = ft_prepare_singleshell(cfg, segmentedmri);

the 'grid' like this:

load(strcat(basepath,'templates/template_grid.mat'));
cfg                  = [];
cfg.grid.warpmni     = 'yes';
cfg.grid.template   = template_grid;
cfg.grid.nonlinear  = 'yes'; % use non-linear normalization
cfg.coordsys        = 'neuromag'; 
cfg.sourceunits     = 'm';  % I have been playing with different units here as well (the template grid resolution is 1 cm)
cfg.mri                 = mri;
cfg.vol                  = vol;
grid                     = ft_prepare_sourcemodel(cfg);
save(strcat(basepath,cases{s},'brain.mat'), 'vol','grid');

Everything works well, untill I plot and see that the sizes/ origins (or units) are completely different for the vol and grid. At the moment I cannot find a solution. Does anyone have an idea?
The results are plotted and attached to this e-mail.

Thanks in advance,

Hanneke




__________________________________________

Hanneke van Dijk, PhD

http://www.uniklinik-duesseldorf.de/deutsch/unternehmen/institute/KlinNeurowiss/Team/HannekevanDijk/page.html  

Institute for Clinical Neuroscience,

Heinrich Heine Universität Düsseldorf, Germany

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120602/a61a4b1b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: headmodel.jpg
Type: image/jpeg
Size: 134105 bytes
Desc: not available
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120602/a61a4b1b/attachment.jpg>


More information about the fieldtrip mailing list