Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pipelines/LSSTComCam/ApVerify.yaml
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions pipelines/LSSTComCam/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
@@ -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