From 6305437cac7c6d47ac40e65345aff1ce13e3a2e2 Mon Sep 17 00:00:00 2001 From: John Parejko Date: Tue, 30 Jul 2024 16:29:40 -0700 Subject: [PATCH] Switch to calibrateImage outputs --- python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py b/python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py index b35f1028a..c18b78dee 100644 --- a/python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py +++ b/python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py @@ -60,7 +60,7 @@ class DeltaSkyCorrHistConnections(PipelineTaskConnections, dimensions=("instrume deferLoad=True, ) calexpBackgrounds = Input( - name="calexpBackground", + name="initial_pvi_background", storageClass="Background", doc="Initial per-detector background models associated with the calibrated exposure.", multiple=True, @@ -68,7 +68,7 @@ class DeltaSkyCorrHistConnections(PipelineTaskConnections, dimensions=("instrume deferLoad=True, ) photoCalib = Input( - name="calexp.photoCalib", + name="initial_pvi.photoCalib", storageClass="PhotoCalib", doc="Photometric calibration associated with the calibrated exposure.", multiple=True,