From d63f400a6b1b8b75634d26098a23d448b594d1f1 Mon Sep 17 00:00:00 2001 From: Erfan Nourbakhsh Date: Mon, 29 Jul 2024 15:36:50 -0400 Subject: [PATCH] Add analyzeAmpOffsetMetadata to HSC pipeline YAMLs --- pipelines/HSC/DRP-Prod.yaml | 1 + pipelines/HSC/DRP-RC2.yaml | 1 + pipelines/HSC/DRP-RC2_subset.yaml | 1 + pipelines/HSC/DRP-ci_hsc.yaml | 1 + pipelines/_ingredients/HSC/DRP.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/pipelines/HSC/DRP-Prod.yaml b/pipelines/HSC/DRP-Prod.yaml index 680ef4fa..a121d04a 100644 --- a/pipelines/HSC/DRP-Prod.yaml +++ b/pipelines/HSC/DRP-Prod.yaml @@ -142,6 +142,7 @@ subsets: in the data query. step8: subset: + - analyzeAmpOffsetMetadata - analyzeObjectTableCore - analyzeObjectTableSurveyCore - catalogMatchTract diff --git a/pipelines/HSC/DRP-RC2.yaml b/pipelines/HSC/DRP-RC2.yaml index 671b7cb6..9b9b5ee0 100644 --- a/pipelines/HSC/DRP-RC2.yaml +++ b/pipelines/HSC/DRP-RC2.yaml @@ -276,6 +276,7 @@ subsets: in the data query. step8: subset: + - analyzeAmpOffsetMetadata - analyzeMatchedVisitCore - analyzeMatchedPreVisitCore - analyzeObjectTableCore diff --git a/pipelines/HSC/DRP-RC2_subset.yaml b/pipelines/HSC/DRP-RC2_subset.yaml index 5829b4a7..cee43830 100644 --- a/pipelines/HSC/DRP-RC2_subset.yaml +++ b/pipelines/HSC/DRP-RC2_subset.yaml @@ -444,6 +444,7 @@ subsets: for bands with no columns in the object table. nightlyStep8: subset: + - analyzeAmpOffsetMetadata - analyzeMatchedVisitCore - analyzeMatchedPreVisitCore - analyzeObjectTableCore diff --git a/pipelines/HSC/DRP-ci_hsc.yaml b/pipelines/HSC/DRP-ci_hsc.yaml index a564de1a..850b2df0 100644 --- a/pipelines/HSC/DRP-ci_hsc.yaml +++ b/pipelines/HSC/DRP-ci_hsc.yaml @@ -78,6 +78,7 @@ tasks: subsets: analysis_tools: subset: + - analyzeAmpOffsetMetadata - analyzeMatchedVisitCore - analyzeMatchedPreVisitCore - analyzeObjectTableCore diff --git a/pipelines/_ingredients/HSC/DRP.yaml b/pipelines/_ingredients/HSC/DRP.yaml index 9960a4a8..eee0608a 100644 --- a/pipelines/_ingredients/HSC/DRP.yaml +++ b/pipelines/_ingredients/HSC/DRP.yaml @@ -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