Skip to content

Commit

Permalink
Merge branch 'tickets/DM-39970'
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Oct 18, 2023
2 parents cd254cd + ad30a9f commit e525375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/quickFrameMeasurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def __init__(self, config, *, display=None, **kwargs):
self.schema.getAliasMap().set("slot_Centroid", self.centroidName)
self.schema.getAliasMap().set("slot_Shape", self.shapeName)
self.control = measBase.SdssCentroidControl()
self.control.maxDistToPeak = -1
self.centroider = measBase.SdssCentroidAlgorithm(self.control, self.centroidName, self.schema)
self.sdssShape = measBase.SdssShapeControl()
self.shaper = measBase.SdssShapeAlgorithm(self.sdssShape, self.shapeName, self.schema)
Expand Down

0 comments on commit e525375

Please sign in to comment.