Skip to content

Conversation

@fernandohds564
Copy link
Contributor

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.

 - Now the variable kicktable_list is a static variable of the Kicktable class
 - the methods to add_kicktable and new Kicktable constructors were added to not necessarily depend on a filename. They are also static methods of the Kicktable class;
 - methods were added to check if a given Kicktable is valid and if a given index for the kicktable_list is valid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants