Re: [Freesurfer] convert vertex in tksurfer to point in tkmedit

2010-02-23 Thread Douglas N Greve
Run mri_info --vox2ras-tkr orig.mgz This will give you a 4x4 matrix M. Construct a vector P = [R A S 1]'. The index = inv(M)*P doug Guang Zeng wrote: > Hello, there, > > I load lh.inflated of a subject using tksurfer, > click a point (or vetex), then Click "Save Point") > > Meanwhile, I load t

[Freesurfer] convert vertex in tksurfer to point in tkmedit

2010-02-22 Thread Guang Zeng
Hello, there, I load lh.inflated of a subject using tksurfer, click a point (or vetex), then Click "Save Point") Meanwhile, I load the same subject in tkmedit, select "goto save point", I can see the saved point. If I try to convert multiple points (or vertices) from tksurfer to tkmedit, is t