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-29940: Add TAP table_index for DP0.1 #8

Merged
merged 2 commits into from
May 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion yml/dp01_dc2.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
name: dp01_dc2_catalogs
'@id': dc2
description: Data Preview 0 includes five tables based on the DESC's Data Challenge 2 simulation of 300 square degrees of the wide-fast-deep LSST survey region after 5 years. All tables contain objects detected in coadded images.
description: Data Preview 0.1 includes five tables based on the DESC's Data Challenge 2 simulation of 300 square degrees of the wide-fast-deep LSST survey region after 5 years. All tables contain objects detected in coadded images.
tables:
- name: position
'@id': '#position'
description: Select astrometry-related parameters for objects detected in the coadded images, such as coordinates, footprints, patch/tract information, and deblending parameters. (29 columns)
tap:table_index: 2
columns:
- name: objectId
'@id': '#position.objectId'
Expand Down Expand Up @@ -191,6 +192,7 @@ tables:
- name: reference
'@id': '#reference'
description: Measurements for objects detected in the coadded images, including photometry, astrometry, shape, deblending, model fits, and related background and flag parameters. This table joined with the position table is very similar to the object table, but with additional columns. (236 columns)
tap:table_index: 3
columns:
- name: objectId
'@id': '#reference.objectId'
Expand Down Expand Up @@ -1668,6 +1670,7 @@ tables:
- name: forced_photometry
'@id': '#forced_photometry'
description: Forced photometry measurements for objects detected in the coadded images, at the locations defined by the position table. (747 columns)
tap:table_index: 4
columns:
- name: objectId
'@id': '#forced_photometry.objectId'
Expand Down Expand Up @@ -6206,6 +6209,7 @@ tables:
- name: object
'@id': '#object'
description: The object table from the DESC DC2 simulated sky survey as described in arXiv:2101.04855. Includes astrometric and photometric parameters for objects detected in coadded images. (137 columns)
tap:table_index: 0
columns:
- name: objectId
'@id': '#object.objectId'
Expand Down Expand Up @@ -7022,6 +7026,7 @@ tables:
- name: truth_match
'@id': '#truth_match'
description: The truth-match table for the DESC DC2's object table as described in arXiv:2101.04855. Includes the noiseless astrometric and photometric parameters and the best matches to the object table. (30 columns)
tap:table_index: 1
columns:
- name: id
'@id': '#truth_match.id'
Expand Down