From fd3e5ddc808f3690c1225bb4597282b4d500e8e5 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Fri, 19 Jan 2024 16:07:10 -0500 Subject: [PATCH] fixup: add plugin --- python/lsst/pipe/tasks/characterizeImage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/pipe/tasks/characterizeImage.py b/python/lsst/pipe/tasks/characterizeImage.py index 44401a4547..97b7a1d66d 100644 --- a/python/lsst/pipe/tasks/characterizeImage.py +++ b/python/lsst/pipe/tasks/characterizeImage.py @@ -251,7 +251,7 @@ def setDefaults(self): "base_GaussianFlux", "base_PsfFlux", "base_CircularApertureFlux", - "base_MomentsClassifier", + "base_ClassificationSizeExtendedness", ] self.measurement.slots.shape = "ext_shapeHSM_HsmSourceMoments"