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-43382: Add visit-level metric tasks #113

Merged
merged 1 commit into from
Mar 21, 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
2 changes: 2 additions & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ subsets:
subset:
- consolidateDiaSourceTable
- consolidateSourceTable
- catalogMatchVisit
- astrometricRefCatSourceVisit
description: |
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4', 'step5' subsets
Expand Down
2 changes: 2 additions & 0 deletions pipelines/HSC/DRP-RC2_subset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ subsets:
- nsrcMeasVisit
- TE3
- TE4
- catalogMatchVisit
- astrometricRefCatSourceVisit
description: |
Per-visit tasks. These should never be run with tract constraints
nightlyStep3:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ imports:
- faro_visit
- faro_matched
- faro_tract
# We generally don't want all visit-level plots for non-CI runs
- location: $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml

tasks:
# Do expect jointcal's photoCalibs to be present even though we didn't
Expand Down Expand Up @@ -64,3 +62,5 @@ subsets:
- plotPropertyMapTract
- refCatObjectTract
- validateObjectTableCore
- catalogMatchVisit
- astrometricRefCatSourceVisit
3 changes: 2 additions & 1 deletion pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
- $ANALYSIS_DRP_DIR/pipelines/LSSTCam-imSim/analysis_drp_plots.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/diaTractQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml

tasks:
deblend:
Expand Down Expand Up @@ -53,3 +52,5 @@ subsets:
- diff_matched_analysis
- refCatObjectTract
- validateObjectTableCore
- catalogMatchVisit
- astrometricRefCatSourceVisit
1 change: 1 addition & 0 deletions pipelines/_ingredients/HSC/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ imports:
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
tasks:
isolatedStarAssociation:
class: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
Expand Down
3 changes: 3 additions & 0 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ imports:
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
parameters:
filterMap: {
"u": "lsst_u_smeared",
Expand Down Expand Up @@ -223,6 +224,8 @@ subsets:
step6:
subset:
- consolidateDiaSourceTable
- catalogMatchVisit
- astrometricRefCatSourceVisit
description: |
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4' subsets
Expand Down