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
3 changes: 2 additions & 1 deletion pipelines/LSSTComCam/ApVerify.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,3 +20,4 @@ tasks:
config:
doPackageAlerts: True
alertPackager.doWriteAlerts: True
doSolarSystemAssociation: True
5 changes: 3 additions & 2 deletions pipelines/LSSTComCam/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,3 +21,4 @@ tasks:
config:
doPackageAlerts: True
alertPackager.doWriteAlerts: True
doSolarSystemAssociation: True
Loading