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-41351: Fix incorrect pipeline stage name #214

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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