arpes.analysis.gap.symmetrize#
- arpes.analysis.gap.symmetrize(data, *, subpixel=False)[source]#
Symmetrizes data across the chemical potential.
This provides a crude tool by which gap analysis can be performed. In this implementation, subpixel accuracy is achieved by interpolating data.
- Parameters:
data – Input array.
subpixel – Enable subpixel correction
- Returns:
The symmetrized data.