Skip to content

Commit

Permalink
Remove commented-out code to actually trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gpdf committed Nov 8, 2023
1 parent 19a8035 commit 189c11b
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9031,23 +9031,11 @@ tables:
description: Match information for TruthSummary objects.
tap:table_index: 11
columns:
# Index refers to the the position in a per-tract parquet file, and has no use in SQL.
# - name: index
# '@id': '#MatchesTruth.index'
# datatype: long
# mysql:datatype: BIGINT
# description: Incrementing (implicit) row index
- name: match_candidate
'@id': '#MatchesTruth.match_candidate'
datatype: boolean
mysql:datatype: BOOLEAN
description: True for sources that were selected for matching
# match_row refers to the the position in a per-tract Object parquet file.
# - name: match_row
# '@id': '#MatchesTruth.match_row'
# datatype: long
# mysql:datatype: BIGINT
# description: Index of matched objectTable_tract table row, if any
- name: match_count
'@id': '#MatchesTruth.match_count'
datatype: int
Expand Down Expand Up @@ -9088,36 +9076,6 @@ tables:
tap:column_index: 2
tap:principal: 1
description: Combination of TruthSummary id and truth_type fields, used for JOINs.
# - name: MatchesObject
# '@id': '#MatchesObject'
# description: Match information for objectTable_tract sources
# columns:
# - name: index
# '@id': '#MatchesObject.index'
# datatype: long
# mysql:datatype: BIGINT
# description: Incrementing (implicit) row index
# - name: match_candidate
# '@id': '#MatchesObject.match_candidate'
# datatype: boolean
# mysql:datatype: BOOLEAN
# description: True for sources that were selected for matching
# - name: match_row
# '@id': '#MatchesObject.match_row'
# datatype: long
# mysql:datatype: BIGINT
# description: Index of matched truth_summary table row, if any
# - name: match_id
# '@id': '#MatchesObject.match_id'
# datatype: char
# length: 16
# mysql:datatype: CHAR(16)
# description: id of matched truth_summary source, if any
# - name: objectId
# '@id': '#MatchesObject.objectId'
# datatype: long
# mysql:datatype: BIGINT
# description: objectId of object
- name: TruthSummary
'@id': '#TruthSummary'
description: Summary properties of objects from the DESC DC2 truth catalog, as described in arXiv:2101.04855. Includes the noiseless astrometric and photometric parameters.
Expand Down

0 comments on commit 189c11b

Please sign in to comment.