Skip to content

Commit

Permalink
add colums from scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Oct 11, 2023
1 parent f38d5b7 commit 81d6c46
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions yml/obsloctap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 326 in yml/obsloctap.yaml

View workflow job for this annotation

GitHub Actions / lint

326:51 [trailing-spaces] trailing spaces
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

0 comments on commit 81d6c46

Please sign in to comment.