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 | Float (Optional) |
H magnitude |
| g | Float (Optional) |
G magnitude |
| epoch | Float |
Epoch of the elements in Julian years |
| semimajor_axis | Float |
Semimajor axis 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 |
| catalog_object_type | Enum(major, planetary_satellite, mpc_comet, mpc_orbit, norad_satellite) |
No description |