Skip to content

Commit

Permalink
Add CTI pipelines for simulated instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Broughton committed Jan 14, 2025
1 parent 38c9971 commit fbdd3ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pipelines/LSSTComCamSim/cpCti.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
description: LSSTCam cti calibration construction
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpCtiLSST.yaml
2 changes: 1 addition & 1 deletion pipelines/_ingredients/cpCti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ tasks:
class: lsst.cp.pipe.CpCtiSolveTask
config:
connections.inputMeasurements: "cpCtiStatistics"
connections.outputCalib: "cpCtiCalib"
connections.outputCalib: "cti"
contracts:
- cpCtiSolve.connections.inputMeasurements == cpCtiIsr.connections.outputStatistics

0 comments on commit fbdd3ee

Please sign in to comment.