diff --git a/pipelines/LATISS/ApPipe-noAlerts.yaml b/pipelines/LATISS/ApPipe-noAlerts.yaml new file mode 100644 index 00000000..98d76aa9 --- /dev/null +++ b/pipelines/LATISS/ApPipe-noAlerts.yaml @@ -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 diff --git a/pipelines/LATISS/ApPipe-noForced.yaml b/pipelines/LATISS/ApPipe-noForced.yaml index 179f81a4..bbd956ed 100644 --- a/pipelines/LATISS/ApPipe-noForced.yaml +++ b/pipelines/LATISS/ApPipe-noForced.yaml @@ -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 diff --git a/pipelines/LATISS/Preprocessing-noForced.yaml b/pipelines/LATISS/Preprocessing-noForced.yaml index 7eae10e5..7a6aa86b 100644 --- a/pipelines/LATISS/Preprocessing-noForced.yaml +++ b/pipelines/LATISS/Preprocessing-noForced.yaml @@ -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 diff --git a/pipelines/LSSTComCamSim/ApPipe-noForced.yaml b/pipelines/LSSTComCamSim/ApPipe-noForced.yaml index 2e507d76..ae8071e9 100644 --- a/pipelines/LSSTComCamSim/ApPipe-noForced.yaml +++ b/pipelines/LSSTComCamSim/ApPipe-noForced.yaml @@ -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 diff --git a/pipelines/LSSTComCamSim/Preprocessing-noForced.yaml b/pipelines/LSSTComCamSim/Preprocessing-noForced.yaml index ac933dac..1bf3bf83 100644 --- a/pipelines/LSSTComCamSim/Preprocessing-noForced.yaml +++ b/pipelines/LSSTComCamSim/Preprocessing-noForced.yaml @@ -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