module documentation
Module to interpolate inside a numpy matrix with some bespoke methods
| Class | |
This interpolator returns a linear interpolation of the point |
| Class | |
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 | |
This interpolator returns the nearest value closest to the point |