Skip to content

Commit c9b83e9

Browse files
authored
Merge pull request #137 from lsst-dm/tickets/DM-40415
Tickets DM-40415: Add doPackageAlerts and doProduceAlerts to ApPipe.yaml
2 parents ed534dd + 34211ec commit c9b83e9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pipelines/LATISS/ApPipe.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ description: Alert Production pipeline specialized for LATISS
66
# release schedule.
77
imports:
88
- location: $AP_PIPE_DIR/pipelines/LATISS/ApPipe.yaml
9+
tasks:
10+
diaPipe:
11+
class: lsst.ap.association.DiaPipelineTask
12+
config:
13+
doPackageAlerts: True
14+
alertPackager.doProduceAlerts: True

pipelines/LSSTComCamSim/ApPipe.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ description: Alert Production pipeline specialized for LSSTComCamSim
66
# release schedule.
77
imports:
88
- location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
9+
tasks:
10+
diaPipe:
11+
class: lsst.ap.association.DiaPipelineTask
12+
config:
13+
doPackageAlerts: True
14+
alertPackager.doProduceAlerts: True

0 commit comments

Comments
 (0)