From 8f9a931d1915cf967c2ba044365e2ad5e4afb930 Mon Sep 17 00:00:00 2001 From: gpdf Date: Fri, 13 Dec 2024 11:13:21 -0800 Subject: [PATCH] Add desired column order to CoaddPatches Remove unnecessary and incorrect arraysize override. --- python/lsst/sdm_schemas/schemas/dp02_dc2.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml b/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml index 22bb12ed..0ae398f3 100644 --- a/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml +++ b/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml @@ -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" @@ -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" @@ -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" @@ -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)" @@ -7759,7 +7763,7 @@ tables: ivoa:unit: datatype: string length: 512 - votable:arraysize: 512 + tap:column_index: 5 - name: MatchesTruth '@id': '#MatchesTruth' description: Match information for TruthSummary objects.