enums

class AlphaMode[source]

Bases: str, Enum

Controls which absorption/dispersion terms are included in the equation of state.

NO_ABSORPTION = 'no_absorption'
NO_DISPERSION = 'no_dispersion'
STOKES = 'stokes'
__new__(value)
class DiscreteCosine[source]

Bases: Enum

TYPE_1 = 1
TYPE_2 = 2
TYPE_3 = 3
TYPE_4 = 4
class DiscreteSine[source]

Bases: Enum

TYPE_1 = 1
TYPE_2 = 2
TYPE_3 = 3
TYPE_4 = 4