Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-43996: Add desired column order to CoaddPatches #294

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 5
- name: MatchesTruth
'@id': '#MatchesTruth'
description: Match information for TruthSummary objects.
Expand Down
Loading