Skip to content

Commit

Permalink
Add analysis_tools coaddQualityCore to HSC
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Feb 15, 2023
1 parent a5431b3 commit 0e8c173
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions ingredients/HSC/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ description: The DRP pipeline specialized for Subaru's HyperSuprime-Cam
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- $DRP_PIPE_DIR/ingredients/DRP-full.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityCore.yaml
- $FARO_DIR/pipelines/metrics_pipeline_jointcal_fgcm.yaml
- $ANALYSIS_DRP_DIR/pipelines/analysis_drp_plots.yaml
tasks:
Expand Down
18 changes: 17 additions & 1 deletion pipelines/HSC/DRP-Prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ description: The DRP pipeline specialized for large data release productions
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- location: "$DRP_PIPE_DIR/ingredients/HSC/DRP.yaml"
exclude: faro_all
exclude:
- faro_all
tasks:
fgcmFitCycle:
class: lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask
Expand Down Expand Up @@ -135,3 +136,18 @@ subsets:
This step has global aggregation tasks to run over all visits, detectors,
tracts, etc. This step should be run only with the instrument constraint
in the data query.
step8:
subset:
- analyzeObjectTableCore
- analyzeObjectTableSurveyCore
- catalogMatchTract
- refCatObjectTract
description: |
Core (most important), coadd-level plots/metrics from analysis_tools.
Must be run after 'step3' (writeObjectTable). Cannot be run with any
dataquery constraints if analyzeObjectTableSurveyCore is included.
Can be run together with analysis_drp subsets, e.g. pipeline.yaml
(hash/pound sign)step8,analysis_coadd_plots,imsim_analysis_coadd_plots
15 changes: 15 additions & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,18 @@ subsets:
This step has global aggregation tasks to run over all visits, detectors,
tracts, etc. This step should be run only with the instrument constraint
in the data query.
step8:
subset:
- analyzeObjectTableCore
- analyzeObjectTableSurveyCore
- catalogMatchTract
- refCatObjectTract
description: |
Core (most important), coadd-level plots/metrics from analysis_tools.
Must be run after 'step3' (writeObjectTable). Cannot be run with any
dataquery constraints if analyzeObjectTableSurveyCore is included.
Can be run together with analysis_drp subsets, e.g. pipeline.yaml
(hash/pound sign)step8,analysis_coadd_plots,imsim_analysis_coadd_plots

0 comments on commit 0e8c173

Please sign in to comment.