Skip to content

Commit

Permalink
Add global step 7 to DRP.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 28, 2021
1 parent 1b47642 commit 22fc44a
Showing 1 changed file with 12 additions and 2 deletions.
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 @@ -281,3 +279,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 step 3.
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.

0 comments on commit 22fc44a

Please sign in to comment.