scisalt.numpy.linspaceborders¶
-
scisalt.numpy.linspaceborders(array)[source]¶ Generate a new array with numbers interpolated between the numbers of the input array. Extrapolates elements to the left and right sides to get the exterior border as well.
Parameters: array :
numpy.ndarrayThe original array.
Returns: array :
numpy.ndarrayThe interpolated/extrapolated array.