Skip to content

Commit

Permalink
add datasets to support global sky subtraction
Browse files Browse the repository at this point in the history
sky_config is the configuration from construction of sky frames.
skyCorr_config is the configuration from application of the sky frame.
  • Loading branch information
PaulPrice committed Sep 25, 2017
1 parent a83c964 commit 2516eb8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -638,3 +638,13 @@ donut_schema:
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/donut.fits
skyCorr_config: # Configuration for sky correction
persistable: Config
storage: ConfigStorage
python: lsst.pipe.drivers.skyCorrection.SkyCorrectionConfig
template: config/skyCorr.py
sky_config: # Configuration for sky frame construction
persistable: Config
storage: ConfigStorage
python: lsst.pipe.drivers.constructCalibs.PrimarySkyConfig
template: config/sky.py

0 comments on commit 2516eb8

Please sign in to comment.