Skip to content

Commit

Permalink
Merge pull request #140 from lsst/tickets/DM-45463
Browse files Browse the repository at this point in the history
DM-45463: Add analyzeAmpOffsetMetadata from analysis_tools to HSC pipeline YAMLs
  • Loading branch information
enourbakhsh authored Jul 31, 2024
2 parents 4a88625 + d63f400 commit c4c48a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-Prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ subsets:
in the data query.
step8:
subset:
- analyzeAmpOffsetMetadata
- analyzeObjectTableCore
- analyzeObjectTableSurveyCore
- catalogMatchTract
Expand Down
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ subsets:
in the data query.
step8:
subset:
- analyzeAmpOffsetMetadata
- analyzeMatchedVisitCore
- analyzeMatchedPreVisitCore
- analyzeObjectTableCore
Expand Down
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2_subset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ subsets:
for bands with no columns in the object table.
nightlyStep8:
subset:
- analyzeAmpOffsetMetadata
- analyzeMatchedVisitCore
- analyzeMatchedPreVisitCore
- analyzeObjectTableCore
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 @@ -78,6 +78,7 @@ tasks:
subsets:
analysis_tools:
subset:
- analyzeAmpOffsetMetadata
- analyzeMatchedVisitCore
- analyzeMatchedPreVisitCore
- analyzeObjectTableCore
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/HSC/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ imports:
- $ANALYSIS_DRP_DIR/pipelines/analysis_drp_plots.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddColumnValidate.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/exposureQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/wholeSkyCore.yaml
Expand Down

0 comments on commit c4c48a2

Please sign in to comment.