arpes.analysis.pocket.edcs_along_pocket#

arpes.analysis.pocket.edcs_along_pocket(data, kf_method=None, select_radius=None, sel=None, method_kwargs=None, **kwargs)[source]#

Collects EDCs around a pocket.

This consists first in identifying the momenta around the pocket, and then integrating small windows around each of these points.

Parameters:
  • data – The input kx-ky or 2D angle map.

  • kf_method – How to determine k_F for each slice.

  • select_radius – The radius used for selections along the radial curve.

  • sel – An energy selection window near the Fermi surface.

  • method_kwargs – Passed to the kf determination method

  • kwargs – Passed to the radial selection method.

Returns:

EDCs at the fermi momentum around a pocket.