We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3169688 + 8ba7fd9 commit 44844d7Copy full SHA for 44844d7
1 file changed
python/lsst/ip/diffim/detectAndMeasure.py
@@ -475,6 +475,7 @@ def __init__(self, **kwargs):
475
self.makeSubtask("streakDetection")
476
self.makeSubtask("findGlints")
477
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")
479
480
# To get the "merge_*" fields in the schema; have to re-initialize
481
# this later, once we have a peak schema post-detection.
0 commit comments