Skip to content

Commit 3000bb9

Browse files
committed
Add LSSTComCam pipelines for new CI datasets
1 parent 244efb9 commit 3000bb9

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

pipelines/LSSTComCam/ApVerify.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Verification pipeline specialized for the DC2 ImSim simulation.
2+
# This concatenates various lsst.verify metrics to an AP pipeline
3+
4+
description: Fully instrumented AP pipeline specialized for LSSTCam-imSim
5+
imports:
6+
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerify.yaml
7+
# Include all metrics from standard pipeline. It's not practical to create
8+
# a metrics subset because it would require constant micromanagement.
9+
exclude:
10+
- prompt
11+
- afterburner
12+
- location: $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipe.yaml
13+
include:
14+
- prompt
15+
- afterburner
16+
tasks:
17+
# ApVerify override removed by excluding apPipe.
18+
associateApdb:
19+
class: lsst.ap.association.DiaPipelineTask
20+
config:
21+
doPackageAlerts: True
22+
alertPackager.doWriteAlerts: True
23+
contracts:
24+
# Contracts removed by excluding apPipe
25+
- associateApdb.apdb_config_url == totalUnassociatedDiaObjects.apdb_config_url
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Verification pipeline specialized for the DC2 ImSim simulation.
2+
# This concatenates various lsst.verify metrics to an AP pipeline
3+
4+
instrument: lsst.obs.lsst.LsstCamImSim
5+
description: Fully instrumented AP pipeline with fakes, specialized for LSSTCam-imSim
6+
imports:
7+
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml
8+
# Include all metrics from standard pipeline. It's not practical to create
9+
# a metrics subset because it would require constant micromanagement.
10+
exclude:
11+
- prompt
12+
- afterburner
13+
- location: $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipeWithFakes.yaml
14+
include:
15+
- prompt
16+
- afterburner
17+
tasks:
18+
# ApVerify override removed by excluding apPipe.
19+
associateApdb:
20+
class: lsst.ap.association.DiaPipelineTask
21+
config:
22+
doPackageAlerts: True
23+
alertPackager.doWriteAlerts: True

0 commit comments

Comments
 (0)