Skip to content

Commit

Permalink
Merge pull request #87 from lsst/tickets/DM-35956
Browse files Browse the repository at this point in the history
DM-35956: Correct error in ObsTAP metadata; supply missing metadata
  • Loading branch information
fritzm committed Aug 22, 2022
2 parents eb83c4a + 6494cda commit 64064b4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions yml/dp02_obscore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ tables:
votable:arraysize: 128
- name: lsst_visit
"@id": "ObsCore.lsst_visit"
description:
description: Identifier for a specific LSSTCam pointing
nullable: true
ivoa:ucd:
ivoa:ucd: meta.id;obs
votable:utype:
tap:std: 0
tap:principal: 1
Expand All @@ -352,9 +352,9 @@ tables:
datatype: long
- name: lsst_detector
"@id": "ObsCore.lsst_detector"
description:
description: Identifier for CCD within the LSSTCam focal plane
nullable: true
ivoa:ucd:
ivoa:ucd: meta.id.part;instr.det
votable:utype:
tap:std: 0
tap:principal: 1
Expand All @@ -363,9 +363,9 @@ tables:
datatype: long
- name: lsst_tract
"@id": "ObsCore.lsst_tract"
description:
description: Upper level of LSST coadd skymap hierarchy
nullable: true
ivoa:ucd:
ivoa:ucd: meta.id
votable:utype:
tap:std: 0
tap:principal: 1
Expand All @@ -374,20 +374,20 @@ tables:
datatype: long
- name: lsst_patch
"@id": "ObsCore.lsst_patch"
description:
ivoa:ucd:
description: Lower level of LSST coadd skymap hierarchy
nullable: true
ivoa:ucd: meta.id.part
votable:utype:
tap:std: 1
tap:std: 0
tap:principal: 1
tap:column_index: 80
ivoa:unit:
nullable: true
datatype: long
- name: lsst_band
"@id": "ObsCore.lsst_band"
description:
description: Abstract filter band designation
nullable: true
ivoa:ucd:
ivoa:ucd: meta.id;instr.filter
votable:utype:
tap:std: 0
tap:principal: 1
Expand All @@ -398,9 +398,9 @@ tables:
votable:arraysize: 10
- name: lsst_filter
"@id": "ObsCore.lsst_filter"
description:
description: Physical filter designation from the LSSTCam filter set
nullable: true
ivoa:ucd:
ivoa:ucd: meta.id;instr.filter
votable:utype:
tap:std: 0
tap:principal: 1
Expand Down

0 comments on commit 64064b4

Please sign in to comment.