From 9a7102d1cda7c00e03fd54dd4241d1749e07d2f5 Mon Sep 17 00:00:00 2001 From: BrunoSanchez Date: Tue, 2 Jun 2026 04:52:11 -0700 Subject: [PATCH] Fix typo on pipelines mixing LSSTComCam with LSSTCam-imSim --- pipelines/LSSTComCam/ApVerify.yaml | 3 ++- pipelines/LSSTComCam/ApVerifyWithFakes.yaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pipelines/LSSTComCam/ApVerify.yaml b/pipelines/LSSTComCam/ApVerify.yaml index 9dcc479..0dae825 100644 --- a/pipelines/LSSTComCam/ApVerify.yaml +++ b/pipelines/LSSTComCam/ApVerify.yaml @@ -1,7 +1,7 @@ # Verification pipeline specialized for the DC2 ImSim simulation. # This concatenates various lsst.verify metrics to an AP pipeline -description: Fully instrumented AP pipeline specialized for LSSTCam-imSim +description: Fully instrumented AP pipeline specialized for LSSTComCam imports: - location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerify.yaml # Include all metrics from standard pipeline. It's not practical to create @@ -20,3 +20,4 @@ tasks: config: doPackageAlerts: True alertPackager.doWriteAlerts: True + doSolarSystemAssociation: True diff --git a/pipelines/LSSTComCam/ApVerifyWithFakes.yaml b/pipelines/LSSTComCam/ApVerifyWithFakes.yaml index b209f31..56a0b5c 100644 --- a/pipelines/LSSTComCam/ApVerifyWithFakes.yaml +++ b/pipelines/LSSTComCam/ApVerifyWithFakes.yaml @@ -1,8 +1,8 @@ # Verification pipeline specialized for the DC2 ImSim simulation. # This concatenates various lsst.verify metrics to an AP pipeline -instrument: lsst.obs.lsst.LsstCamImSim -description: Fully instrumented AP pipeline with fakes, specialized for LSSTCam-imSim +instrument: lsst.obs.lsst.LsstComCam +description: Fully instrumented AP pipeline with fakes, specialized for LSSTComCam imports: - location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml # Include all metrics from standard pipeline. It's not practical to create @@ -21,3 +21,4 @@ tasks: config: doPackageAlerts: True alertPackager.doWriteAlerts: True + doSolarSystemAssociation: True