[Freesurfer] mri_label2vol enquiry

2012-04-04 Thread Johnson
Hi Can anyone tell me please how mri_label2vol works, I know what it does, but I need to know how it works to take the FS space to the original anatomy space: does it do registration or does it use a transformation matrix. If the latest which one, where can I find it? regards -- Johnson J.

Re: [Freesurfer] mri_label2vol enquiry

2012-04-04 Thread Douglas N Greve
If you pass it a registration (--reg) then it uses that. It can also compute a registration from the information about the geometry in the header (--regheader) (assuming that the two volumes share a coordinate system). doug On 04/04/2012 01:48 PM, Johnson wrote: Hi Can anyone tell me please

Re: [Freesurfer] mri_label2vol enquiry

2012-04-04 Thread Johnson
so how it is used here? mri_label2vol --seg aseg.mgz --temp rawavg.mgz --o aseg-in-rawavg.mgz --regheader aseg.mgz On 04/04/2012 3:38 PM, Douglas N Greve wrote: If you pass it a registration (--reg) then it uses that. It can also compute a registration from the information about the geometry