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-36426: Remove missing columns from DP0.2 TruthSummary. #94

Merged
merged 1 commit into from
Sep 30, 2022
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
23 changes: 0 additions & 23 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9279,21 +9279,6 @@ tables:
tap:principal: 1
fits:tunit: mag
description: Magnitude in r
- name: tract
'@id': '#TruthSummary.tract'
datatype: long
mysql:datatype: BIGINT
tap:column_index: 999
tap:principal: 1
description: Tract ID in Sky Map
- name: patch
'@id': '#TruthSummary.patch'
datatype: char
length: 3
mysql:datatype: CHAR(3)
tap:column_index: 999
tap:principal: 1
description: Patch ID in Sky Map (as a string, x,y)
- name: cosmodc2_hp
'@id': '#TruthSummary.cosmodc2_hp'
datatype: long
Expand All @@ -9315,11 +9300,3 @@ tables:
tap:column_index: 999
tap:principal: 1
description: 1 for galaxies, 2 for stars, and 3 for SNe
- name: is_unique_truth_entry
'@id': '#TruthSummary.is_unique_truth_entry'
datatype: boolean
mysql:datatype: BOOLEAN
tap:column_index: 999
tap:principal: 1
description: True for truth entries that appear for the first time in this truth
table