Skip to content

Commit

Permalink
Merge pull request #41 from lsst/tickets/DM-46356
Browse files Browse the repository at this point in the history
DM-46356: Update testing to use new IsrTaskLSST calibration pipeline
  • Loading branch information
erykoff authored Oct 31, 2024
2 parents 5f18c29 + 9786c84 commit 9bf849a
Show file tree
Hide file tree
Showing 42 changed files with 97,339 additions and 46,821 deletions.
983 changes: 722 additions & 261 deletions DATA/SConscript

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: ci_cpp CROSSTALK calibration construction
instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_PIPE_DIR/pipelines/LATISS/cpCrosstalk.yaml
- location: $CP_PIPE_DIR/pipelines/LATISS/legacy_202409/cpCrosstalk.yaml
tasks:
cpCrosstalkSolve:
class: lsst.cp.pipe.CrosstalkSolveTask
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: cp_pipe CTI calibration construction -- for ci_cpp only!
instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_PIPE_DIR/pipelines/LATISS/cpCti.yaml
- location: $CP_PIPE_DIR/pipelines/LATISS/legacy_202409/cpCti.yaml
tasks:
cpCtiSolve:
class: lsst.cp.pipe.CpCtiSolveTask
Expand Down
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions pipelines/LATISS/runIsrLSST.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
description: ISR run on LATISS for ci_cpp_gen3
instrument: lsst.obs.lsst.Latiss
tasks:
isr:
class: lsst.ip.isr.IsrTaskLSST
config:
overscanCamera.defaultDetectorConfig.defaultAmpConfig.saturation: 120000
# TODO DM-46426: Add cpCtiLSST pipeline so that this can be True.
doDeferredCharge: false
Loading

0 comments on commit 9bf849a

Please sign in to comment.