-
-
Notifications
You must be signed in to change notification settings - Fork 896
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pa calib: print flow value and acceleration (#7178)
* pa calib: print flow value and acceleration Print flow value and acceleration for PA pattern calibration. This should help keep track during adaptive PA calibration. * pa pattern: fix legent section too wide in some cases Rework pa pattern legent generation to correctly estimate width of the legend section. Current flow value now has variable length which is a longest of PA value and the acceleration for a given test. Few examples: 1. PA value are 4 characters: 0.04 Acceleratioion 3 chars: 400 Flow value will be 4 chars long: 7.98, or 11.3 2. PA: 0.018 Accel: 1000 Flow: 12.35, or 6.345 3. PA: 0.04 Accel: 15000 Flow: 34.34, or 4.567 Rework number-to-string conversion flow to correctly round values at given precision.
- Loading branch information
Showing
2 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters