Skip to content

Commit

Permalink
Update connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed Dec 11, 2024
1 parent 72f8570 commit d863ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pipelines/LSSTComCam/cpDefects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ tasks:
cpMergeDefects:
class: lsst.cp.pipe.MergeDefectsCombinedTask
config:
connections.inputManualDefects: "manual_defects"
doManualDefects: True
edgesAsDefects: true
2 changes: 1 addition & 1 deletion python/lsst/cp/pipe/cpDefects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit d863ddc

Please sign in to comment.