Skip to content

Commit cd31e49

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

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

pipelines/cpCore.yaml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,22 @@ tasks:
164164
connections.outputName: cpFlatDetCore
165165
connections.data: verifyFlatDetResults
166166

167+
atools.flatNoiseByMean: CalibAmpScatterTool
168+
atools.flatNoiseByMean.prep.panelKey: amplifier
169+
atools.flatNoiseByMean.prep.dataKey: FLAT_MEAN
170+
atools.flatNoiseByMean.prep.quantityKey: FLAT_NOISE
171+
atools.flatNoiseByMean.produce.plot.xAxisLabel: "Flat Mean (electrons)"
172+
atools.flatNoiseByMean.produce.plot.yAxisLabel: "Flat Noise (electrons)"
173+
174+
python: |
175+
from lsst.analysis.tools.atools import *
176+
177+
analyzeFlatDetMergeCore:
178+
class: lsst.analysis.tools.tasks.VerifyCalibAnalysisTaskByFilter
179+
config:
180+
connections.outputName: cpFlatDetMergeCore
181+
connections.data: verifyFlatDetMergeResults
182+
167183
atools.flatTestsByDate: CalibAmpScatterTool
168184
atools.flatTestsByDate.prep.panelKey: amplifier
169185
atools.flatTestsByDate.prep.dataKey: mjd
@@ -187,13 +203,6 @@ tasks:
187203
atools.flatNoiseByDate.produce.plot.xAxisLabel: "MJD"
188204
atools.flatNoiseByDate.produce.plot.yAxisLabel: "Flat Noise (electrons)"
189205

190-
atools.flatNoiseByMean: CalibAmpScatterTool
191-
atools.flatNoiseByMean.prep.panelKey: amplifier
192-
atools.flatNoiseByMean.prep.dataKey: FLAT_MEAN
193-
atools.flatNoiseByMean.prep.quantityKey: FLAT_NOISE
194-
atools.flatNoiseByMean.produce.plot.xAxisLabel: "Flat Mean (electrons)"
195-
atools.flatNoiseByMean.produce.plot.yAxisLabel: "Flat Noise (electrons)"
196-
197206
python: |
198207
from lsst.analysis.tools.atools import *
199208

0 commit comments

Comments
 (0)