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-42578: Constrain faro_matched and step8 on tract with dataquery in cm_prod, templates and directions #36

Merged
merged 1 commit into from
Jan 22, 2024
Merged
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
4 changes: 2 additions & 2 deletions src/lsst/cm/prod/configs/HSC/test/hsc_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
job_config: job
rescue_workflow:
includes: ["workflow"]
rescue: True

Check warning on line 24 in src/lsst/cm/prod/configs/HSC/test/hsc_weekly.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

24:13 [truthy] truthy value should be one of [false, true]
group:
class_name: lsst.cm.tools.db.group_handler.GroupHandler
input_type: source
Expand Down Expand Up @@ -115,7 +115,7 @@
prerequisites: ["step3"]
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#step8"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1'"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1' and tract in (9615, 9697, 9813)"
plots:
prerequisites: ["step3"]
includes: ["step"]
Expand All @@ -130,7 +130,7 @@
prerequisites: ["step6"]
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#faro_matched"
data_query_base: "instrument = 'HSC' AND band != 'N921' and skymap = 'hsc_rings_v1'"
data_query_base: "instrument = 'HSC' AND band != 'N921' and skymap = 'hsc_rings_v1' and tract in (9615, 9697, 9813)"
faro_tract:
prerequisites: ["step3"]
includes: ["step"]
Expand Down
Loading