Hi, I'm trying to go over a long list of talairach coordinates and to find their vertex indices. I did a bit of research and saw a previous question on the same topic: http://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu/msg12550.html
So I went on to write a tcl script in order to write the corresponding vertex indices to a file. But the problem is, the function selec_talairach_point gives 4 successive outputs, therefore I can't parse the vertex number because it gets overwritten. such as these:
% select_talairach_point 66.18 -14.56 39.06 surfer: vertex 68342: dist = 0.002702 % surfer: dmin=0.0027, vno=68342, x=43.6843, y=-11.1042, z=35.8562 % surfer: curv=0.000000, fs=0.000000 % surfer: val=0.000000, val2=0.000000 % surfer: amp=0.000000, angle=0.000000 deg (0.000000) % 0 (0 0 0)
My questions are: 1) is there an easier way of doing this besides writing a tcl script? 2) how can I access the function "selec_talairach_point" to modify it temporarily (so that it outputs ONLY vertex indices and not anything else) 3) is there a way to parse the output of this function in tcl?
Ali B. Arslan Graduate Student in Cognitive & Linguistic Sciences