Skip to content

Commit

Permalink
Add Instrument table
Browse files Browse the repository at this point in the history
This is a single-value table; we only ever include data from one instrument in
a given APDB instance.
  • Loading branch information
parejkoj committed Feb 15, 2023
1 parent 2fdeb80 commit b1cef34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3370,3 +3370,13 @@ tables:
datatype: double
description: Maximum distance of an unmasked pixel to its nearest model psf star (pixel).
fits:tunit: pixel
- name: Instrument
'@id': '#Instrument'
description: The instrument that took this data.
columns:
- name: instrument
'@id': '#Instrument.instrument'
datatype: string
length: 32
description: Name of the instrument that took this data.
mysql:datatype: VARCHAR(64)

0 comments on commit b1cef34

Please sign in to comment.