Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-31217: Add global step 7 to DRP.yaml #390

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 12 additions & 2 deletions pipelines/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ subsets:
subset:
- consolidateSourceTable
- consolidateVisitSummary
- makeCcdVisitTable
- makeVisitTable
- skyCorr
- fgcmBuildStarsTable
- fgcmFitCycle
Expand Down Expand Up @@ -284,3 +282,15 @@ subsets:
aggregation steps. Otherwise, if run in the same quantum graph,
aggregated data products (e.g. diaObjects) would not be created if
one or more of the expected inputs is missing.
step7:
subset:
- makeCcdVisitTable
- makeVisitTable
- consolidateHealSparsePropertyMaps
description: >
Tasks that should be run as the final step that require global
inputs, and can be run after the 'step3' subset.

This step has global aggregation tasks to run over all visits,
detectors, tracts, etc. This step should be run only with
the instrument constraint in the data query.