From 0d2975f845772dc625432b37cb72ed83b077058b Mon Sep 17 00:00:00 2001 From: Ian Sullivan Date: Thu, 13 Nov 2025 15:22:28 -0800 Subject: [PATCH] Add RA and Dec coords to singleframe detect and measure --- python/lsst/drp/tasks/single_frame_detect_and_measure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/lsst/drp/tasks/single_frame_detect_and_measure.py b/python/lsst/drp/tasks/single_frame_detect_and_measure.py index af71b317..5589ae31 100644 --- a/python/lsst/drp/tasks/single_frame_detect_and_measure.py +++ b/python/lsst/drp/tasks/single_frame_detect_and_measure.py @@ -127,6 +127,7 @@ def setDefaults(self): self.detection.doTempLocalBackground = False self.measurement.plugins = [ + "base_SkyCoord", "base_PixelFlags", "base_SdssCentroid", "ext_shapeHSM_HsmSourceMoments",