Skip to content

Commit 22dae40

Browse files
committed
Test add back sdss shape
1 parent bafa1f8 commit 22dae40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/lsst/ip/diffim/dipoleFitTask.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,15 @@ def setDefaults(self):
110110
"base_PixelFlags",
111111
"base_SkyCoord",
112112
"base_PsfFlux",
113+
"base_SdssShape",
113114
]
114115
# Only measure the apertures we need to report in the alert stream.
115116
self.plugins["base_CircularApertureFlux"].radii = [12.0]
116117

117118
self.slots.calibFlux = None
118119
self.slots.modelFlux = None
119120
self.slots.gaussianFlux = None
120-
self.slots.shape = None
121+
self.slots.shape = "base_SdssShape"
121122
# This will be switched to "ip_diffim_DipoleFit" as this task runs.
122123
self.slots.centroid = "base_SdssCentroid"
123124
self.doReplaceWithNoise = False

0 commit comments

Comments
 (0)