Skip to content

Commit 44844d7

Browse files
authored
Merge pull request #422 from lsst/tickets/DM-51971
DM-51971: Add column for reliability score to DiaSource catalog
2 parents 3169688 + 8ba7fd9 commit 44844d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/lsst/ip/diffim/detectAndMeasure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ def __init__(self, **kwargs):
475475
self.makeSubtask("streakDetection")
476476
self.makeSubtask("findGlints")
477477
self.schema.addField("glint_trail", "Flag", "DiaSource is part of a glint trail.")
478+
self.schema.addField("reliability", type="F", doc="Reliability score of the DiaSource")
478479

479480
# To get the "merge_*" fields in the schema; have to re-initialize
480481
# this later, once we have a peak schema post-detection.

0 commit comments

Comments
 (0)