lnls-fac / trackcpp

Particle tracking code
GNU General Public License v3.0
3 stars 3 forks source link

Add IDs Passmethod #76

Open fernandohds564 opened 1 month ago

fernandohds564 commented 1 month ago

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.