MpcComet
MpcComet Schema¶
Description: Represents a comet with orbital elements from the Minor Planet Center.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| designation | String(8) (Optional) |
No description |
| number | Integer (Optional) |
No description |
| orbit_type | String(1) |
No description |
| name | String(64) |
No description |
| perihelion_epoch_jyear | Float |
Epoch of the perihelion in Julian years |
| perihelion_distance_au | Float |
Perihelion distance 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 |
| uid | UUID |
No description |
| catalog_object_type | Enum(major, planetary_satellite, mpc_comet, mpc_orbit, norad_satellite) |
No description |