| id |
Integer |
Primary key for the TargetCoordinates |
| type |
Enum(geocentric_mean, heliocentric_mean, barycentric_mean, geocentric_true, heliocentric_true, barycentric_true) |
Type of ecliptic coordinates |
| lon |
Float |
Ecliptic longitude in degrees |
| lat |
Float |
Ecliptic latitude in degrees |
| distance |
Float (Optional) |
Distance from origin in AU |
| pm_lon |
Float (Optional) |
Proper motion in longitude times cos(lat) in mas/year |
| pm_lat |
Float (Optional) |
Proper motion in latitude in mas/year |
| radial_velocity |
Float (Optional) |
Radial velocity in km/s |
| equinox |
Float (Optional) |
Equinox of coordinates in Julian years |
| coordinate_type |
Enum(equatorial, ecliptic, galactic, horizontal, topocentric) |
Type of the coordinate system |
| epoch |
DateTime (Optional) |
Epoch of observation |