Skip to content

Commit

Permalink
Change analyzeFlatDetCore to include the merged detector results
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Broughton committed Dec 16, 2024
1 parent 6613b0f commit 132016e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pipelines/cpCore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -315,7 +315,8 @@ subsets:
- analyzeDarkDetCore
flatMetricsCore:
subset:
- analyzeFlatDetCore
- analyzeFlatCore
- analyzeFlatDetMergeCore
defectMetricsCore:
subset:
- analyzeDefectCore
Expand Down

0 comments on commit 132016e

Please sign in to comment.