AbsorptionSingleLine

class pyarts.arts.AbsorptionSingleLine(*args, **kwargs)

Single absorption line

Overview

Attribute

A

float Einstein spontaneous emission coefficient

Attribute

E0

float Lower energy state

Attribute

F0

float Central frequency

Attribute

I0

float Reference intensity

Attribute

glow

float Lower level statistical weight

Attribute

gupp

float Upper level statistical weight

Attribute

lineshape

pyarts.arts.LineShapeModel Line shape model

Attribute

localquanta

pyarts.arts.QuantumNumberLocalState Local quantum numbers

Attribute

zeeman

pyarts.arts.ZeemanModel Zeeman model

Operator

__eq__()

Return self==value.

Operator

__ge__()

Return self>=value.

Operator

__gt__()

Return self>value.

Operator

__hash__()

Return hash(self).

Operator

__le__()

Return self<=value.

Operator

__lt__()

Return self<value.

Operator

__ne__()

Return self!=value.

Constructors

__init__(self, F0: float = 0, I0: float = 0, E0: float = 0, glow: float = 0, gupp: float = 0, A: float = 0, zeeman: pyarts.arts.ZeemanModel = <pyarts.arts.ZeemanModel object at 0x7f28cd8ff6f0>, lineshape: pyarts.arts.LineShapeModel =, localquanta: pyarts.arts.QuantumNumberLocalState =) None

From values

Attributes

A

float Einstein spontaneous emission coefficient

E0

float Lower energy state

F0

float Central frequency

I0

float Reference intensity

glow

float Lower level statistical weight

gupp

float Upper level statistical weight

lineshape

pyarts.arts.LineShapeModel Line shape model

localquanta

pyarts.arts.QuantumNumberLocalState Local quantum numbers

zeeman

pyarts.arts.ZeemanModel Zeeman model

Operators

__eq__(value, /)

Return self==value.

__ge__(value, /)

Return self>=value.

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.