arpes.analysis.align.align

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

Returns the unitful offset of b in a for ndarrays.

Parameters
  • a – The first input array.

  • b – The second input array.

  • subpixel – If True, will perform subpixel alignment using a curve fit to the peak.

Returns

The offset of an array against another.