GanymedeEllipsoid ################# .. currentmodule:: pyarts.arts .. autoclass:: GanymedeEllipsoid .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.GanymedeEllipsoid.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.GanymedeEllipsoid.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.GanymedeEllipsoid.fromxml` - Create variable from file * - Static Method - :func:`~pyarts.arts.GanymedeEllipsoid.get_options` - Get a list of all options * - Static Method - :func:`~pyarts.arts.GanymedeEllipsoid.get_options_as_strings` - Get a list of all options as strings * - Static Data - ``pyarts.arts.GanymedeEllipsoid.Sphere`` - "Sphere" - :class:`~GanymedeEllipsoid` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__eq__` - `self == other` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__ge__` - `self >= other` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__getstate__` - __getstate__(self) -> tuple[str] * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__gt__` - `self > other` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__hash__` - Allows hashing * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__le__` - `self <= other` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__lt__` - `self < other` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__ne__` - `self != other` * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__setstate__` - __setstate__(self, arg: tuple[str], /) -> None * - Operator - :func:`~pyarts.arts.GanymedeEllipsoid.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: GanymedeEllipsoid.readxml .. automethod:: GanymedeEllipsoid.savexml .. rubric:: Static Methods .. automethod:: GanymedeEllipsoid.fromxml .. automethod:: GanymedeEllipsoid.get_options .. automethod:: GanymedeEllipsoid.get_options_as_strings .. rubric:: Operators .. automethod:: GanymedeEllipsoid.__eq__ .. automethod:: GanymedeEllipsoid.__format__ .. automethod:: GanymedeEllipsoid.__ge__ .. automethod:: GanymedeEllipsoid.__getstate__ .. automethod:: GanymedeEllipsoid.__gt__ .. automethod:: GanymedeEllipsoid.__hash__ .. automethod:: GanymedeEllipsoid.__init__ .. automethod:: GanymedeEllipsoid.__le__ .. automethod:: GanymedeEllipsoid.__lt__ .. automethod:: GanymedeEllipsoid.__ne__ .. automethod:: GanymedeEllipsoid.__repr__ .. automethod:: GanymedeEllipsoid.__setstate__ .. automethod:: GanymedeEllipsoid.__str__