AbsorptionLookupTable ##################### .. currentmodule:: pyarts3.arts .. autoclass:: AbsorptionLookupTable .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.AbsorptionLookupTable.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.AbsorptionLookupTable.savexml` - Saves variable to file * - Static Method - :func:`~pyarts3.arts.AbsorptionLookupTable.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.f_grid` - The frequency grid in Hz * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.log_p_grid` - The pressure grid in log Pa [same dimension as atm] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.t_atmref` - Local grids so that pressure interpolation may work * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.t_pert` - The temperature perturbation grid in K [any number of elements or empty for nothing] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.w_pert` - The humidity perturbation grid in fractional units [any number of elements or empty for nothing] * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.water_atmref` - Local grids so that pressure interpolation may work * - Attribute - :attr:`~pyarts3.arts.AbsorptionLookupTable.xsec` - The absorption cross section table * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__init__` - __init__(self, arg: pyarts3.arts.AbsorptionLookupTable) -> None * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.AbsorptionLookupTable.__lt__` - Return self str * - Operator - :func:`~pyarts3.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 .. attribute:: AbsorptionLookupTable.f_grid :type: AscendingGrid The frequency grid in Hz .. :class:`AscendingGrid` .. attribute:: AbsorptionLookupTable.log_p_grid :type: DescendingGrid The pressure grid in log Pa [same dimension as atm] .. :class:`DescendingGrid` .. attribute:: AbsorptionLookupTable.t_atmref :type: Vector Local grids so that pressure interpolation may work .. :class:`Vector` .. attribute:: AbsorptionLookupTable.t_pert :type: AscendingGrid The temperature perturbation grid in K [any number of elements or empty for nothing] .. :class:`AscendingGrid` .. attribute:: AbsorptionLookupTable.w_pert :type: AscendingGrid The humidity perturbation grid in fractional units [any number of elements or empty for nothing] .. :class:`AscendingGrid` .. attribute:: AbsorptionLookupTable.water_atmref :type: Vector Local grids so that pressure interpolation may work .. :class:`Vector` .. attribute:: AbsorptionLookupTable.xsec :type: Tensor4 The absorption cross section table .. :class:`Tensor4` .. 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__