poliastro.frames.enums

Coordinate frames definitions.

Module Contents

Classes

Planes

Generic enumeration.

class poliastro.frames.enums.Planes

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

EARTH_EQUATOR = 'Earth mean Equator and Equinox of epoch (J2000.0)'
EARTH_ECLIPTIC = 'Earth mean Ecliptic and Equinox of epoch (J2000.0)'
BODY_FIXED = 'Rotating body mean Equator and node of date'
__repr__()

Return repr(self).

__str__()

Return str(self).

__dir__()

Returns all members and all public methods

__format__(format_spec)

Returns format using actual value type unless __str__ has been overridden.

__hash__()

Return hash(self).

__reduce_ex__(proto)

Helper for pickle.

name()

The name of the Enum member.

value()

The value of the Enum member.