Interpolation helps you estimate a value that sits between two known table values. In SurveyTools, interpolation is primarily intended for table-based workflows (e.g. ullage/trim tables).
Use this when you have two known points: (x1, y1) and (x2, y2),
and you need y at x.
Use this when your table has a known fixed interval (for example ullage in mm).
You provide the measured value (ullage), the interval, and the two neighbouring
table values (y1, y2).
Use this when the table depends on two variables (commonly ullage and trim). The app first interpolates along ullage for each trim column, then interpolates between those two intermediate results along the trim axis.
x1 == x2), a unique interpolation is not possible.