<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="">
Hi Pierpaolo,
<div class=""><br class="">
</div>
<div class="">It is unclear what your aim is, i.e. what you want read in, so it is hard to guess for me what an optimal answer would be.</div>
<div class=""><br class="">
</div>
<div class="">Indeed it does not make sense to try and combine all pairs of freesurfer generated output files to find out which combination automagically works, although in theory that is possible.</div>
<div class=""><br class="">
</div>
<div class="">An alternative is to read a bit in the relevant parts of the ft_read_atlas code to try and figure out a bit more what’s going on.</div>
<div class=""><br class="">
</div>
<div class="">Based on my reading of the code, either of the following 2 would work:</div>
<div class=""><br class="">
</div>
<div class="">atlas = ft_read_atlas({‘label/lh.<blabla>.annot’ ‘surf/lh.orig’}, ‘format’, 'freesurfer_aparc')</div>
<div class=""><br class="">
</div>
<div class="">atlas = ft_read_atlas(‘aparc.mgz’)</div>
<div class=""><br class="">
</div>
<div class="">combining information from a surface-based representation: lh.<etc> and volume-based represenation: <etc>.mgz for sure is not going to do the trick.</div>
<div class=""><br class="">
</div>
<div class="">If you feel that the documentation of the function can be improved: we look forward to your suggestions (of course ideally as a pull request into the fieldtrip repository)!</div>
<div class=""><br class="">
</div>
<div class="">Best wishes,</div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 1 Jun 2022, at 11:12, Pierpaolo Croce via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">Dear List, 
<div class="">I'm trying to read the single subject atlas obtained from FreeSurfer segmentation, </div>
<div class="">The code i'm using is : </div>
<div class="">    atlas = ft_read_atlas({'\\wsl$\Ubuntu-18.04\usr\local\freesurfer\7-dev\subjects\MONK001\label\lh.aparc.annot', '\\wsl$\Ubuntu-18.04\usr\local\freesurfer\7-dev\subjects\MONK001\mri\aseg.mgz'}, 'format' ,  'freesurfer_aparc')<br class="">
<div class=""><br class="">
</div>
<div class="">My problem is that I don't know which if the files that i pass are correct</div>
-- <br class="">
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class=""><span class=""><font color="#888888" class=""><br class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">Ing. Pierpaolo Croce, PhD.<br class="">
Institute for Advanced Biomedical Technologies - ITAB<br class="">
and<br class="">
Department of Neuroscience and Imaging<br class="">
University of Chieti "G. D'Annunzio"<br class="">
Via dei Vestini, 33<br class="">
66013 Chieti, Italy</div>
</div>
</div>
</div>
</font></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<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://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!8ymWpBOuJXqun2arEMw6xteze9VWCjwjvMsklWh1TymD8vNDfI28IDf2QiXC_p7tnJHYLD00-GJ5qOq70v2Sjoa2hHd8KfgE6O5bQA$
<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>