Skip to content

Commit

Permalink
Merge pull request #212 from lsst/tickets/DM-47892
Browse files Browse the repository at this point in the history
DM-47892 : adding associationCore to all ApPipe variants
  • Loading branch information
Gerenjie authored Dec 5, 2024
2 parents 2d5f05b + e26418a commit f22f416
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pipelines/DECam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ subsets:
- analyzeTrailedDiaSrcCore
- sampleSpatialMetrics
- diffimTaskCore
- associationCore
- diffimTaskPlots
- initialPviCore
description: >
Expand All @@ -54,6 +55,7 @@ subsets:
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- diffimTaskCore
- associationCore
- initialPviCore
description: >
Tasks necessary to turn raw images into APDB rows and alerts.
Expand Down
2 changes: 2 additions & 0 deletions pipelines/DECam/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ subsets:
- analyzeDiaFakesDetectorVisitCore
- analyzeDiaFakesVisitCore
- diffimTaskCore
- associationCore
- diffimTaskPlots
- initialPviCore
description: >
Expand All @@ -67,6 +68,7 @@ subsets:
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- diffimTaskCore
- associationCore
- initialPviCore
description: >
Tasks necessary to turn raw images into APDB rows and alerts.
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: |
which is used in realtime Prompt Processing production.
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
3 changes: 3 additions & 0 deletions pipelines/LSSTComCamSim/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ description: |
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
exclude:
# turn off R/B analysis to save processing time
- rbClassify
2 changes: 2 additions & 0 deletions pipelines/_ingredients/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ subsets:
- analyzeTrailedDiaSrcCore
- sampleSpatialMetrics
- diffimTaskCore
- associationCore
- diffimTaskPlots
- initialPviCore
description: >
Expand All @@ -120,6 +121,7 @@ subsets:
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- diffimTaskCore
- associationCore
- initialPviCore
description: >
Tasks necessary to turn raw images into APDB rows and alerts.
Expand Down

0 comments on commit f22f416

Please sign in to comment.