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-45087: Remove step8 from HSC RC2, Prod and test-med-1 campaigns #82

Merged
merged 2 commits into from
Sep 5, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions examples/example_HSC_DRP-Prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@
prerequisites: ['step3']
child_config:
split_method: no_split
- Step:
name: step8
spec_block: HSC_DRP-Prod_step8
prerequisites: ['step6']
child_config:
split_method: split_by_query
split_max_group_size: 10
split_dataset: deepCoadd
split_field: tract
data:
butler_repo: '/repo/main+sasquatch_dev'
prod_area: 'output/archive'
Expand Down
8 changes: 0 additions & 8 deletions examples/example_HSC_DRP-Prod_steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,3 @@
child_config:
base_query: "instrument='HSC' and skymap='hsc_rings_v1'"
split_method: no_split
- SpecBlock:
name: HSC_DRP-Prod_step8
includes: ['step']
data:
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-Prod.yaml#step8"
child_config:
base_query: "instrument='HSC' and skymap='hsc_rings_v1'"
split_method: no_split
13 changes: 3 additions & 10 deletions examples/example_HSC_DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- "${CM_CONFIGS}/example_HSC_DRP-RC2_steps.yaml"
- SpecBlock:
name: HSC_DRP-RC2_campaign
includes: ["base_campaign"] # I am a base campaign
includes: ["base_campaign"]
collections:
campaign_source: HSC/raw/RC2
campaign_ancillary_inputs:
Expand Down Expand Up @@ -91,13 +91,6 @@
prerequisites: ['step3']
child_config:
split_method: no_split
- Step:
name: step8
spec_block: HSC_DRP-RC2_step8
prerequisites: ['step6']
child_config:
split_method: no_split

- Step:
name: plots
spec_block: HSC_DRP-RC2_plots
Expand All @@ -107,13 +100,13 @@
- Step:
name: faro_visit
spec_block: HSC_DRP-RC2_faro_visit
prerequisites: ['step6']
prerequisites: ['step2cde']
child_config:
split_method: no_split
- Step:
name: faro_matched
spec_block: HSC_DRP-RC2_faro_matched
prerequisites: ['step6']
prerequisites: ['step2cde']
child_config:
split_method: no_split
- Step:
Expand Down
14 changes: 4 additions & 10 deletions examples/example_HSC_DRP-RC2_steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@
child_config:
base_query: "instrument='HSC' and skymap='hsc_rings_v1'"
split_method: no_split
- SpecBlock:
name: HSC_DRP-RC2_step8
includes: ['step']
data:
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#step8"
child_config:
base_query: "instrument='HSC' and skymap='hsc_rings_v1' and tract in (9615, 9697, 9813)"
split_method: no_split
- SpecBlock:
name: HSC_DRP-RC2_plots
includes: ['step']
Expand All @@ -103,13 +95,15 @@
data:
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#faro_matched"
child_config:
base_query: "instrument='HSC' and band != 'N921' and skymap='hsc_rings_v1'"
base_query: "instrument = 'HSC' and band != 'N921' and skymap = 'hsc_rings_v1' and tract in (9615, 9697, 9813)"
split_method: no_split
- SpecBlock:
name: HSC_DRP-RC2_faro_tract
includes: ['step']
data:
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#faro_tract"
child_config:
base_query: "instrument='HSC' and skymap='hsc_rings_v1' and band in ('g', 'r', 'i', 'z', 'y')"
base_query: >
instrument='HSC' AND skymap='hsc_rings_v1' and tract in (9813, 9697, 9615)
and band in ('g', 'r', 'i', 'z', 'y')
split_method: no_split
6 changes: 0 additions & 6 deletions examples/example_LSSTCam-imSim_DRP-test-med-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@
prerequisites: ['step3']
child_config:
base_query: "instrument='LSSTCam-imSim' and skymap='DC2' and tract in (3828, 3829)"
- Step:
name: step8
spec_block: LSSTCam-imSim_DRP-test-med-1_step8
prerequisites: ['step3']
child_config:
base_query: "instrument='LSSTCam-imSim' and skymap='DC2' and tract in (3828, 3829)"
- Step:
name: faro_visit
spec_block: LSSTCam-imSim_DRP-test-med-1_faro_visit
Expand Down
Loading