Skip to content

Commit

Permalink
Add band constraints to step 1, step 5 HSC-RC2 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
eigerx committed Jan 24, 2024
1 parent 8fc11ac commit 8f0605a
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -40,7 +40,7 @@ step1:
prerequisites: []
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#step1"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1'"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1' AND band IN ('g','r','i','z','y')"
split_args:
dataset: raw
field: exposure
Expand Down Expand Up @@ -90,7 +90,7 @@ step5:
prerequisites: ["step4"]
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#step5"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1'"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1' AND band IN ('g','r','i','z','y')'"
split_vals:
field: tract
values:
Expand Down

0 comments on commit 8f0605a

Please sign in to comment.