Coordinates
Coordinates Schema (Abstract Base)
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
Primary key for the TargetCoordinates |
| coordinate_type | Enum(equatorial, ecliptic, galactic, horizontal, topocentric) |
Type of the coordinate system |
| epoch | DateTime (Optional) |
Epoch of observation |
Subclasses
| Name | coordinate_type |
|---|---|
EquatorialCoordinates |
equatorial |
EclipticCoordinates |
ecliptic |
GalacticCoordinates |
galactic |
HorizontalCoordinates |
horizontal |
TopocentricCoordinates |
topocentric |