Skip to content

Commit bd112c6

Browse files
committed
Remove items which cannot be annotated from annotate call.
measurementResults.glintTrailInfo cannot be annoted.
1 parent ceab9eb commit bd112c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/lsst/ip/diffim/detectAndMeasure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ def runQuantum(self, butlerQC: pipeBase.QuantumContext,
525525
measurementResults.subtractedMeasuredExposure,
526526
measurementResults.diaSources,
527527
measurementResults.maskedStreaks,
528-
measurementResults.glintTrailInfo,
529528
log=self.log
530529
)
531530
butlerQC.put(measurementResults, outputRefs)

0 commit comments

Comments
 (0)