Re: [Freesurfer] surfaces to voxelspace

2011-02-10 Thread Steffen Bollmann
Dear doug, Thank you for your quick reply - Unfortunately this does not yet work. I have written a small matlab example to more clearly show my problem: clear all; clc; % I would like to load a surface with % [rh.pial.vertices,rh.pial.faces] = read_surf([surfdir 'rh.pial' ]); % % rh.pial.vertice

Re: [Freesurfer] surfaces to voxelspace

2011-02-09 Thread Douglas N Greve
The --vox2ras-tkr transform will take you to voxel space in the conformed coordinates (not the raw input). Is this good enough? doug Steffen Bollmann wrote: > Dear freesurfer experts, > > I would like to display freesurfer surfaces in the voxelspace of the > original subject image using matlab.