Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-34785: Add test in ci_cpp_gen3 for gain (from flat pairs) pipeline #148

Merged
merged 1 commit into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipelines/cpPtc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: cp_pipe PTC calibration construction.
parameters:
exposureName: cpPtcProc
measuredCovariances: cpCovariances
measuredCovariances: cpPtcExtract
tasks:
isr:
class: lsst.ip.isr.IsrTask
Expand Down
1 change: 1 addition & 0 deletions python/lsst/cp/pipe/ptc/cpExtractPtcTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class PhotonTransferCurveExtractConnections(pipeBase.PipelineTaskConnections,
doc="Extracted flat (co)variances.",
storageClass="PhotonTransferCurveDataset",
dimensions=("instrument", "exposure", "detector"),
isCalibration=True,
multiple=True,
)

Expand Down
1 change: 1 addition & 0 deletions python/lsst/cp/pipe/ptc/cpSolvePtcTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class PhotonTransferCurveSolveConnections(pipeBase.PipelineTaskConnections,
doc="Tuple with measured covariances from flats.",
storageClass="PhotonTransferCurveDataset",
dimensions=("instrument", "exposure", "detector"),
isCalibration=True,
multiple=True,
)
camera = cT.PrerequisiteInput(
Expand Down