warp: Voxel-based affine image registration. (see also affine registration tool) Syntax: warp [options] floating.study reference.study or warp [options] input.list where [options] is one or more from: Flags: --copyright Print copyright message. --copyright-vtk CopyrightVTK -v, --verbose Output diagnostic information (default) -q, --quiet Suppress all diagnostic output -S, --switch Exchange floating and reference image. --exchange Force exchange of floating and reference image. Input and output control: -o , --outlist Output studylist containing registration. --output-intermediate Output intermediate studylists by level (level-##.list). --initial Read initial transformation from studylist in . -t , --time Time output file (default: none.) -p , --protocol Protocol output file (default: none) Registration control: -s , --sampling Maximum (finest) resampled resolution in mm (default: 1.0) -c , --coarsest Minimum (coarsest) image resolution in mm (default: none) --use-original-data Do final registration using original image data --omit-original-data Do final registration using data at resolution given with -s or --sampling -a , --accuracy Minimum registration stepsize in mm (default: 0.1) -e , --exploration Initial stepsize (exploration) in mm (default: 4.0) -f , --stepfactor Factor between two successive step sizes (default: 0.5) Value must be between 0 and 1. -m , --metric Metric: 0 = normalized mutual information (default), 1 = mutual information, 2 = correlation ratio (experimental). 3 = masked NMI (experimental). 4 = mean squared difference. 5 = normalized cross correlation. --jacobian-weight Relative weight of Jacobian constraint (default: 0). --rigidity-weight Relative weight of rigidity constraint (default: 0). --rigidity-weight-map Pixelwise map of weights of rigidity constraint (multiplied by --rigidity-weight value) (default: 0). --energy-weight Relative weight of smoothness constraint (default: 0). --landmark-weight Relative weight of landmark error from (default: 0). --ic-weight Absolute weight of inverse consistency weight (default: 0). Optimization. One or none of the following: -l, --linesearch Linesearch optimizer (default). -b, --bestneighbour Best neighbour search --adaptive-fix / --no-adaptive-fix Adaptive control point pixing --adaptive-fix-thresh factor Set control point fixing threshold factor [0.5] --powell Powell-optimization (experimental) --maxnorm Use maximum norm for updates (default: on) --no-maxnorm Use Euclid norm for updates (default: off) --adaptive-fix Fix control points adaptively. --no-adaptive-fix Do not fix control points adaptively. --ignore-edge Fix outer layers of the control point grid. Deformation grid control: --spline B-spline deformation (default) --linear Locally linear deformation -g , --grid-spacing Initial resolution of warp grip. --refine Refine control point grid n times. --delay Only refine grid after running current level with old grid. --fast Fast but (potentially) inaccurate computation. --accurate Slow but (potentially) more accurate computation. --no-delay-refine Refine grid immediately when movin to next image resolution. --ignore-edge Fix positions of given number of outer control point planes (default = 0) Image data control: --sobel0, --sobel1 Apply 3-D Sobel edge operator to reference (floating). --hist-eq0, --hist-eq1 Apply histogram euqalization to reference (floating). --pad0 , --pad1 is padding value; voxels are ignored. --prune-histogram0 , --prune-histogram1 is number of histogram bins for which to prune intensity range. --class0 [grey|label|binary], --class1 [grey|label|binary] Set class of image data for reference (floating) image. Specialties: --threads |auto Run threads in parallel on multi-processor machines. If 'auto' is given as the number of threads the program will determine the number of available CPUs installed and will use that number as the (maximum) number of threads.