Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-46356: Update testing to use new IsrTaskLSST calibration pipeline #41

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
916 changes: 665 additions & 251 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.
11 changes: 11 additions & 0 deletions pipelines/LATISS/runIsrLSST.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
description: ip_isr for ci_cpp_gen3
instrument: lsst.obs.lsst.Latiss
tasks:
isr:
class: lsst.ip.isr.IsrTaskLSST
config:
# TODO DM-46445: Configure BFK generation from test data so
# that this gives reasonable results.
doBrighterFatter: false
# TODO DM-46426: Add cpCtiLSST pipeline so that this can be True.
doDeferredCharge: false
6 changes: 3 additions & 3 deletions tests/data/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Run level:

.. code-block:: sh

cp ../../DATA/ci_cpv_flat/*/verifyFlatStats/verifyFlatStats* ./flatRun.yaml
cp ../../DATA/ci_cpv_flat/*/verifyFlatStats/r/RG610~empty/* ./flatRun.yaml

Exposure level:

Expand All @@ -116,13 +116,13 @@ Run level:

.. code-block:: sh

cp ../../DATA/ci_cpv_linearizer/*/verifyLinearityStats/verifyLinearityStats* ./linearityRun.yaml
cp ../../DATA/ci_cpv_linearizer/*/verifyLinearizerStats/verifyLinearizerStats* ./linearizerRun.yaml

Detector level:

.. code-block:: sh

cp ../../DATA/ci_cpv_linearizer/*/verifyLinearityDetStats/verifyLinearityDetStats* ./linearityDet.yaml
cp ../../DATA/ci_cpv_linearizer/*/verifyLinearizerDetStats/verifyLinearizerDetStats* ./linearizerDet.yaml


ptc
Expand Down
Loading
Loading