MagneticAngles

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

Magnetic angles for the Zeeman effect, note that the numbers are in radians.

Overview

Attribute

H

Absolute magnetic field strength

Attribute

ca

Magnetic sin(asimuth)

Attribute

cz

Magnetic cos(zenith)

Attribute

deta_du

Derivative of eta with respect to u

Attribute

deta_dv

Derivative of eta with respect to v

Attribute

deta_dw

Derivative of eta with respect to w

Attribute

dtheta_du

Derivative of theta with respect to u

Attribute

dtheta_dv

Derivative of theta with respect to v

Attribute

dtheta_dw

Derivative of theta with respect to w

Attribute

duct

Derivative of angle constant

Attribute

eta

Magnetic angle eta

Attribute

sa

Magnetic cos(asimuth)

Attribute

sz

Magnetic sin(zenith)

Attribute

theta

Magnetic angle theta

Attribute

u

Magnetic u

Attribute

uct

Angle constant

Attribute

v

Magnetic v

Attribute

w

Magnetic w

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, arg0: pyarts.arts.Vector3, arg1: pyarts.arts.Vector2, /) None

Attributes

H

Absolute magnetic field strength

ca

Magnetic sin(asimuth)

cz

Magnetic cos(zenith)

deta_du

Derivative of eta with respect to u

deta_dv

Derivative of eta with respect to v

deta_dw

Derivative of eta with respect to w

dtheta_du

Derivative of theta with respect to u

dtheta_dv

Derivative of theta with respect to v

dtheta_dw

Derivative of theta with respect to w

duct

Derivative of angle constant

eta

Magnetic angle eta

sa

Magnetic cos(asimuth)

sz

Magnetic sin(zenith)

theta

Magnetic angle theta

u

Magnetic u

uct

Angle constant

v

Magnetic v

w

Magnetic w

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.