Schema: neocp_obs_archive¶
The NEOCP observations archive table contains archived observations for NEOCP objects.
| Column | Data type | Description |
|---|---|---|
| obs80 | character varying(255) | 80 or 160-character observation string |
| rmscorr | numeric | ADES: RA-Dec correlation |
| rmsdec | numeric | ADES: Dec uncertainty [arcsec] |
| rmsra | numeric | ADES: RA*cos(Dec) uncertainty [arcsec] |
| rmstime | numeric | ADES: Time uncertainty [seconds] |
| created_at | timestamp(6) without time zone | Date and time of initial row insert |
| updated_at | timestamp(6) without time zone | Date and time of latest row update |
| trkid | text | Globally unique tracklet identifier (MPC) |
| desig | character varying(16) | Observer-assigned object identifier |
| id | integer | PostgreSQL automatically generated identifier for row of data |
| force_code | text | Currently unused |