interpolate_points

zdm.analyze_cube.interpolate_points(oldx, oldy, logspline=False, kind='cubic')[source]

performs simle spline interpolation of the data :param oldx: np array of original data on x axis :param oldy: np array of original data on y axis :param logspline: perform interpolation in log space :type logspline: bool :param kind: type of spline to fit

Returns:

interpolated points

Return type:

x,y