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 | Float |
Epoch of the perihelion in Julian years |
| perihelion_distance | Float |
Perihelion distance 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 |
| uid | UUID |
No description |
| catalog_object_type | Enum(major, planetary_satellite, mpc_comet, mpc_orbit, norad_satellite) |
No description |