Source code for wofry.propagator.polarization

"""
Polarization state constants for wofry wavefronts (SIGMA, PI, TOTAL).
"""

[docs]class Polarization: SIGMA = 0 PI = 1 TOTAL = 3