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__(self)

Return repr(self).

__str__(self)

Return str(self).

__dir__(self)

Returns all members and all public methods

__format__(self, format_spec)

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

__hash__(self)

Return hash(self).

__reduce_ex__(self, proto)

Helper for pickle.

name(self)

The name of the Enum member.

value(self)

The value of the Enum member.