diff --git a/pipelines/LSSTComCam/ApVerify.yaml b/pipelines/LSSTComCam/ApVerify.yaml new file mode 100644 index 0000000..1fb9ba8 --- /dev/null +++ b/pipelines/LSSTComCam/ApVerify.yaml @@ -0,0 +1,24 @@ +# 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 +imports: + - location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerify.yaml + # Include all metrics from standard pipeline. It's not practical to create + # a metrics subset because it would require constant micromanagement. + exclude: + - prompt + - afterburner + - location: $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipe.yaml + include: + - prompt + - afterburner +tasks: + # ApVerify override removed by excluding apPipe. + associateApdb: + class: lsst.ap.association.DiaPipelineTask + config: + doPackageAlerts: True + alertPackager.doWriteAlerts: True +contracts: + # Contracts removed by excluding apPipe diff --git a/pipelines/LSSTComCam/ApVerifyWithFakes.yaml b/pipelines/LSSTComCam/ApVerifyWithFakes.yaml new file mode 100644 index 0000000..b209f31 --- /dev/null +++ b/pipelines/LSSTComCam/ApVerifyWithFakes.yaml @@ -0,0 +1,23 @@ +# 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 +imports: + - location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml + # Include all metrics from standard pipeline. It's not practical to create + # a metrics subset because it would require constant micromanagement. + exclude: + - prompt + - afterburner + - location: $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipeWithFakes.yaml + include: + - prompt + - afterburner +tasks: + # ApVerify override removed by excluding apPipe. + associateApdb: + class: lsst.ap.association.DiaPipelineTask + config: + doPackageAlerts: True + alertPackager.doWriteAlerts: True