Skip to content

Commit

Permalink
Add new IsrTaskLSST LATISS verification pipeline for bfk.
Browse files Browse the repository at this point in the history
Note that this pipeline is not fully working, waiting for DM-46445.
  • Loading branch information
erykoff committed Sep 23, 2024
1 parent fd04701 commit 93accf7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pipelines/LATISS/verifyBfk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
description: cp_verify LATISS BFK calibration verification
# TODO DM-46445: This pipeline is a draft, but does not fully work
# and will be fixed on that ticket.
instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_VERIFY_DIR/pipelines/_ingredients/verifyBfkLSST.yaml
tasks:
verifyBfkIsr:
class: lsst.ip.isr.IsrTaskLSST
config:
crosstalk.doQuadraticCrosstalkCorrection: false
verifyUncorrectedBfkIsr:
class: lsst.ip.isr.IsrTaskLSST
config:
crosstalk.doQuadraticCrosstalkCorrection: false

0 comments on commit 93accf7

Please sign in to comment.