TelsemAtlas ########### .. currentmodule:: pyarts3.arts .. autoclass:: TelsemAtlas .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.TelsemAtlas.cell_number` - Return the atlas cell number at a position * - Method - :func:`~pyarts3.arts.TelsemAtlas.contains` - Check whether an atlas cell contains data * - Method - :func:`~pyarts3.arts.TelsemAtlas.coordinates` - Return the coordinates of an atlas cell * - Method - :func:`~pyarts3.arts.TelsemAtlas.emissivity` - Evaluate vertical and horizontal emissivity * - Method - :func:`~pyarts3.arts.TelsemAtlas.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.TelsemAtlas.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.TelsemAtlas.from_ascii` - Read an original TELSEM2 monthly atlas file * - Static Method - :func:`~pyarts3.arts.TelsemAtlas.fromxml` - Create variable from file. * - :class:`Numeric` - :attr:`~pyarts3.arts.TelsemAtlas.dlat` - Atlas latitude resolution [degrees] * - :class:`Index` - :attr:`~pyarts3.arts.TelsemAtlas.month` - Atlas month * - :class:`String` - :attr:`~pyarts3.arts.TelsemAtlas.name` - Atlas name * - :class:`Index` - :attr:`~pyarts3.arts.TelsemAtlas.ndat` - Number of populated atlas cells * - Static Data - ``pyarts3.arts.TelsemAtlas.nchan`` - 7 (:class:`~int`) * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__init__` - __init__(self, arg: pyarts3.arts.TelsemAtlas) -> None * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.TelsemAtlas.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: TelsemAtlas.cell_number .. automethod:: TelsemAtlas.contains .. automethod:: TelsemAtlas.coordinates .. automethod:: TelsemAtlas.emissivity .. automethod:: TelsemAtlas.readxml .. automethod:: TelsemAtlas.savexml .. rubric:: Static Methods .. automethod:: TelsemAtlas.from_ascii .. automethod:: TelsemAtlas.fromxml .. rubric:: Attributes .. attribute:: TelsemAtlas.dlat :type: Numeric Atlas latitude resolution [degrees] .. :class:`Numeric` .. attribute:: TelsemAtlas.month :type: Index Atlas month .. :class:`Index` .. attribute:: TelsemAtlas.name :type: String Atlas name .. :class:`String` .. attribute:: TelsemAtlas.ndat :type: Index Number of populated atlas cells .. :class:`Index` .. rubric:: Operators .. automethod:: TelsemAtlas.__eq__ .. automethod:: TelsemAtlas.__format__ .. automethod:: TelsemAtlas.__ge__ .. automethod:: TelsemAtlas.__gt__ .. automethod:: TelsemAtlas.__hash__ .. automethod:: TelsemAtlas.__init__ .. automethod:: TelsemAtlas.__le__ .. automethod:: TelsemAtlas.__lt__ .. automethod:: TelsemAtlas.__ne__ .. automethod:: TelsemAtlas.__repr__ .. automethod:: TelsemAtlas.__str__