arpes.analysis.sarpes.to_intensity_polarization#
- arpes.analysis.sarpes.to_intensity_polarization(data, *, perform_sherman_correction=False)[source]#
Converts from [up, down] representation to [intensity, polarization] representation.
This is the inverse function to to_up_down.
In this future, we should also make this also work with the timing signals.
- Parameters:
data – The input data
perform_sherman_correction (bool) – if True, apply sherman correction (default to False)
- Returns:
The data after conversion to intensity-polarization representation.