-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from lsst/tickets/DM-34689
DM-34689: Add run of GenerateHipsTask.
- Loading branch information
Showing
3 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
description: Run GenerateHipsTask | ||
instrument: lsst.obs.lsst.LsstCamImSim | ||
tasks: | ||
generateHips: | ||
class: lsst.pipe.tasks.hips.GenerateHipsTask | ||
config: | ||
python: | | ||
config.properties.creator_did_template = "temp://lsst/ci_imsim/hips/images/band_{band}" | ||
config.properties.obs_title_template = "CI imSim for band {band}" | ||
config.properties.obs_description_template = "Coadded data from ci_imsim, band {band}." | ||
config.properties.prov_progenitor = ["Coadded data from the ci_imsim test dataset.", | ||
"HiPS generation: internal pre-release code (https://pipelines.lsst.io/v/w_2022_22/index.html)"] | ||
config.properties.t_min = 59582.04 | ||
config.properties.t_max = 61406.04 | ||
config.properties.obs_ack = "We gratefully acknowledge permission to use the DC2 simulated dataset from the LSST Dark Energy Science Collaboration and thank the collaboration for all the work and insight it represents." | ||
generateColorHips: | ||
class: lsst.pipe.tasks.hips.GenerateColorHipsTask | ||
config: | ||
python: | | ||
config.properties.creator_did_template = "temp://lsst/ci_imsim/hips/images/color_gri" | ||
config.properties.obs_title_template = "CI imSim: gri color visualization" | ||
config.properties.obs_description_template = "Color visualization of coadded data from ci_imsim (red: band i, green: band r, blue: band g) with a hue-preserving stretch." | ||
config.properties.prov_progenitor = ["Coadded data from the ci_imsim test dataset.", | ||
"HiPS generation: internal pre-release code (https://pipelines.lsst.io/v/w_2022_22/index.html)"] | ||
config.properties.t_min = 59582.04 | ||
config.properties.t_max = 61406.04 | ||
config.properties.obs_ack = "We gratefully acknowledge permission to use the DC2 simulated dataset from the LSST Dark Energy Science Collaboration and thank the collaboration for all the work and insight it represents." | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters