AbsorptionBand ############## .. currentmodule:: pyarts3.arts .. autoclass:: AbsorptionBand .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.AbsorptionBand.keep_frequencies` - Keep only the lines within the given frequency range * - Method - :func:`~pyarts3.arts.AbsorptionBand.keep_hitran_s` - Keep only the lines with a stronger HITRAN-like line strength * - Method - :func:`~pyarts3.arts.AbsorptionBand.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.AbsorptionBand.savexml` - Saves variable to file * - Static Method - :func:`~pyarts3.arts.AbsorptionBand.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.AbsorptionBand.cutoff` - The cutoff type * - Attribute - :attr:`~pyarts3.arts.AbsorptionBand.cutoff_value` - The cutoff value [Hz] * - Attribute - :attr:`~pyarts3.arts.AbsorptionBand.lines` - The lines in the band * - Attribute - :attr:`~pyarts3.arts.AbsorptionBand.lineshape` - The lineshape type * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__init__` - __init__(self, arg: pyarts3.arts.AbsorptionBand) -> None * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.AbsorptionBand.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: AbsorptionBand.keep_frequencies .. automethod:: AbsorptionBand.keep_hitran_s .. automethod:: AbsorptionBand.readxml .. automethod:: AbsorptionBand.savexml .. rubric:: Static Methods .. automethod:: AbsorptionBand.fromxml .. rubric:: Attributes .. attribute:: AbsorptionBand.cutoff :type: LineByLineCutoffType The cutoff type .. :class:`LineByLineCutoffType` .. attribute:: AbsorptionBand.cutoff_value :type: Numeric The cutoff value [Hz] .. :class:`Numeric` .. attribute:: AbsorptionBand.lines :type: LineList The lines in the band .. :class:`LineList` .. attribute:: AbsorptionBand.lineshape :type: LineByLineLineshape The lineshape type .. :class:`LineByLineLineshape` .. rubric:: Operators .. automethod:: AbsorptionBand.__eq__ .. automethod:: AbsorptionBand.__format__ .. automethod:: AbsorptionBand.__ge__ .. automethod:: AbsorptionBand.__getstate__ .. automethod:: AbsorptionBand.__gt__ .. automethod:: AbsorptionBand.__hash__ .. automethod:: AbsorptionBand.__init__ .. automethod:: AbsorptionBand.__le__ .. automethod:: AbsorptionBand.__lt__ .. automethod:: AbsorptionBand.__ne__ .. automethod:: AbsorptionBand.__repr__ .. automethod:: AbsorptionBand.__str__