AbsorptionLookupTable ##################### .. currentmodule:: pyarts.arts .. autoclass:: AbsorptionLookupTable .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.AbsorptionLookupTable.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.AbsorptionLookupTable.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.AbsorptionLookupTable.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.f_grid` - The frequency grid in Hz * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.log_p_grid` - The pressure grid in log Pa [same dimension as atm] * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.t_atmref` - Local grids so that pressure interpolation may work * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.t_pert` - The temperautre perturbation grid in K [any number of elements or empty for nothing] * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.w_pert` - The humidity perturbation grid in fractional units [any number of elements or empty for nothing] * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.water_atmref` - Local grids so that pressure interpolation may work * - Attribute - :attr:`~pyarts.arts.AbsorptionLookupTable.xsec` - The absorption cross section table * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__init__` - __init__(self, arg: pyarts.arts.AbsorptionLookupTable) -> None * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.AbsorptionLookupTable.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: AbsorptionLookupTable.readxml .. automethod:: AbsorptionLookupTable.savexml .. rubric:: Static Methods .. automethod:: AbsorptionLookupTable.fromxml .. rubric:: Attributes .. autoattribute:: AbsorptionLookupTable.f_grid .. autoattribute:: AbsorptionLookupTable.log_p_grid .. autoattribute:: AbsorptionLookupTable.t_atmref .. autoattribute:: AbsorptionLookupTable.t_pert .. autoattribute:: AbsorptionLookupTable.w_pert .. autoattribute:: AbsorptionLookupTable.water_atmref .. autoattribute:: AbsorptionLookupTable.xsec .. rubric:: Operators .. automethod:: AbsorptionLookupTable.__eq__ .. automethod:: AbsorptionLookupTable.__format__ .. automethod:: AbsorptionLookupTable.__ge__ .. automethod:: AbsorptionLookupTable.__getstate__ .. automethod:: AbsorptionLookupTable.__gt__ .. automethod:: AbsorptionLookupTable.__hash__ .. automethod:: AbsorptionLookupTable.__init__ .. automethod:: AbsorptionLookupTable.__le__ .. automethod:: AbsorptionLookupTable.__lt__ .. automethod:: AbsorptionLookupTable.__ne__ .. automethod:: AbsorptionLookupTable.__repr__ .. automethod:: AbsorptionLookupTable.__str__