Skip to content

Commit

Permalink
Merge pull request #113 from lsst/tickets/DM-43382
Browse files Browse the repository at this point in the history
DM-43382: Add visit-level metric tasks
  • Loading branch information
cmsaunders authored Mar 21, 2024
2 parents 8df5466 + e5064bb commit fd46959
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
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

0 comments on commit fd46959

Please sign in to comment.