CIARecord ######### .. currentmodule:: pyarts.arts .. autoclass:: CIARecord .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.CIARecord.compute_abs` - Computes the collision-induced absorption in 1/m * - Method - :func:`~pyarts.arts.CIARecord.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.CIARecord.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.CIARecord.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.CIARecord.data` - :class:`~pyarts.arts.ArrayOfGriddedField2` Data by bands * - Attribute - :attr:`~pyarts.arts.CIARecord.specs` - :class:`list` The two species * - Operator - :func:`~pyarts.arts.CIARecord.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.CIARecord.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.CIARecord.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.CIARecord.__getstate__` - __getstate__(self) -> tuple[pyarts.arts.ArrayOfGriddedField2, std::array] * - Operator - :func:`~pyarts.arts.CIARecord.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.CIARecord.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.CIARecord.__init__` - __init__(self, arg0: pyarts.arts.ArrayOfGriddedField2, arg1: pyarts.arts.SpeciesEnum, arg2: pyarts.arts.SpeciesEnum, /) -> None * - Operator - :func:`~pyarts.arts.CIARecord.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.CIARecord.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.CIARecord.__setstate__` - __setstate__(self, arg: tuple[pyarts.arts.ArrayOfGriddedField2, std::array], /) -> None * - Operator - :func:`~pyarts.arts.CIARecord.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: CIARecord.compute_abs .. automethod:: CIARecord.readxml .. automethod:: CIARecord.savexml .. rubric:: Static Methods .. automethod:: CIARecord.fromxml .. rubric:: Attributes .. autoattribute:: CIARecord.data .. autoattribute:: CIARecord.specs .. rubric:: Operators .. automethod:: CIARecord.__eq__ .. automethod:: CIARecord.__format__ .. automethod:: CIARecord.__ge__ .. automethod:: CIARecord.__getstate__ .. automethod:: CIARecord.__gt__ .. automethod:: CIARecord.__hash__ .. automethod:: CIARecord.__init__ .. automethod:: CIARecord.__le__ .. automethod:: CIARecord.__lt__ .. automethod:: CIARecord.__ne__ .. automethod:: CIARecord.__repr__ .. automethod:: CIARecord.__setstate__ .. automethod:: CIARecord.__str__