ObservationAssetAnalysisRunPointingSolution Schema
Description: The server's own pointing determination for a frame (C37).
Distinct from ``header_core`` (which faithfully records the WCS the *node*
wrote into the header): this is the WCS the *server* solved from the pixels —
an always-on seeded ATLAS solve (seeded from the header WCS when present,
blind fallback) — plus the per-frame commanded center (read from the node's
FITS keyword) and the resulting pointing error. Stored as DB numbers only; the
analysis pipeline writes no file. The processing pipeline may reuse this WCS.
Properties
| Name | Type | Description |
|---|---|---|
| solve_attempted | Boolean (Optional) |
No description |
| solved | Boolean (Optional) |
No description |
| solve_method | String(32) (Optional) |
No description |
| seeded_from_header | Boolean (Optional) |
No description |
| solved_ra_deg | Float (Optional) |
No description |
| solved_dec_deg | Float (Optional) |
No description |
| solved_pixel_scale_arcsec_per_px | Float (Optional) |
No description |
| solved_orientation_deg | Float (Optional) |
No description |
| solved_parity | Integer (Optional) |
No description |
| solve_radius_deg | Float (Optional) |
No description |
| match_count | Integer (Optional) |
No description |
| solve_residual_arcsec | Float (Optional) |
No description |
| commanded_ra_deg | Float (Optional) |
No description |
| commanded_dec_deg | Float (Optional) |
No description |
| pointing_error_arcsec | Float (Optional) |
No description |
| pointing_source | String(32) (Optional) |
No description |
| analysis_run_id | UUID |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| analysis_run | ObservationAssetAnalysisRun |