Print

Print


 Dear Dr. Gaser, Dr. Flandin,

Thank you for replying. 
Could you please elaborate on how to use the atlas definitions in the normalized space? Using the read_annotations script (or using cat_io_FreeSurfer), I can get the vertices and the label information. However, that doesn't help in moving from surface ROIs and applying them to functional data which is in volume space, right? Or perhaps I am missing something here?
I also had a look at spm_mesh_to_grid which looks promising. However, I couldn't figure out how to specify "T" (array of data to be interpolated). Say I read in the surface data using cat_io_FreeSurfer which results in a structure having faces and verticies. I have the mat file from avg152T1. What goes in as an input for T? I am guessing it would be the label ID for the vertices but I get a dimension mismatch error at line 56.
I have just begun my foray into surface based data so probably I am missing something that is straightforward. My apologies for that.


Thank you for your help

Warm RegardsPB
    On Tuesday, January 8, 2019, 2:44:59 PM GMT+5:30, Christian Gaser <[log in to unmask]> wrote:  
 
 Dear Patrick,

On Mon, 7 Jan 2019 16:43:29 +0000, Patrick <[log in to unmask]> wrote:

>Dear Dr. Gaser/CAT Users,
>Greetings for the new year!
>I have two questions:
>1. Once the surface pipeline is run during the segmentation stage, is there a way to export the subject level regions from the surface atlases? I am interested in using the surface segmentation for functional connectivity analysis. Is such a thing possible?
No, this is not possible because of the missing inverse surface deformation (from template to native space). However, you can use the atlas definitions in normalized space, which might be a good alternative in that case:
[vertices,label,colortable]=read_annotation('../fsaverage/label/lh.aparc.annot');

>2. Are there in-built utility in CAT to export surface files to volume file? From a brief survey, it seems that the reverse is possible (i.e. a volume file can be projected as a surface file). I am wondering if the reverse is also possible?
>For both the above, I understand that moving between surface and volume can be inaccurate and problematic. From literature review, it seems that various groups have used freesurfer parcellation for graph theory analysis. I would like to know if I could do the same using CAT surface analysis.
While the mapping from volume to surface is relatively straightforward, the opposite way is not possible. There is no point-to-point mapping possible and the values in the volume that are not crossing the surface should be interpolated.

Best,

Christian
>
>Many thanks for your time and help
>
>Best Regards
>PB