class documentation

class InterpolationStratInfo(TaskStratInfo):

View In Hierarchy

Holds information (name, description) about a callable that is used to interpolate a numpy array at it's first argument, at pixels specified by a numpy array as it's second argument, and return the resulting numpy array.

Class Variable callable Undocumented

Inherited from TaskStratInfo:

Class Variable description Undocumented
Class Variable name Undocumented
callable: Callable[[np.ndarray[NM, float], np.ndarray[NM, bool]], np.ndarray[NM, float]] =