MpcOrbit
MpcOrbit Schema¶
Description: Represents an object with orbital elements from the Minor Planet Center.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| designation | String(8) |
No description |
| number | Integer (Optional) |
No description |
| name | String(24) |
No description |
| h_mag | Float (Optional) |
H magnitude |
| g_mag | Float (Optional) |
G magnitude |
| epoch_jyear | Float |
Epoch of the elements in Julian years |
| semimajor_axis_au | Float |
Semimajor axis 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 |
| catalog_object_type | Enum(major, planetary_satellite, mpc_comet, mpc_orbit, norad_satellite) |
No description |