scipy.interpolate.interp1d. __call__# interp1d.__call__(x)[source]# 评估插值器 参数: x类数组要评估插值器的点或点。 返回值: y类数组插值值。形状由用 x 的形状替换原始数组中的插值轴确定。 备注 输入值 x 必须可转换为 float 值,如 int 或 float。