Skip to content

Commit

Permalink
Remove old step2 and make sure consolidateSourceTable is imported.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 12, 2023
1 parent 4b45542 commit eadcb40
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pipelines/LATISS/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ imports:
- makeCcdVisitTable
- makeVisitTable
- transformSourceTable
- consolidateSourceTable
- writeRecalibratedSourceTable
- makeWarp
- assembleCoadd
Expand Down Expand Up @@ -99,19 +100,6 @@ subsets:
if one _did_ run it with a tract constraint (which would be a common
occurrence if it was included in any later step).
step2:
subset:
- consolidateSourceTable
description: |
This is a mix of visit-level and tract-level tasks that must not be run
with data query constraints other than instrument. These are tasks that
can be run together, but only after the 'step1' subset.
Visit-level: consolidateSourceTable, consolidateVisitSummary,
finalizeCharacterization, updateVisitSummary,
makeCcdVisitTable, makVisitTable
Tract-level: isolatedStarAssociation
step3a:
subset:
- makeWarp
Expand Down

0 comments on commit eadcb40

Please sign in to comment.