| id |
Integer |
Primary key for the TargetCoordinates |
| lon |
Float |
Galactic longitude in degrees |
| lat |
Float |
Galactic latitude in degrees |
| distance |
Float (Optional) |
Distance in pc |
| 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 |
| coordinate_type |
Enum(equatorial, ecliptic, galactic, horizontal, topocentric) |
Type of the coordinate system |
| epoch |
DateTime (Optional) |
Epoch of observation |