src.plot_chunks
plot_chunks.py
This script visualizes pressure sensor data from .xlsx chunk files grouped by token and leg. It generates and optionally displays time-series plots, saving them as PNG images to an output directory.
Example
python plot_chunks.py –input ./chunks/ –output ./plots/ –no-show
Functions
|
Entry point for the script. |
|
Plots pressure signals (S0, S1, S2) from .xlsx files grouped by token and leg. |