From 3e10cb592a896eb87c5e4197f5031079a808318f Mon Sep 17 00:00:00 2001 From: Lee Kelvin Date: Tue, 25 Jul 2023 15:20:17 -0400 Subject: [PATCH] Run rc2_subset nightly processing with atools --- pipelines/HSC/DRP-RC2_subset.yaml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pipelines/HSC/DRP-RC2_subset.yaml b/pipelines/HSC/DRP-RC2_subset.yaml index 389c0c5c..5421e507 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.