From f0eebfbea8dfa3ddf2bb214caf35aa364ef3f1ef Mon Sep 17 00:00:00 2001 From: Brianna Smart Date: Fri, 12 Dec 2025 15:04:07 -0800 Subject: [PATCH] Test add back sdss shape --- python/lsst/ip/diffim/dipoleFitTask.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/lsst/ip/diffim/dipoleFitTask.py b/python/lsst/ip/diffim/dipoleFitTask.py index a8f1b28b4..e525c3e47 100644 --- a/python/lsst/ip/diffim/dipoleFitTask.py +++ b/python/lsst/ip/diffim/dipoleFitTask.py @@ -110,6 +110,7 @@ def setDefaults(self): "base_PixelFlags", "base_SkyCoord", "base_PsfFlux", + "base_SdssShape", ] # Only measure the apertures we need to report in the alert stream. self.plugins["base_CircularApertureFlux"].radii = [12.0] @@ -117,7 +118,7 @@ def setDefaults(self): self.slots.calibFlux = None self.slots.modelFlux = None self.slots.gaussianFlux = None - self.slots.shape = None + self.slots.shape = "base_SdssShape" # This will be switched to "ip_diffim_DipoleFit" as this task runs. self.slots.centroid = "base_SdssCentroid" self.doReplaceWithNoise = False