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 probably want to detect deeper
than we need for the final star catalog (which is still S/N>10). Whether this
change is strictly necessary needs to be investigated further.
  • Loading branch information
parejkoj committed Oct 25, 2023
1 parent 79c5a0c commit 620206f
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 620206f

Please sign in to comment.