| id |
Integer |
Primary key for the Target |
| orbit_type |
Enum(barycentric, geocentric) |
No description |
| epoch |
Float |
Epoch of the elements in Julian years |
| semilatus_rectum |
Float |
Semilatus rectum in AU |
| eccentricity |
Float |
Eccentricity |
| inclination |
Float |
Inclination in degrees |
| longitude_of_ascending_node |
Float |
Longitude of the ascending node in degrees |
| argument_of_perihelion |
Float |
Argument of the perihelion in degrees |
| mean_anomaly |
Float |
Mean anomaly in degrees |
| uid |
UUID |
No description |
| position_type |
Enum(fixed, ephemeral, catalog, orbital) |
Type of the target position |
| target_id |
Integer (Optional) |
Foreign key to the associated Target |