Skip to content

Commit

Permalink
Detect at 5 sigma for deblender
Browse files Browse the repository at this point in the history
In order to deblend out fainter sources, we need to detect deeper than we use
for the final star catalog (which is still S/N>10).
  • Loading branch information
parejkoj committed Oct 25, 2023
1 parent 4633533 commit 86bb841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def setDefaults(self):
# and do initial detection at S/N>5.0?
# Detection for good S/N for astrometry/photometry and other
# downstream tasks.
self.star_detection.thresholdValue = 10.0
self.star_detection.thresholdValue = 5.0
self.star_measurement.plugins = ["base_PixelFlags",
"base_SdssCentroid",
"ext_shapeHSM_HsmSourceMoments",
Expand Down

0 comments on commit 86bb841

Please sign in to comment.