From d863ddcf4a7991656c038de1033289a061a5bf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Fert=C3=A9?= Date: Thu, 21 Nov 2024 07:32:23 -0800 Subject: [PATCH] Update connections. --- pipelines/LSSTComCam/cpDefects.yaml | 1 + python/lsst/cp/pipe/cpDefects.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/LSSTComCam/cpDefects.yaml b/pipelines/LSSTComCam/cpDefects.yaml index fbfeb93b..2a97c88a 100644 --- a/pipelines/LSSTComCam/cpDefects.yaml +++ b/pipelines/LSSTComCam/cpDefects.yaml @@ -27,5 +27,6 @@ tasks: cpMergeDefects: class: lsst.cp.pipe.MergeDefectsCombinedTask config: + connections.inputManualDefects: "manual_defects" doManualDefects: True edgesAsDefects: true diff --git a/python/lsst/cp/pipe/cpDefects.py b/python/lsst/cp/pipe/cpDefects.py index 317f63c1..bd2845ea 100644 --- a/python/lsst/cp/pipe/cpDefects.py +++ b/python/lsst/cp/pipe/cpDefects.py @@ -1133,7 +1133,7 @@ class MergeDefectsCombinedConnections(pipeBase.PipelineTaskConnections, multiple=True, ) inputManualDefects = cT.Input( - name="cpManualDefects", + name="manual_defects", doc="Additional manual defects.", storageClass="Defects", dimensions=("instrument", "detector"),