heightmap_interpolation.rbf.tension_spline_rbf module

heightmap_interpolation.rbf.tension_spline_rbf.tension_spline_rbf(r, e)

Spline with tension.

Definition of the spline with tension from [2]. You can also find a brief description of its behaviour in [1]. Note that [1] suggests using a polynomial of degree 0 with this RBF.

Parameters
  • r – value to evaluate.

  • e – tension parameter.

Returns

value of the RBF at r.

References: [1] https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-spline-works.htm [2] Mitas, L., and H. Mitasova. 1988. General Variational Approach to the Interpolation Problem. Comput. Math. Applic. Vol. 16. No. 12. pp. 983–992. Great Britain.