LineShapeModel

class pyarts3.arts.LineShapeModel(*args, **kwargs)

Line shape model

Overview

Method

D0()

The D0 coefficient

Method

G0()

The G0 coefficient

Method

Y()

The Y coefficient

Method

remove()

Remove a variable

Method

remove_zeros()

Remove zero coefficients

Numeric

T0

The reference temperature

bool

one_by_one

If true, the lines are treated one by one

list[LineShapeSpeciesModel]

single_models

The single models

Operator

__eq__()

Return self==value.

Operator

__format__()

__format__(self, arg: str, /) -> str

Operator

__ge__()

Return self>=value.

Operator

__getstate__()

Helper for pickle.

Operator

__gt__()

Return self>value.

Operator

__hash__()

Return hash(self).

Operator

__init__()

__init__(self, arg: pyarts3.arts.LineShapeModel) -> None

Operator

__le__()

Return self<=value.

Operator

__lt__()

Return self<value.

Operator

__ne__()

Return self!=value.

Operator

__repr__()

__repr__(self) -> str

Operator

__str__()

__str__(self) -> str

Constructors

__init__(self) None
__init__(self, arg: pyarts3.arts.LineShapeModel) None

Methods

D0(self, atm: pyarts3.arts.AtmPoint) float

The D0 coefficient

G0(self, atm: pyarts3.arts.AtmPoint) float

The G0 coefficient

Y(self, atm: pyarts3.arts.AtmPoint) float

The Y coefficient

remove(self, x: pyarts3.arts.LineShapeModelVariable) None

Remove a variable

remove_zeros(self) None

Remove zero coefficients

Attributes

T0: Numeric

The reference temperature

one_by_one: bool

If true, the lines are treated one by one

single_models: list[LineShapeSpeciesModel]

The single models

Operators

__eq__(value, /)

Return self==value.

__format__(self, arg: str, /) str
__ge__(value, /)

Return self>=value.

__getstate__()

Helper for pickle.

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(self) None
__init__(self, arg: pyarts3.arts.LineShapeModel) None
__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__repr__(self) str
__str__(self) str