arpes.analysis.align.align#

arpes.analysis.align.align(a, b, **kwargs)[source]#

Returns the unitful offset of b in a for ndarrays.

Parameters:
  • a (xr.DataArray) – The first input array.

  • b (xr.DataArray) – The second input array.

  • kwargs (bool) – Pass to align2d (and currently only subpixel = True/False is accepted)

Returns:

The offset of an array against another.