From 132016ea009f49f89f2bb3c7bd3e0041765fc03d Mon Sep 17 00:00:00 2001 From: Alex Broughton Date: Thu, 12 Dec 2024 09:49:06 -0800 Subject: [PATCH] Change analyzeFlatDetCore to include the merged detector results --- pipelines/cpCore.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pipelines/cpCore.yaml b/pipelines/cpCore.yaml index 974afee98..e393dde2d 100644 --- a/pipelines/cpCore.yaml +++ b/pipelines/cpCore.yaml @@ -158,11 +158,11 @@ tasks: python: | from lsst.analysis.tools.atools import * - analyzeFlatDetCore: - class: lsst.analysis.tools.tasks.VerifyCalibAnalysisTaskByFilter + analyzeFlatDetMergeCore: + class: lsst.analysis.tools.tasks.VerifyCalibDetectorTaskByFilter config: - connections.outputName: cpFlatDetCore - connections.data: verifyFlatDetResults + connections.outputName: cpFlatDetMergeCore + connections.data: verifyFlatDetMergeResults atools.flatTestsByDate: CalibAmpScatterTool atools.flatTestsByDate.prep.panelKey: amplifier @@ -315,7 +315,8 @@ subsets: - analyzeDarkDetCore flatMetricsCore: subset: - - analyzeFlatDetCore + - analyzeFlatCore + - analyzeFlatDetMergeCore defectMetricsCore: subset: - analyzeDefectCore