<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div><br class="">
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-family:georgia,serif">I'm doing source parcellation with MEG data by using AAL atlas. At some point in the documentations I read the following :<br class="">
</div>
<div class="gmail_default" style="font-family:georgia,serif">*atlas.pos = source_conn.pos; %
<b class="">otherwise the parcellation won't work*</b><br class="">
</div>
<div class="gmail_default" style="font-family:georgia,serif">and after that has used
<b class="">ft_sourceparcellate</b> function. I have some questions about it.</div>
<div class="gmail_default" style="font-family:georgia,serif"><br class="">
</div>
<div class="gmail_default" style="font-family:georgia,serif">1- I want to use <b class="">
ft_volumelookup </b>for my parcellation. Do I need to replace my atlas <b class="">
pos</b> field with source_model <b class="">pos</b> field too (with ft_volumelookup)?</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>I don’t know. As far as I am aware, the tutorial that you refer to does not use ft_volumelookup.</div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-family:georgia,serif">2- why the commented part says that "<b class="">otherwise the parcellation won't work</b>". I cannot understand it!</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>The parcellation won’t work, because the function requires a one-to-one mapping of source positions in the functional data, and locations in the atlas. </div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-family:georgia,serif">3- My atlas dimensions are not equal with source_model dimensions (so the above replacement doesn't sense I think). Does this really matters?</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>Yes, the parcellation function requires your atlas to be sampled in the same locations as your functional data. This means that you either need to interpolate your source data onto the atlas positions, or (better, because less computationally demanding)
 the other way around.</div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-family:georgia,serif">4- when I load AAL atlas it doesn't have any
<b class="">pos</b> field! why? Do I need to replace pos field for this atlas too?</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>The AAL atlas does not have a ‘pos’ field, because it’s a volumetrically defined data structure (a so called volume structure, where the mapping between ‘voxel’ positions in the 3D block of data and world coordinates is given by the transform field. Your
 functional data is a so-called ’source structure’, where the world coordinates of the individual data elements are directly represented in the pos field. If you look around a bit on the website (start with searching for ft_datatype_source ft_datatype_volume)
 things ware explained. </div>
<div><br class="">
</div>
<div>Jan-Mathijs</div>
<div><br class="">
</div>
<div><br class="">
</div>
<br class="">
<blockquote type="cite" class="">
<div class="">_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
https://doi.org/10.1371/journal.pcbi.1002202<br class="">
</div>
</blockquote>
</div>
<br class="">
</body>
</html>