When were the SN fields last observed¶
Go to the SISPI Telemetry Viewer: http://system1.ctio.noao.edu:8080/TV/app/Q/index
paste this this query in:
SELECT hex_name, seqtype, MIN(date) AS last_complete FROM obstac.sn_status GROUP BY hex_name, seqtype, hex_id ORDER BY last_complete
(If you are doing this for the observing plan (linked to DES shifts page) then select the results and paste back into the plan.)