Skip to content

Commit

Permalink
Add new IsrTaskLSST pipeline for LSSTComCam cpSky.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 27, 2024
1 parent 8643879 commit 4e15ed3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pipelines/LSSTComCam/cpSky.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
description: Sky frame generation for LSSTComCam pipeline.
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpSkyLSST.yaml
tasks:
cpSkyIsr:
class: lsst.ip.isr.IsrTaskLSST
config:
crosstalk.doQuadraticCrosstalkCorrection: false
cpSkyImage:
class: lsst.cp.pipe.CpSkyImageTask
config:
# These values roughly equate to the dimensions of a single detector.
# As noted below, the sizes are in millimeters, and correspond to a
# background image of 4096*4096 pixels (4096*0.01=40.96).
# TODO: Revise these values on DM-43321.
largeScaleBackground.xSize: 40.96 # in mm
largeScaleBackground.ySize: 40.96 # in mm
largeScaleBackground.pixelSize: 0.01 # in mm per pixel

0 comments on commit 4e15ed3

Please sign in to comment.