diff --git a/pipelines/LSSTComCamSim/ApPipe-noAlerts.yaml b/pipelines/LSSTComCamSim/ApPipe-noAlerts.yaml new file mode 100644 index 00000000..a432c73d --- /dev/null +++ b/pipelines/LSSTComCamSim/ApPipe-noAlerts.yaml @@ -0,0 +1,11 @@ +description: >- + Alert Production pipeline specialized for LSSTComCamSim, + with alert distribution turned off. + +imports: + - location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/ApPipe.yaml +tasks: + diaPipe: + class: lsst.ap.association.DiaPipelineTask + config: + alertPackager.doProduceAlerts: False