Skip to content

Commit

Permalink
Merge pull request #196 from lsst-dm/tickets/DM-46288
Browse files Browse the repository at this point in the history
DM-46288: Ability to skip alert distribution
  • Loading branch information
hsinfang authored Sep 11, 2024
2 parents d4ed261 + dad6f29 commit 9342c80
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
11 changes: 11 additions & 0 deletions pipelines/LATISS/ApPipe-noAlerts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
description: >-
Alert Production pipeline specialized for LATISS,
with alert distribution turned off.
imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/ApPipe.yaml
tasks:
diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
alertPackager.doProduceAlerts: False
2 changes: 0 additions & 2 deletions pipelines/LATISS/ApPipe-noForced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: >-
# will not be synced to the ap_pipe package.
imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/ApPipe.yaml
include:
- prompt
tasks:
diaPipe:
class: lsst.ap.association.DiaPipelineTask
Expand Down
4 changes: 1 addition & 3 deletions pipelines/LATISS/Preprocessing-noForced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ description: Preprocessing pipeline specialized for LATISS, with forced source l
# processing task. It is not intended for general use, and unlike ApPipe proper
# will not be synced to the ap_pipe package.
imports:
- location: $AP_PIPE_DIR/pipelines/LATISS/ApPipe.yaml
include:
- preload
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/Preprocessing.yaml
tasks:
loadDiaCatalogs:
class: lsst.ap.association.LoadDiaCatalogsTask
Expand Down
2 changes: 0 additions & 2 deletions pipelines/LSSTComCamSim/ApPipe-noForced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: >-
# will not be synced to the ap_pipe package.
imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
include:
- prompt
tasks:
diaPipe:
class: lsst.ap.association.DiaPipelineTask
Expand Down
4 changes: 1 addition & 3 deletions pipelines/LSSTComCamSim/Preprocessing-noForced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ description: Preprocessing pipeline specialized for LSSTComCamSim with forced so
# processing task. It is not intended for general use, and unlike ApPipe proper
# will not be synced to the ap_pipe package.
imports:
- location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
include:
- preload
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/Preprocessing.yaml
tasks:
loadDiaCatalogs:
class: lsst.ap.association.LoadDiaCatalogsTask
Expand Down

0 comments on commit 9342c80

Please sign in to comment.