logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

voxeltoworld - convert voxel coordinates to world coordinates

Author

       Peter Neelin

Description

       Transform coordinates of a point between voxel and world coordinate systems.  The voxel coordinate system
       is aligned with the sampling grid of the image volume.

Examples

       To get the start positions of all three spatial coordinate axes in world coordinates:

              voxeltoworld file.mnc 0 0 0

Name

       voxeltoworld - convert voxel coordinates to world coordinates

       worldtovoxel - convert world coordinates to voxel coordinates

Options

-help  Print summary of command-line options and exit.

       -version
              Print the program's version number and exit.

Synopsis

voxeltoworld filename v1 v2 v3

       worldtovoxel filename x y z

See Also