Skip to content

Commit

Permalink
Merge pull request #94 from lsst/tickets/DM-36426
Browse files Browse the repository at this point in the history
DM-36426: Remove missing columns from DP0.2 TruthSummary.
  • Loading branch information
ctslater committed Sep 30, 2022
2 parents f1d7b59 + dbc9746 commit 6849cba
Showing 1 changed file with 0 additions and 23 deletions.
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

0 comments on commit 6849cba

Please sign in to comment.