evaluate-cardiac-motion¶
Synopsis¶
evaluate-cardiac-motion <input_mesh> <output_mesh> -image <file> -dof <file>
Description¶
Evaluate cardiac motion. This command computes the displacement or strain at each vertex on a myocardial surface mesh.
Arguments¶
-
input_mesh
¶
Myocardial mesh.
-
output_mesh
¶
The output mesh which stores the vertex-wise motion data.
Required options¶
-
-image
<file>
¶ Cardiac image whose z-axis defines the longitudinal direction.
-
-dof
,
-dofin
<file>
¶ Transformation with regard to the reference frame (end-diastolic frame).
Command options¶
-
-invert-zaxis
¶
Use this option if the longitudinal direction is the inverted z-axis of the image. (default: off)
-
-displacement
¶
Compute the displacement. (default: off)
-
-strain
¶
Compute the strain. (default: off)
-
-save-local-coord
¶
Save the local cardiac coordinate system in the output file. (default: off)
-
-ascii
¶
Write legacy VTK files encoded in ASCII. (default: off)
-
-binary
¶
Write legacy VTK files in binary form. (default: on)
-
-compress
¶
Compress XML VTK files. (default: on)
-
-nocompress
¶
Do not compress XML VTK files. (default: off)
Standard options¶
-
-v
,
-verbose
[n]
¶ Increase/Set verbosity of output messages. (default: 0)
-
-debug
[level]
¶ Increase/Set debug level for output of intermediate results. (default: 0)
-
-version
[major.minor]
¶ Print version and exit or set version to emulate.
-
-revision
¶
Print revision (or version) number only and exit.
-
-h
,
-help
¶
Print help and exit.