visualize tracking
Render tracking volume contours with the built-in visualization defaults.
This wrapper is intentionally minimal. In the common case, run it with no arguments or only set the input and output paths.
It uses built-in defaults for variable mapping and contour styling. When you need deeper plotting control, use a dedicated plotting script instead of this wrapper.
Minimal Usage
Common Options
| Option | Meaning |
|---|---|
--input, -i |
Select the tracking volume input file |
--out, -o |
Select the output directory |
The command renders the standard LST alpha contour PNGs for every k-slice into the selected output directory.
Tracking fallback behavior:
- When
lst_vol.datexists,lst-tools visualize trackingrenders directly from it. - Otherwise, it discovers
kc_*directories and readsgrowth_rate_with_nfact_amps.datfrom each completed case. - In fallback mode, it writes PNGs to
alpi_contours_tracking/in the current working directory and uses a shared contour scale across all discovered cases.
Note
1 2 | |