From ee8ac20df40683f68c6280171d4d884dadbff3c6 Mon Sep 17 00:00:00 2001 From: William O'Mullane Date: Wed, 11 Oct 2023 15:07:10 -0300 Subject: [PATCH] add colums from scheduler lint lint --- yml/obsloctap.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/yml/obsloctap.yaml b/yml/obsloctap.yaml index 2f1658ed..2344f492 100644 --- a/yml/obsloctap.yaml +++ b/yml/obsloctap.yaml @@ -321,3 +321,22 @@ tables: ivoa:unit: m datatype: char votable:arraysize: "*" + - name: rot_sky_pos + "@id": "ObsPlan.rot_sky_pos" + description: From scheduler rotation angle + Not in the IVOA ObsPlan table + nullable: true + tap:std: 1 + tap:principal: 0 + tap:column_index: 27 + ivoa:unit: deg + datatype: float + - name: nexp + "@id": "ObsPlan.nexp" + description: number of exposures to take usually 1 or 2 + Not in the IVOA ObsPlan table + nullable: true + tap:std: 1 + tap:principal: 0 + tap:column_index: 28 + datatype: int