Skip to content

Commit

Permalink
Merge pull request #11 from lsst/tickets/DM-29731
Browse files Browse the repository at this point in the history
DM-29731: implement RFC-695 and LCR-2722
  • Loading branch information
MelissaGraham authored Dec 20, 2021
2 parents e060c75 + 20149a2 commit fe263b5
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions yml/baselineSchema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,51 @@ tables:
description: Natural log of the probability that the observed diaObject is the
same as the nearbyObj3.
mysql:datatype: FLOAT
- name: nearbyExtObj1
"@id": "#DiaObject.nearbyExtObj1"
datatype: long
description: Id of the closest extended DR Object by second moment-based separation.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
- name: nearbyExtObj1Sep
"@id": "#DiaObject.nearbyExtObj1Sep"
datatype: float
description: Second moment-based separation of nearbyExtObj1 (unitless).
mysql:datatype: FLOAT
- name: nearbyExtObj2
"@id": "#DiaObject.nearbyExtObj2"
datatype: long
description: Id of the second closest extended DR Object by second moment-based separation.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
- name: nearbyExtObj2Sep
"@id": "#DiaObject.nearbyExtObj2Sep"
datatype: float
description: Second moment-based separation of nearbyExtObj2 (unitless).
mysql:datatype: FLOAT
- name: nearbyExtObj3
"@id": "#DiaObject.nearbyExtObj3"
datatype: long
description: Id of the third closest extended DR Object by second moment-based separation.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
- name: nearbyExtObj3Sep
"@id": "#DiaObject.nearbyExtObj3Sep"
datatype: float
description: Second moment-based separation of nearbyExtObj3 (unitless).
mysql:datatype: FLOAT
- name: nearbyLowzGal
"@id": "#DiaObject.nearbyLowzGal"
datatype: string
length: 64
description: External catalog name of the nearest low-z potential host.
mysql:datatype: VARCHAR(64)
- name: nearbyLowzGalSep
"@id": "#DiaObject.nearbyLowzGalSep"
datatype: float
fits:tunit: arcsec
description: Separation distance of nearbyLowzGal.
mysql:datatype: FLOAT
- name: flags
"@id": "#DiaObject.flags"
datatype: long
Expand Down

0 comments on commit fe263b5

Please sign in to comment.