ewoksid24.math.xasmap.XasMapInterpolator#

class ewoksid24.math.xasmap.XasMapInterpolator(data)[source]#

Bases: object

Parameters:

data (XasMapData)

property energy_axis#
property energy_label: str#
evaluate_as_map(xas_func)[source]#
Parameters:

xas_func (Callable[[ndarray, ndarray], float])

Return type:

ndarray

get_single_point_mu(pos_x0, pos_x1)[source]#
Parameters:
  • pos_x0 (float)

  • pos_x1 (float)

Return type:

Tuple[float, float, ndarray]

property mu#
property x0_axis: ndarray#
property x0_axis_label: str#
property x0_axis_name: str#
property x1_axis: ndarray#
property x1_axis_label: str#
property x1_axis_name: str#