CurveGrid is the advanced interpolation structure behind the tuner workflow.
A grid stores:
n, which defines the angular sampling resolutionTwoCubics mastersGetMaster() applies symmetry rules so a smaller set of stored masters can
represent a larger effective angle domain.
GetInterp(th0, th1) maps angles into the grid, locates the surrounding master
entries, and bilinearly interpolates the six stored TwoCubics coefficients.
The tuner workflow uses that interpolation in three ways:
This makes the tuner a research and calibration tool rather than part of the basic package-consumer workflow.