diff --git a/pipelines/HSC/DRP-RC2_subset.yaml b/pipelines/HSC/DRP-RC2_subset.yaml index 389c0c5..5421e50 100644 --- a/pipelines/HSC/DRP-RC2_subset.yaml +++ b/pipelines/HSC/DRP-RC2_subset.yaml @@ -399,8 +399,20 @@ subsets: - skyObjectMean - skyObjectStd description: > - Tasks that can be run together, but only after the 'step1', 'step2', - 'step3', and 'step4' subsets - This step includes patch-level aggregation Tasks. These should be - run with explicit 'tract' constraints in the data query, otherwise - quanta will be created for jobs with only partial visit coverage. + Tasks that can be run together, but only after the 'step1', 'step2', + 'step3', and 'step4' subsets + This step includes patch-level aggregation Tasks. These should be + run with explicit 'tract' constraints in the data query, otherwise + quanta will be created for jobs with only partial visit coverage. + nightlyStep8: + subset: + - validateObjectTableCore + - analyzeObjectTableCore + - refCatObjectTract + - analyzeObjectTableSurveyCore + - catalogMatchTract + 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.