-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bca140
commit faf80c5
Showing
7 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
description: >- | ||
Alert Production pipeline specialized for LSSTComCam, | ||
with alert distribution turned off. | ||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCam/ApPipe.yaml | ||
tasks: | ||
diaPipe: | ||
class: lsst.ap.association.DiaPipelineTask | ||
config: | ||
alertPackager.doProduceAlerts: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
description: >- | ||
Alert Production pipeline specialized for LSSTComCam, | ||
with forced source handling turned off | ||
# This file serves as an "emergency shutdown" for a known issue in the DIA | ||
# processing task. It is not intended for general use, and unlike ApPipe proper | ||
# will not be synced to the ap_pipe package. | ||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCam/ApPipe.yaml | ||
tasks: | ||
diaPipe: | ||
class: lsst.ap.association.DiaPipelineTask | ||
config: | ||
doRunForcedMeasurement: false # see DM-43402 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
description: Alert Production pipeline specialized for LSSTComCam | ||
|
||
# This file should strive to contain just an import from ap_pipe. | ||
# Exceptions are allowed temporarily when urgent bug fixes and | ||
# prompt_processing build can't wait for the lsst_distrib | ||
# release schedule. | ||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipe.yaml | ||
include: | ||
- prompt | ||
tasks: | ||
diaPipe: | ||
class: lsst.ap.association.DiaPipelineTask | ||
config: | ||
doPackageAlerts: True | ||
alertPackager.doProduceAlerts: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: ISR-only pipeline specialized for LSSTComCam | ||
|
||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCam/ApPipe.yaml | ||
include: | ||
- isr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
description: Preprocessing pipeline specialized for LSSTComCam with forced source loading turned off | ||
|
||
# This file serves as an "emergency shutdown" for a known issue in the DIA | ||
# processing task. It is not intended for general use, and unlike ApPipe proper | ||
# will not be synced to the ap_pipe package. | ||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCam/Preprocessing.yaml | ||
tasks: | ||
loadDiaCatalogs: | ||
class: lsst.ap.association.LoadDiaCatalogsTask | ||
config: | ||
doLoadForcedSources: false # see DM-43394 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: Preprocessing pipeline specialized for LSSTComCam | ||
|
||
imports: | ||
- location: $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipe.yaml | ||
include: | ||
- preload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: Single-frame pipeline specialized for LSSTComCam | ||
|
||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCam/ApPipe.yaml | ||
include: | ||
- processCcd |