Skip to content

Commit

Permalink
Move isolatedStarAssociation task to DECam step2a
Browse files Browse the repository at this point in the history
  • Loading branch information
enourbakhsh committed Mar 17, 2023
1 parent 3fb1c94 commit b262ddb
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions ingredients/DECam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,31 @@ subsets:
subset:
- consolidatePreSourceTable
- consolidateVisitSummary
- isolatedStarAssociation
description: |
Visit-level tasks
Allowed data query constraints: visit
Global tasks: This is a mix of visit-level and tract-level tasks that
must be run with a skymap data query constraint only (an instrument
constraint is fine, but generally unneccessary). For example, running
with 'tract' (and 'patch') constraints will select partial visits that
overlap that region. A skymap constraint is necessary to prevent
isolatedStarAssociation from producing results for all skymaps in the
data repository. This only works with small to medium jobs.
The isolatedStarAssociation task uses PreSources, generated by
consolidatePreSourceTable, for all visits that overlap a tract.
Tasks aggregate all detectors for a given visit.
Visit-level: consolidatePreSourceTable, consolidateVisitSummary
Tract-level: isolatedStarAssociation
step2b:
subset:
- isolatedStarAssociation
- jointcal
description: |
Tract-level tasks
Allowed data query constraints: tract
Jointcal and isolatedStarAssociation both use PreSources, generated
by consolidatePreSourceTable, for all visits that overlap a tract.
jointcal produces solutions per-tract, per-visit
isolatedStarAssociation produces solutions per-tract.
Jointcal uses PreSources, generated by consolidatePreSourceTable,
for all visits that overlap a tract. It also produces solutions
per-tract, per-visit isolatedStarAssociation produces solutions
per-tract.
step2d:
subset:
- finalizeCharacterization
Expand Down

0 comments on commit b262ddb

Please sign in to comment.