Skip to content

Commit

Permalink
Merge pull request #280 from lsst/tickets/DM-45928
Browse files Browse the repository at this point in the history
DM-45928: add parallel CTI and add serial/parallel turnoff calculations to DeferredChargeCalib
  • Loading branch information
Alex-Broughton authored Feb 4, 2025
2 parents 036654c + 9e11bcd commit 84eb0f6
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 174 deletions.
2 changes: 1 addition & 1 deletion bps/templates/bps_cti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ campaign: "${TICKET}"

payload:
payloadName: "${INSTRUMENT}_${TICKET}_cti"
output: "${USER_CALIB_PREFIX}${INSTRUMENT}/calib/${TICKET}/${TAG}/bfkGen.${RERUN}"
output: "${USER_CALIB_PREFIX}${INSTRUMENT}/calib/${TICKET}/${TAG}/ctiGen.${RERUN}"
butlerConfig: "${REPO}"
inCollection: "${USER_CALIB_PREFIX}${INSTRUMENT}/calib/${TICKET}/${TAG},${RAW_COLLECTION},${CALIB_COLLECTIONS}"
dataQuery: "${SELECTION_PTC_CTI}"
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
Loading

0 comments on commit 84eb0f6

Please sign in to comment.