Skip to content

Commit

Permalink
Add ForcedSource transform tasks to step4/5
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Sep 14, 2021
1 parent 10e7226 commit b6583dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pipelines/imsim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ subsets:
- getTemplate
- imageDifference
- transformDiaSourceCat
- writeForcedSourceTable
description: >
Tasks that can be run together, but only after the 'step1', 'step2'
and 'step3' subsets
Expand All @@ -112,14 +113,17 @@ subsets:
subset:
- drpAssociation
- drpDiaCalculation
- transformForcedSourceTable
- consolidateForcedSourceTable
description: >
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4' subsets
This step includes tract-level aggregation Tasks. These should be
This step includes patch-level aggregation Tasks. These should be
run with explicit 'tract' constraints in the data query, otherwise
quanta will be created for jobs with only partial visit coverage.
'consolidateForcedSourceTable' is a tract-level task that aggregates
patches and should be rerun if any of the patches fail.
step6:
subset:
- consolidateDiaSourceTable
Expand Down

0 comments on commit b6583dd

Please sign in to comment.