From 4df141bb746023f33d8d7ee8b91627ed04a47211 Mon Sep 17 00:00:00 2001 From: Audrey Budlong Date: Wed, 9 Oct 2024 15:30:13 -0700 Subject: [PATCH] Adding extendedness flag to diffim measurement --- python/lsst/ip/diffim/detectAndMeasure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/lsst/ip/diffim/detectAndMeasure.py b/python/lsst/ip/diffim/detectAndMeasure.py index 1c1cbba5..e8374610 100644 --- a/python/lsst/ip/diffim/detectAndMeasure.py +++ b/python/lsst/ip/diffim/detectAndMeasure.py @@ -209,6 +209,7 @@ def setDefaults(self): "base_LocalWcs", "ext_shapeHSM_HsmSourceMoments", "ext_shapeHSM_HsmPsfMoments", + "base_ClassificationSizeExtendedness", ] self.measurement.slots.psfShape = "ext_shapeHSM_HsmPsfMoments" self.measurement.slots.shape = "ext_shapeHSM_HsmSourceMoments"