scipy.interpolate.CloughTocher2DInterpolator. __call__# CloughTocher2DInterpolator.__call__(xi)# 在给定点评估插值器。 参数: x1, x2, … xn: array-like of float数据插值的点。x1, x2, … xn 可以是具有可广播形状的类似数组的浮点数。或者 x1 可以是形状为 (..., ndim) 的类似数组的浮点数。