AbsorptionBand ############## .. currentmodule:: pyarts.arts .. autoclass:: AbsorptionBand .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.AbsorptionBand.keep_frequencies` - Keep only the lines within the given frequency range * - Method - :func:`~pyarts.arts.AbsorptionBand.keep_hitran_s` - Keep only the lines with a stronger HITRAN-like line strength * - Method - :func:`~pyarts.arts.AbsorptionBand.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.AbsorptionBand.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.AbsorptionBand.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.AbsorptionBand.cutoff` - The cutoff type * - Attribute - :attr:`~pyarts.arts.AbsorptionBand.cutoff_value` - The cutoff value [Hz] * - Attribute - :attr:`~pyarts.arts.AbsorptionBand.lines` - The lines in the band * - Attribute - :attr:`~pyarts.arts.AbsorptionBand.lineshape` - The lineshape type * - Operator - :func:`~pyarts.arts.AbsorptionBand.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.AbsorptionBand.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.AbsorptionBand.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.AbsorptionBand.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.AbsorptionBand.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.AbsorptionBand.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.AbsorptionBand.__init__` - __init__(self, arg: pyarts.arts.AbsorptionBand) -> None * - Operator - :func:`~pyarts.arts.AbsorptionBand.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.AbsorptionBand.__lt__` - Return self str * - Operator - :func:`~pyarts.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 .. autoattribute:: AbsorptionBand.cutoff .. autoattribute:: AbsorptionBand.cutoff_value .. autoattribute:: AbsorptionBand.lines .. autoattribute:: AbsorptionBand.lineshape .. 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__