| id |
Integer |
Primary key for the Target |
| orbit_type |
Enum(barycentric, geocentric) |
No description |
| epoch_jyear |
Float |
Epoch of the elements in Julian years |
| semilatus_rectum_au |
Float |
Semilatus rectum in AU |
| eccentricity |
Float |
Eccentricity |
| inclination_deg |
Float |
Inclination in degrees |
| longitude_of_ascending_node_deg |
Float |
Longitude of the ascending node in degrees |
| argument_of_perihelion_deg |
Float |
Argument of the perihelion in degrees |
| mean_anomaly_deg |
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 |