This PR adds a new pass method to IDs, based on the kickmap approach, but substituting the two table interpolation with two 2D polynoms on variables x and y. This has the advantage of not having the derivative discontinuities generated by the linear interpolation of table. On the other hand, it may suffer from difficulties on fitting the kickmaps with simple, low order polynoms.
Work in progress.
This PR adds a new pass method to IDs, based on the kickmap approach, but substituting the two table interpolation with two 2D polynoms on variables x and y. This has the advantage of not having the derivative discontinuities generated by the linear interpolation of table. On the other hand, it may suffer from difficulties on fitting the kickmaps with simple, low order polynoms.