CLI Commands¶
Cardiotensor provides powerful features for analyzing 3D cardiac imaging data, from processing imaging volumes and calculating orientation to managing large-scale projects with support for multiple configurations and platforms.
Orientation Computation¶
Compute myocyte orientation from a 3D volume using a configuration file.
cardio-tensorComputes structure tensor, helix/transverse angle, FA, and eigenvectors.
See the example to get started.
Transmural Analysis¶
Plot angle profiles across the heart wall using an interactive GUI.
cardio-analysisDefine transmural lines, adjust sampling, and export results.
See the example for details.
3D Visualization¶
Visualize results in 3D using vector fields and streamlines.
Note
To use these modules, you must first compute and save the eigenvector field by setting WRITE_VECTORS=True in the configuration file before running the structure tensor calculation.
-
cardio-visualize-vectorRender vector fields using Fury. Optionally export to ParaView (VTK format). -
cardio-generate-streamlinesGenerate streamlines from the vector field. Outputs.trkfiles compatible with Amira. -
cardio-visualize-streamlinesVisualize streamlines in 3D using Fury. Can also export to ParaView.
See the example for usage.
Next Steps¶
Read the example for an introduction to each feature.