Transmural Analysis¶
Use cardio-analysis to extract transmural profiles from angle and FA maps generated by cardio-tensor.
Before You Start¶
- In the config file, set
WRITE_ANGLES = TrueandTEST = False. - Run
cardio-tensoron your dataset. - Make sure outputs exist in
OUTPUT_PATH:HA,IAifANGLE_MODE = ha_iaEL,AZifANGLE_MODE = az_elFA
Run the Tool¶
Useful options:
--N-slice: slice index to open first.--N-line: number of sampled lines (default:5).--angle-range: angular spread in degrees (default:20).--image-mode: map shown first (HA,IA,EL,AZ,FA), depending on available outputs.
Quick Workflow¶
- Choose a slice with a clear myocardium wall.
- Click and drag from endocardium to epicardium.
- Set
Angle rangeandNumber of lines. - Click
Plot profileto see the transmural plot. - Click
Save Profileto export CSV.
The dataset used as an example here can be find at DOI
Warning
Choose the beginning and end of the line carefully. If the path includes trabeculae, cavity, or epicardium borders, the profile can be biased and difficult to interpret.
What the Plot Represents¶
- X-axis: normalized transmural depth.
- Y-axis: selected map value (
HA/IAorEL/AZ, plusFA). - Multiple lines are averaged to get a smoother profile.
- The 5 and 95 percentiles are plotted as a gray region around the average curve.
Example: Effect of Number of Lines¶
With 10 lines:
With 500 lines:
Tips¶
- Increase number of lines for smoother curves.
- If the curve looks unstable, move the line to a cleaner wall region and re-plot.
- Use the menu bar to change slice, switch map, and set plot limits.