module documentation

Module to interpolate inside a numpy matrix with some bespoke methods

Class Linear This interpolator returns a linear interpolation of the point
Class MtxInterpolator Abstract class to define the methods for interpolation of a 3d numpy matrix. There are 3 methods of wrapping the data if it is out of bounds: cap : it is simply fixed at the bounds if it goes beyond periodic: it loops to make it a periodic shape eg 3...
Class Nearest This interpolator returns the nearest value closest to the point