Skip to content

Commit f5ab80f

Browse files
Change analyzeFlatDetCore to include the merged detector results
1 parent 9a4dc0e commit f5ab80f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pipelines/cpCore.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ tasks:
158158
python: |
159159
from lsst.analysis.tools.atools import *
160160
161-
analyzeFlatDetCore:
162-
class: lsst.analysis.tools.tasks.VerifyCalibAnalysisTaskByFilter
161+
analyzeFlatDetMergeCore:
162+
class: lsst.analysis.tools.tasks.VerifyCalibDetectorTaskByFilter
163163
config:
164-
connections.outputName: cpFlatDetCore
165-
connections.data: verifyFlatDetResults
164+
connections.outputName: cpFlatDetMergeCore
165+
connections.data: verifyFlatDetMergeResults
166166

167167
atools.flatTestsByDate: CalibAmpScatterTool
168168
atools.flatTestsByDate.prep.panelKey: amplifier
@@ -315,7 +315,8 @@ subsets:
315315
- analyzeDarkDetCore
316316
flatMetricsCore:
317317
subset:
318-
- analyzeFlatDetCore
318+
- analyzeFlatCore
319+
- analyzeFlatDetMergeCore
319320
defectMetricsCore:
320321
subset:
321322
- analyzeDefectCore

0 commit comments

Comments
 (0)