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 15, 2024
1 parent 9a4dc0e commit 1e93a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
analyzeFlatDetMergeCore:
class: lsst.analysis.tools.tasks.VerifyCalibAnalysisTaskByFilter
config:
connections.outputName: cpFlatDetCore
connections.data: verifyFlatDetResults
connections.outputName: cpFlatDetMergeCore
connections.data: verifyFlatDetMergeResults

atools.flatTestsByDate: CalibAmpScatterTool
atools.flatTestsByDate.prep.panelKey: amplifier
Expand Down

0 comments on commit 1e93a60

Please sign in to comment.