Man page - xfm2def(1)
Packages contas this manual
- mincmath(1)
- mincview(1)
- minc_modify_header(1)
- xfmflip(1)
- mincwindow(1)
- mincexpand(1)
- mnc2nii(1)
- mincstats(1)
- minccalc(1)
- mincpik(1)
- minctoecat(1)
- xfmconcat(1)
- worldtovoxel(1)
- minclookup(1)
- minctoraw(1)
- mincreshape(1)
- vff2mnc(1)
- mincaverage(1)
- invert_raw_image(1)
- minccopy(1)
- dcm2mnc(1)
- minccmp(1)
- mincinfo(1)
- mincresample(1)
- mincmorph(1)
- transformtags(1)
- mincmakevector(1)
- mincextract(1)
- mincedit(1)
- xfminvert(1)
- nii2mnc(1)
- mincconvert(1)
- xfm2def(1)
- rawtominc(1)
- voxeltoworld(1)
- ecattominc(1)
- mincdump(1)
- upet2mnc(1)
- minchistory(1)
- mincgen(1)
- mincmakescalar(1)
- mincblob(1)
- mincconcat(1)
- mincheader(1)
- mincsample(1)
- mincdiff(1)
apt-get install minc-tools
Manual
| XFM2DEF(1) | MINC User's Guide | XFM2DEF(1) |
NAME
xfm2def - convert a MNI transform file to a deformation volume
SYNOPSIS
xfm2def [options] input.xfm def_vol.mnc
DESCRIPTION
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 transform file itself, you can then make use of this volume in a MINC transform 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).
OPTIONS
- -help
- Print summary of command-line options and exit.
- -version
- Print the program's version number and exit.
- -verbose
- Print out extra progress information while running.
- -clobber
- Overwrite any existing output file
- -xnelements nx
- Number of elements along the xspace dimension.
- -ynelements ny
- Number of elements along the yspace dimension.
- -znelements nz
- Number of elements along the zspace dimension.
- -xstep xstep
- Step between voxels along the xspace dimension.
- -ystep ystep
- Step between voxels along the yspace dimension.
- -zstep zstep
- Step between voxels along the zspace dimension.
- -xstart xstart
- Position of centre of first voxel along the xspace dimension.
- -ystart ystart
- Position of centre of first voxel along the yspace dimension.
- -zstart zstart
- Position of centre of first voxel along the zspace dimension.
- -xdircos x1 x2 x3
- Direction cosines for the xspace dimension.
- -ydircos y1 y2 y3
- Direction cosines for the yspace dimension.
- -zdircos z1 z2 z3
- Direction cosines for the zspace dimension.
AUTHOR
Andrew Janke
COPYRIGHTS
Copyright © 2010 Andrew Janke - a.janke@gmail.com
| $Date: 2010-08-11 04:06:42 $ |