MagneticAngles
- class pyarts.arts.zeeman.MagneticAngles(*args, **kwargs)
Magnetic angles for the Zeeman effect, note that the numbers are in radians.
Overview
Attribute
Absolute magnetic field strength
Attribute
Magnetic sin(asimuth)
Attribute
Magnetic cos(zenith)
Attribute
Derivative of eta with respect to u
Attribute
Derivative of eta with respect to v
Attribute
Derivative of eta with respect to w
Attribute
Derivative of theta with respect to u
Attribute
Derivative of theta with respect to v
Attribute
Derivative of theta with respect to w
Attribute
Derivative of angle constant
Attribute
Magnetic angle eta
Attribute
Magnetic cos(asimuth)
Attribute
Magnetic sin(zenith)
Attribute
Magnetic angle theta
Attribute
Magnetic u
Attribute
Angle constant
Attribute
Magnetic v
Attribute
Magnetic w
Operator
Return self==value.
Operator
Return self>=value.
Operator
Return self>value.
Operator
Return hash(self).
Operator
Return self<=value.
Operator
Return self<value.
Operator
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.