GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XFM2DEF(1) MINC User's Guide XFM2DEF(1)

xfm2def - convert a MNI transform file to a deformation volume

xfm2def [options] input.xfm def_vol.mnc

xfm2def takes an input transform input.xfm that can consist of a series of concatenated transforms in a single xfm file and converts this into a single deformation volume that is output as def_vol.mnc. Note that the output is not a tranform file itself, you can then make use of this volume in a MINC tranform by creating an .xfm file as such:


MNI Transform File


Transform_Type = Grid_Transform;
Displacement_Volume = def_vol.mnc;

The output resolution and sampling of the deformation grid must be specified or a default size will be used. (100x100x100 1mm steps centred around the origin).

Print summary of command-line options and exit.
Print the program's version number and exit.
Print out extra progress information while running.
Overwrite any existing output file
Number of elements along the xspace dimension.
Number of elements along the yspace dimension.
Number of elements along the zspace dimension.
Step between voxels along the xspace dimension.
Step between voxels along the yspace dimension.
Step between voxels along the zspace dimension.
Position of centre of first voxel along the xspace dimension.
Position of centre of first voxel along the yspace dimension.
Position of centre of first voxel along the zspace dimension.
Direction cosines for the xspace dimension.
Direction cosines for the yspace dimension.
Direction cosines for the zspace dimension.

Andrew Janke

Copyright © 2010 Andrew Janke - a.janke@gmail.com

$Date: 2010-08-11 04:06:42 $

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.