Skip to content

Commit

Permalink
Remove analyzeObjectExtended from non-CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Mar 20, 2024
1 parent 8df5466 commit 6970e46
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ subsets:
subset:
- analyzeMatchedVisitCore
- analyzeObjectTableCore
- analyzeObjectTableExtended
- analyzeObjectTableSurveyCore
- catalogMatchTract
- photometricCatalogMatch
Expand Down
1 change: 0 additions & 1 deletion pipelines/HSC/DRP-RC2_subset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ subsets:
subset:
- analyzeMatchedVisitCore
- analyzeObjectTableCore
- analyzeObjectTableExtended
- analyzeObjectTableSurveyCore
- catalogMatchTract
- photometricCatalogMatch
Expand Down
4 changes: 3 additions & 1 deletion pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ imports:
- faro_visit
- faro_matched
- faro_tract
# We generally don't want all visit-level plots for non-CI runs
# We generally only want visit-level and coadd extended plots for CI runs
- location: $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
- location: $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml


tasks:
# Do expect jointcal's photoCalibs to be present even though we didn't
Expand Down
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 @@ -5,6 +5,7 @@ imports:
- $ANALYSIS_DRP_DIR/pipelines/LSSTCam-imSim/analysis_drp_plots.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/diaTractQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml

tasks:
deblend:
Expand Down
2 changes: 0 additions & 2 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ imports:
- $DRP_PIPE_DIR/pipelines/_ingredients/DRP-full.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddColumnValidate.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/diaTractQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
Expand Down Expand Up @@ -136,7 +135,6 @@ subsets:
# analysis_tools tasks
- analyzeMatchedVisitCore
- analyzeObjectTableCore
- analyzeObjectTableExtended
- catalogMatchTract
- photometricCatalogMatch
- photometricRefCatObjectTract
Expand Down
1 change: 0 additions & 1 deletion pipelines/_ingredients/HSC/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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/coaddQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
tasks:
isolatedStarAssociation:
Expand Down
2 changes: 0 additions & 2 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ imports:
- $ANALYSIS_TOOLS_DIR/pipelines/coaddColumnValidate.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddDiffMatchedQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
parameters:
filterMap: {
Expand Down Expand Up @@ -250,7 +249,6 @@ subsets:
subset:
- analyzeMatchedVisitCore
- analyzeObjectTableCore
- analyzeObjectTableExtended
- analyzeObjectTableSurveyCore
- catalogMatchTract
- diff_matched_analysis
Expand Down

0 comments on commit 6970e46

Please sign in to comment.