Scroll to navigation

symplx(1) The Computational Morphometry Toolkit symplx(1)

NAME

symplx - Symmetry plane computation

SYNOPSIS

symplx InputImage

DESCRIPTION

Compute the approximate symmetry plane of an image to determine, for example, the mid-sagittal plane in human brain images. Various forms of output are supported, e.g., writing the input image with the symmetry plane drawn into it, or the input image realigned along the symmetry plane.

OPTIONS

Global Toolkit Options (these are shared by all CMTK tools)

Write list of basic command line options to standard output.
Write complete list of basic and advanced command line options to standard output.
Write list of command line options to standard output in MediaWiki markup.
Write man page source in 'nroff' markup to standard output.
Write command line syntax specification in XML markup (for Slicer integration).
Write toolkit version to standard output.
Write the current command line to standard output.
Set verbosity level.
Increment verbosity level by 1 (deprecated; supported for backward compatibility).
Set maximum number of parallel threads (for POSIX threads and OpenMP).

Optimization

Accuracy (final optimization step size in [mm]. [Default: 0.1]
Resampled image resolution. This is the resolution [in mm] of the first (finest) resampled image in the multi-scale pyramid, which is derived directly from the original full-resolution images. [Default: 1]
Number of resolution levels. The algorithm will create (levels-1) resampled images with increasingly coarse resolution and use these in successive order of increasing resolution before using the original images at the final level. [Default: 4]
Fix symmetry plane offset. Reduces computation time and forces symmetry plane to cross center of mass, but may lead to less-than-accurate result.

Initial approximate symmetry plane orientation

Initial orientation of symmetry plane. This should be the closest orthogonal plane to the expected actual symmetry plane. Supported values: "initial-axial", "initial-coronal", "initial-sagittal", "initial-xy", "initial-xz", "initial-yz", where the default is "initial-sagittal", or use one of the following:
Approximately axial symmetry
Approximately coronal symmetry
Approximately sagittal symmetry [This is the default]
Approximately XY plane symmetry
Approximately XZ plane symmetry
Approximately YZ plane symmetry [This is the default]

Pre-computed symmetry

Give symmetry parameters [Rho Theta Phi] as option, skip search. [Default: disabled]
Read symmetry parameters from file, skip search. [Default: disabled]

Data pre-processing

Force minumum data value. [Default: disabled]
Force maximum data value. [Default: disabled]

Output of Images

Interpolation method used for reformatted output data Supported values: "linear", "cubic", "sinc", where the default is "linear", or use one of the following:
Use linear image interpolation for output. [This is the default]
Use cubic image interpolation for output.
Use cosine-windowed sinc image interpolation for output.
Padding value for output images. [Default: disabled]
Data value to mark (draw) symmetry plane. [Default: 4095]
File name for output image with marked symmetry plane. [Default: NONE]
File name for symmetry plane-aligned output image. [Default: NONE]
Mark symmetry plane in aligned output image.
File name for mirror subtraction image. [Default: NONE]
File name for image mirrored w.r.t. symmetry plane. [Default: NONE]

Output of Parameters

File name for symmetry plane parameter output. [Default: NONE]
Write affine alignment transformation to file [Default: NONE]

AUTHORS

Torsten Rohlfing, with contributions from Michael P. Hasak, Greg Jefferis, Calvin R. Maurer, Daniel B. Russakoff, and Yaroslav Halchenko

LICENSE

http://www.fsf.org/licensing/licenses/gpl.html

BUGS

Report bugs at http://nitrc.org/projects/cmtk/

ACKNOWLEDGMENTS

CMTK is developed with support from the NIAAA under Grant AA021697, National Consortium on Alcohol and Neurodevelopment in Adolescence (N-CANDA): Data Integration Component. From April 2009 through September 2011, CMTK development and maintenance was supported by the NIBIB under Grant EB008381.

Mar 20 2024 CMTK 3.3.1p2