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-27941 Update Pipeline import syntax #330

Merged
merged 1 commit into from
Dec 17, 2020
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/DRP.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: The DRP pipeline specialized for the HSC instrument
instrument: lsst.obs.subaru.HyperSuprimeCam
inherits:
imports:
- $PIPE_TASKS_DIR/pipelines/DRP.yaml
tasks:
makeWarp:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/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
inherits:
imports:
location: $CP_PIPE_DIR/pipelines/cpBias.yaml
2 changes: 1 addition & 1 deletion pipelines/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
inherits:
imports:
location: $CP_PIPE_DIR/pipelines/cpDark.yaml
2 changes: 1 addition & 1 deletion pipelines/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
inherits:
imports:
location: $CP_PIPE_DIR/pipelines/cpFlat.yaml
2 changes: 1 addition & 1 deletion pipelines/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
inherits:
imports:
location: $CP_PIPE_DIR/pipelines/cpFringe.yaml