Skip to content

Commit

Permalink
Revert to old star/galaxy separator for LATISS
Browse files Browse the repository at this point in the history
shapeHSM moments were failing on most LATISS sources, which resulted in
sizeExtendedness failing, which meant most sources were being rejected. This
gets us the old behavior while someone looks into why shapeHSM is failing on
LATISS.
  • Loading branch information
parejkoj committed Jun 28, 2024
1 parent 197bd65 commit 41ddd5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/latiss/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
config.astrometry.matcher.numPointsForShape = 5
config.astrometry.matcher.numPointsForShapeAttempt = 8

# DM-43593: Use old star/galaxy separator, as SizeExtendedness needs reliable
# shape measurements, but the shapeHSM moments are not well behaved on LATISS.
config.star_measurement.plugins.names.remove("base_ClassificationSizeExtendedness")
config.star_selector["science"].unresolved.name = "base_ClassificationExtendedness_value"

# Apply a magnitude limit and decrease the SNR limit as we're only a 1.2m
# and frequently take short exposures.
config.astrometry.referenceSelector.doMagLimit = True
Expand Down

0 comments on commit 41ddd5d

Please sign in to comment.