Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-39256: Add AB1/ABF1 task #120

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ subsets:
- consolidateSourceTable
- catalogMatchVisit
- astrometricRefCatSourceVisit
- sourceObjectMatch
description: |
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4', 'step5' subsets
Expand Down
3 changes: 2 additions & 1 deletion pipelines/HSC/DRP-RC2_subset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,11 @@ subsets:
nightlyStep4:
subset:
- forcedPhotCcd
- sourceObjectMatch
description: |
Tasks that can be run together, but only after the 'step1', 'step2'
and 'step3' subsets
These detector-level tasks should not be run with
These detector and visit-level tasks should not be run with
'tract' or 'patch' as part of the data ID expression if all
reference catalogs or diffIm templates that cover these
detector-level quanta are desired.
Expand Down
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ subsets:
- validateObjectTableCore
- catalogMatchVisit
- astrometricRefCatSourceVisit
- sourceObjectMatch
1 change: 1 addition & 0 deletions pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ subsets:
- validateObjectTableCore
- catalogMatchVisit
- astrometricRefCatSourceVisit
- sourceObjectMatch
1 change: 1 addition & 0 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ subsets:
- consolidateDiaSourceTable
- catalogMatchVisit
- astrometricRefCatSourceVisit
- sourceObjectMatch
description: |
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4' subsets
Expand Down