AbsorptionLine ############## .. currentmodule:: pyarts3.arts .. autoclass:: AbsorptionLine .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.AbsorptionLine.hitran_s` - The HITRAN-like line strength * - Method - :func:`~pyarts3.arts.AbsorptionLine.s` - The line strength * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.a` - The Einstein coefficient [1 / s] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.e0` - The lower level energy [J] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.f0` - The line center frequency [Hz] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.gl` - The lower level statistical weight [-] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.gu` - The upper level statistical weight [-] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.ls` - The line shape model * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.qn` - The local quantum numbers of this line * - Attribute - :attr:`~pyarts3.arts.AbsorptionLine.z` - The Zeeman model * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__init__` - Initialize self. See help(type(self)) for accurate signature. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.AbsorptionLine.__lt__` - Return self