Skip to content

Commit

Permalink
Add truth_type to Matches[Truth/Object]
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Nov 8, 2022
1 parent 1b1db69 commit cb78f28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8529,6 +8529,11 @@ tables:
length: 16
mysql:datatype: CHAR(16)
description: id for truth_summary source.
- name: truth_type
'@id': '#MatchesTruth.truth_type'
datatype: long
mysql:datatype: BIGINT
description: Truth object type (1/2/3 = galaxy/star/SN)
- name: match_objectId
'@id': '#MatchesTruth.match_objectId'
datatype: long
Expand Down Expand Up @@ -8559,6 +8564,11 @@ tables:
length: 16
mysql:datatype: CHAR(16)
description: id of matched truth_summary source, if any
- name: match_truth_type
'@id': '#MatchesObject.match_truth_type'
datatype: long
mysql:datatype: BIGINT
description: Type of matched truth_summary source, if any (1/2/3 = galaxy/star/SN)
- name: objectId
'@id': '#MatchesObject.objectId'
datatype: long
Expand Down

0 comments on commit cb78f28

Please sign in to comment.