Skip to content

Commit

Permalink
Add desired column order to CoaddPatches
Browse files Browse the repository at this point in the history
Remove unnecessary and incorrect arraysize override.
  • Loading branch information
gpdf authored Dec 13, 2024
1 parent 43bd5d1 commit 0d121bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/lsst/sdm_schemas/schemas/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7719,6 +7719,7 @@ tables:
tap:principal: 1
ivoa:unit:
datatype: long
tap:column_index: 1
- name: lsst_patch
"@id": "#coaddpatches.lsst_patch"
description: "ID number of the second level, 'patch', within the standard LSST skymap"
Expand All @@ -7728,6 +7729,7 @@ tables:
tap:principal: 1
ivoa:unit:
datatype: long
tap:column_index: 2
- name: s_ra
"@id": "#coaddpatches.s_ra"
description: "Central Spatial Position in ICRS; Right ascension"
Expand All @@ -7738,6 +7740,7 @@ tables:
tap:principal: 1
ivoa:unit: deg
datatype: double
tap:column_index: 3
- name: s_dec
"@id": "#coaddpatches.s_dec"
description: "Central Spatial Position in ICRS; Declination"
Expand All @@ -7748,6 +7751,7 @@ tables:
tap:principal: 1
ivoa:unit: deg
datatype: double
tap:column_index: 4
- name: s_region
"@id": "#coaddpatches.s_region"
description: "Sky region covered by the coadd (expressed in ICRS frame)"
Expand All @@ -7759,7 +7763,7 @@ tables:
ivoa:unit:
datatype: string
length: 512
votable:arraysize: 512
tap:column_index: 1
- name: MatchesTruth
'@id': '#MatchesTruth'
description: Match information for TruthSummary objects.
Expand Down

0 comments on commit 0d121bc

Please sign in to comment.