| 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_deg |
Float |
Ecliptic longitude in degrees |
| lat_deg |
Float |
Ecliptic latitude in degrees |
| distance_au |
Float (Optional) |
Distance from origin in AU |
| pm_lon_mas_per_year |
Float (Optional) |
Proper motion in longitude times cos(lat) in mas/year |
| pm_lat_mas_per_year |
Float (Optional) |
Proper motion in latitude in mas/year |
| radial_velocity_km_per_sec |
Float (Optional) |
Radial velocity in km/s |
| equinox_jyear |
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 |