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 15, 2021
1 parent 55c1ce8 commit 5fca07d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pipelines/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ subsets:
- getTemplate
- imageDifference
- transformDiaSourceCat
- writeForcedSourceTable
description: >
Tasks that can be run together, but only after the 'step1', 'step2'
and 'step3' subsets
Expand All @@ -224,13 +225,17 @@ subsets:
- drpDiaCalculation
- forcedPhotCcdOnDiaObjects
- forcedPhotDiffOnDiaObjects
- 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 5fca07d

Please sign in to comment.