Skip to content

Commit

Permalink
Fix linearity inheritance.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jul 12, 2023
1 parent 41507bf commit 2cd9d1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pipelines/LsstCam/cpLinearitySolve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ description: cp_pipe linearity calibration construction.
instrument: lsst.obs.lsst.LsstCam
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpLinearitySolve.yaml
exclude:
- linearitySolve # We need a new name because of past runs with bad dimensions.
tasks:
linearitySolveBase:
class: lsst.cp.pipe.LinearitySolveTask
config:
connections.inputPtc: ptc
connections.outputLinearizer: linearizer
linearityType: Spline
usePhotodiode: true
splineGroupingColumn: CCOBCURR
Expand Down
4 changes: 4 additions & 0 deletions pipelines/LsstTS8/cpLinearitySolve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ description: cp_pipe linearity calibration construction.
instrument: lsst.obs.lsst.LsstTS8
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpLinearitySolve.yaml
exclude:
- linearitySolve # We need a new name because of past runs with bad dimensions.
tasks:
linearitySolveBase:
class: lsst.cp.pipe.LinearitySolveTask
config:
connections.inputPtc: ptc
connections.outputLinearizer: linearizer
linearityType: Spline
usePhotodiode: true
splineGroupingColumn: CCOBCURR
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/cpLinearitySolve.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: cp_pipe linearity calibration construction.
tasks:
linearitySolveBase:
linearitySolve:
class: lsst.cp.pipe.LinearitySolveTask
config:
connections.inputPtc: ptc
Expand Down

0 comments on commit 2cd9d1f

Please sign in to comment.