Skip to content

Target

Target Schema

Properties

Name Type Description
id Integer Primary key for the Target
uid UUID Client/API identifier — exposed via REST URLs.
status Enum(active, inactive, completed) Status of the target.
is_deleted Boolean Flag indicating if the target is deleted.
name String(100) Name of the Target
position_offset_x_deg Float Tangent-plane east offset in degrees from the target position.
position_offset_y_deg Float Tangent-plane north offset in degrees from the target position.
position_offset_frame Enum(icrs_tangent, gcrs_tangent, altaz_tangent, body_fixed) Coordinate frame whose local tangent axes define position_offset_x_deg/y_deg. body_fixed is currently only valid when the target resolves to a recognised body (Moon in v1).
position_offset_reference_time DateTime (Optional) Epoch at which frame-dependent position offsets are applied. NULL means evaluate at sample time.

Relationships

Relationship Name Type
position TargetPosition