Skip to content

Commit

Permalink
Merge pull request #176 from lsst/tickets/DM-43681
Browse files Browse the repository at this point in the history
DM-43681: Add calexpMetrics atool to AP metrics afterburner
  • Loading branch information
ebellm authored Apr 11, 2024
2 parents 5979f31 + 7c95acf commit eac8b4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/_ingredients/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ subsets:
- analyzeTrailedDiaSrcCore
- diffimTaskCore
- diffimTaskPlots
- initialPviCore
description: >
An alias of ApPipe to use in higher-level pipelines.
contracts:
Expand All @@ -95,6 +96,9 @@ contracts:
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
rbClassify.connections.ConnectionsClass(config=rbClassify).science.name
msg: "calibrateImage.exposure != rbClassify.science"
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name + ".summaryStats" ==
initialPviCore.connections.ConnectionsClass(config=initialPviCore).data.name
msg: "calibrateImage.exposure != initialPviCore.data"
- contract: retrieveTemplate.connections.ConnectionsClass(config=retrieveTemplate).template.name ==
subtractImages.connections.ConnectionsClass(config=subtractImages).template.name
msg: "retrieveTemplate.template != subtractImages.template"
Expand Down
3 changes: 3 additions & 0 deletions pipelines/_ingredients/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ imports:
# new CalibrateImageTask, so the fakes pipeline still is on the old tasks.
- location: $AP_PIPE_DIR/pipelines/_ingredients/ProcessCcdCalibrate.yaml
- location: $ANALYSIS_TOOLS_DIR/pipelines/apDetectorVisitQualityCore.yaml
exclude:
- initialPviCore # include once fakes pipeline uses CalibrateImageTask

parameters:
coaddName: goodSeeing
fakesType: 'fakes_'
Expand Down

0 comments on commit eac8b4e

Please sign in to comment.