arpes.utilities.conversion.fast_interp.Interpolator#

class arpes.utilities.conversion.fast_interp.Interpolator(lower_corner, delta, shape, data)[source]#

Provides a Pythonic interface to fast gridded linear interpolation.

More or less a drop-in replacement for scipy’s RegularGridInterpolator, but much faster at the expense of not supporting any extrapolation.

__init__(lower_corner, delta, shape, data)#

Methods

__init__(lower_corner, delta, shape, data)

from_arrays(xyz, data)

Initializes the interpreter from a coordinate and data array.

Attributes

lower_corner

delta

shape

data