table of contents
LIPSIA     Ave
Coordinate transformations:
This program performs a coordinate transformation. It takes either Talairach coordinates as input and produces voxel coordinates, or vice versa. The list of coordinates must be given in an ASCII file. Each line in the input file represents one voxel. The voxel resolution in mm must be given. The output is printed to the terminal.

Example:

vconvcoord -in coordlist.txt -reso 3 -ty vox2tal


The file 'coordlist.txt' contains a list of voxel coordinates where each line represents one voxel (x y z). Example:

20 33 35
17 20 30
27 30 31

Parameters of 'vconvcoord':
-help
Prints usage information.
-in
Input file. Default: (none)
-out
resolution. Voxel resolution in mm. Default: (none)
-in
Type of conversion. Possible values: vox2tal | tal2vox. Default: vox2tal.


Max Planck Institute for Human Cognitive and Brain Sciences. Further Information: lipsia@cns.mpg.de
Copyright © 2001-2004 Max Planck Institute for Human Cognitive and Brain Sciences. All rights reserved.