ecpi.common.num.interpol_tools module

Section author: ECLAIRs GP team

#TODO: to remove

Summary

Classes:

InterpolInversMonotoneFunction

Interpolation of a monotone function.

InterpolLin2DCenter

URL: https://scipython.com/book/chapter-8-scipy/examples/

Class diagram:

Reference

class InterpolInversMonotoneFunction(a_x, a_f_x, degree_spline=1)[source]

Bases: object

Interpolation of a monotone function.

class InterpolLin2DCenter(p_ima, p_ox, p_oy)[source]

Bases: object

URL: https://scipython.com/book/chapter-8-scipy/examples/

two-dimensional-interpolation-with-scipyinterpolaterectbivariatespline/

input : image and vector translation in pixel unit output : interpol image only in domain center after translation

interpol(p_dx, p_dy)[source]
plot_interpol(p_title='')[source]