Skip to content

Commit

Permalink
Merge pull request #82 from lsst-dm/tickets/DM-45087
Browse files Browse the repository at this point in the history
DM-45087: Remove step8 from HSC RC2, Prod and test-med-1 campaigns
  • Loading branch information
yalsayyad authored Sep 5, 2024
2 parents a59476d + 441d188 commit 2955d1f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 43 deletions.
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

0 comments on commit 2955d1f

Please sign in to comment.