Skip to content

Commit

Permalink
Update HIPS pipeline configs to point to HSC-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
eigerx committed Nov 20, 2024
1 parent 4363695 commit d23e1c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions examples/example_HSC_DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
- "${CM_CONFIGS}/example_standard_scripts.yaml"
- "${CM_CONFIGS}/example_standard_elements.yaml"
- "${CM_CONFIGS}/example_HSC_DRP-RC2_steps.yaml"
- "${CM_CONFIGS/stack_files/highres_hips.yaml"
- "${CM_CONFIGS}/stack_files/gen_hips_both.yaml"
# Script to make hips maps for a campaign
- SpecBlock:
name: hips_maps_script
Expand Down Expand Up @@ -143,7 +141,7 @@
prerequisites: ['resource_usage', 'hips_maps']
spec_block: chain_create_script
collections:
inputs: ["{campaign_output}", "{campaign_input}"]
inputs: ["{campaign_output}", "{campaign_hips_maps}", "{campaign_resource_usage}", "{campaign_input}"]
output: "{campaign_public_output}"
data:
hips_maps_script_template: stack_script_template
Expand Down
16 changes: 8 additions & 8 deletions examples/stack_files/gen_hips_both.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ tasks:
config.png_gray_asinh_stretch=0.4
config.png_gray_asinh_softening=8
config.png_gray_asinh_minimum=0.0
config.properties.creator_did_template = "temp://lsst/ci_hsc/hips/images/band_{band}"
config.properties.obs_title_template = "CI HSC for band {band}"
config.properties.obs_description_template = "Coadded data from ci_hsc, band {band}."
config.properties.creator_did_template = "temp://lsst/hsc_rc2/hips/images/band_{band}"
config.properties.obs_title_template = "HSC-RC2 for band {band}"
config.properties.obs_description_template = "Coadded data from hsc_rc2, band {band}."
config.properties.prov_progenitor = [
"Coadded data from the ci_hsc test dataset.",
"Coadded data from the HSC-RC2 test dataset.",
"HiPS generation: internal pre-release code (https://pipelines.lsst.io/v/w_2022_22/index.html)"
]
Expand All @@ -23,11 +23,11 @@ tasks:
config.png_color_asinh_stretch=0.3
config.png_color_asinh_softening=10
config.png_color_asinh_minimum=0.0
config.properties.creator_did_template = "temp://lsst/ci_hsc/hips/images/color_gri"
config.properties.obs_title_template = "CI HSC: gri color visualization"
config.properties.obs_description_template = "Color visualization of coadded data from ci_imsim " +
config.properties.creator_did_template = "temp://lsst/hsc_rc2/hips/images/color_gri"
config.properties.obs_title_template = "HSC-RC2: gri color visualization"
config.properties.obs_description_template = "Color visualization of coadded data from hsc_rc2 " +
"(red: band i, green: band r, blue: band g) with a hue-preserving stretch."
config.properties.prov_progenitor = [
"Coadded data from the ci_hsc test dataset.",
"Coadded data from the HSC-RC2 test dataset.",
"HiPS generation: internal pre-release code (https://pipelines.lsst.io/v/w_2022_22/index.html)"
]

0 comments on commit d23e1c9

Please sign in to comment.