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

main()

Entry point for the script.

plot_chunk_signals(filepaths[, output_dir, show])

Plots pressure signals (S0, S1, S2) from .xlsx files grouped by token and leg.