Skip to content

Commit

Permalink
Merge branch 'tickets/DM-41351'
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Oct 27, 2023
2 parents b5a0ed1 + 76c3e14 commit 9dd2c6f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pipelines/HyperSuprimeCam/cpBias.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: obs_subaru/HSC bias calibration construction
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
location: $CP_PIPE_DIR/pipelines/_ingredients/cpBias.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpBias.yaml
2 changes: 1 addition & 1 deletion pipelines/HyperSuprimeCam/cpDark.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: obs_subaru/HSC dark calibration construction
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
location: $CP_PIPE_DIR/pipelines/_ingredients/cpDark.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDark.yaml
2 changes: 1 addition & 1 deletion pipelines/HyperSuprimeCam/cpFlat.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: obs_subaru/HSC flat calibration construction
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
location: $CP_PIPE_DIR/pipelines/_ingredients/cpFlat.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpFlat.yaml
2 changes: 1 addition & 1 deletion pipelines/HyperSuprimeCam/cpFringe.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: obs_subaru/HSC fringe calibration construction
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
location: $CP_PIPE_DIR/pipelines/_ingredients/cpFringe.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpFringe.yaml
2 changes: 1 addition & 1 deletion pipelines/Latiss/cpDark.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: Latiss dark calibration construction
instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDark.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDark.yaml
tasks:
darkIsr:
class: lsst.ip.isr.IsrTask
Expand Down
4 changes: 2 additions & 2 deletions pipelines/Latiss/cpDarkSkipCosmics.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Latiss dark calibration construction
instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDarkSkipCosmics.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDarkSkipCosmics.yaml
tasks:
isr:
darkIsr:
class: lsst.ip.isr.IsrTask
config:
# Disable these until valid calibrations exist.
Expand Down
2 changes: 1 addition & 1 deletion pipelines/Latiss/cpSky.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: Sky frame generation pipeline definition.
instrument: lsst.obs.lsst.Latiss
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpSky.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpSky.yaml
tasks:
skyIsr:
class: lsst.ip.isr.isrTask.IsrTask
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LsstCam/cpPtc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ instrument: lsst.obs.lsst.LsstCam
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpPtc.yaml
tasks:
isr:
ptcIsr:
class: lsst.ip.isr.IsrTask
config:
deferredChargeCorrection.useGains: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LsstCamImSim/cpBias.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: ImSim bias calibration construction
instrument: lsst.obs.lsst.LsstCamImSim
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpBias.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpBias.yaml
tasks:
biasIsr:
class: lsst.ip.isr.IsrTask
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LsstComCam/cpBias.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: ComCam bias calibration construction
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpBias.yaml
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpBias.yaml
tasks:
biasIsr:
class: lsst.ip.isr.IsrTask
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LsstTS8/cpDeferredCharge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ instrument: lsst.obs.lsst.LsstTS8
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpDeferredCharge.yaml
tasks:
isr:
ctiIsr:
class: lsst.ip.isr.IsrTask
config:
overscan.fitType: 'MEDIAN_PER_ROW'
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LsstTS8/cpPtc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ instrument: lsst.obs.lsst.LsstTS8
imports:
- location: $CP_PIPE_DIR/pipelines/_ingredients/cpPtc.yaml
tasks:
isr:
ptcIsr:
class: lsst.ip.isr.IsrTask
config:
deferredChargeCorrection.useGains: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/cpDarkSkipCosmics.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: cp_pipe DARK calibration construction
tasks:
isr:
darkIsr:
class: lsst.ip.isr.IsrTask
config:
connections.ccdExposure: 'raw'
Expand Down

0 comments on commit 9dd2c6f

Please sign in to comment.