[FieldTrip] segmentation and individual grids

Frederic Roux fredericroux at hotmail.de
Thu Mar 29 16:05:18 CEST 2012


Dear Ali, Dear JM,

thanks a lot for your help.

According to your suggestions I have modified
my code as following:

mri = ft_read_mir('MRI_FILE_V2.mri');

cfg = [];
cfg.downsample = 2;
cfg.coordsys = 'ctf';

mri = ft_volume_downsample(cfg,mri);

cfg = [];
cfg.coordsys = 'ctf';
seg = ft_volumesegment(cfg,mri);
seg.anatomy = mri.anatomy;

Now the comparison of the segmented volumes and the MRI look fine,
but it seems that there is still a problem when I compute the individual grids (see attached figure).

I am also attaching the code I am using.

Would be great if you could help me to get this working.

Fred

-- 
Frédéric Roux, PhD student
Department of Neurophysiology
Max Planck Institute for Brain Research
D-60529 Frankfurt am Main
Frederic.Roux at brain.mpg.de
+49(0)69630183225


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120329/cd2d7eb0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: individual_grid_sensor_array_headmodel.jpg
Type: image/jpeg
Size: 94440 bytes
Desc: not available
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120329/cd2d7eb0/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: warpMRI_DEV2.m
Type: text/x-objcsrc
Size: 3228 bytes
Desc: not available
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120329/cd2d7eb0/attachment.bin>


More information about the fieldtrip mailing list