LineShapeModelFIXMENAMEODR

class pyarts.arts.LineShapeModelFIXMENAMEODR

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

Attribute

T0

The reference temperature

Attribute

one_by_one

If true, the lines are treated one by one

Attribute

single_models

The single models

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__(*args, **kwargs)

Methods

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

The D0 coefficient

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

The G0 coefficient

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

The Y coefficient

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

Remove a variable

remove_zeros(self) None

Remove zero coefficients

Attributes

T0

The reference temperature

one_by_one

If true, the lines are treated one by one

single_models

The single models

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.