Sun ### .. currentmodule:: pyarts.arts .. autoclass:: Sun .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.Sun.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.Sun.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.Sun.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.Sun.description` - :class:`~pyarts.arts.String` Sun description * - Attribute - :attr:`~pyarts.arts.Sun.distance` - :class:`float` Sun distance * - Attribute - :attr:`~pyarts.arts.Sun.latitude` - :class:`float` Sun latitude * - Attribute - :attr:`~pyarts.arts.Sun.longitude` - :class:`float` Sun longitude * - Attribute - :attr:`~pyarts.arts.Sun.radius` - :class:`float` Sun radius * - Attribute - :attr:`~pyarts.arts.Sun.spectrum` - :class:`~pyarts.arts.Matrix` Sun spectrum, monochrmatic radiance spectrum at the surface of the sun * - Operator - :func:`~pyarts.arts.Sun.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.Sun.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.Sun.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.Sun.__getstate__` - __getstate__(self) -> tuple[str, pyarts.arts.Matrix, float, float, float, float] * - Operator - :func:`~pyarts.arts.Sun.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.Sun.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.Sun.__init__` - __init__(self, arg: pyarts.arts.Sun) -> None * - Operator - :func:`~pyarts.arts.Sun.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.Sun.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.Sun.__setstate__` - __setstate__(self, arg: tuple[str, pyarts.arts.Matrix, float, float, float, float], /) -> None * - Operator - :func:`~pyarts.arts.Sun.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: Sun.readxml .. automethod:: Sun.savexml .. rubric:: Static Methods .. automethod:: Sun.fromxml .. rubric:: Attributes .. autoattribute:: Sun.description .. autoattribute:: Sun.distance .. autoattribute:: Sun.latitude .. autoattribute:: Sun.longitude .. autoattribute:: Sun.radius .. autoattribute:: Sun.spectrum .. rubric:: Operators .. automethod:: Sun.__eq__ .. automethod:: Sun.__format__ .. automethod:: Sun.__ge__ .. automethod:: Sun.__getstate__ .. automethod:: Sun.__gt__ .. automethod:: Sun.__hash__ .. automethod:: Sun.__init__ .. automethod:: Sun.__le__ .. automethod:: Sun.__lt__ .. automethod:: Sun.__ne__ .. automethod:: Sun.__repr__ .. automethod:: Sun.__setstate__ .. automethod:: Sun.__str__