Skip to content

Commit

Permalink
Add datasets for defects task and general cp_pipe plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Jul 23, 2019
1 parent 898c2a1 commit 0b2c7d5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1357,3 +1357,23 @@ deepCoadd_mcalmax_deblended_schema:
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/mcalmax-deblended.fits
findDefects_config:
description: "Configuration for the defect finding task."
persistable: Config
python: lsst.cp.pipe.defects.FindDefectsTaskConfig
storage: ConfigStorage
tables:
- raw
template: config/findDefects.py
findDefects_metadata:
description: "Metadata for the defect finding task."
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: findDefects_metadata/%(detector)03d.yaml
cpPipePlotRoot:
description: "A dataset for the root path for cp_pipe plots"
persistable: ignored
python: MatplotlibStorage
storage: PickleStorage
template: 'plots/'

0 comments on commit 0b2c7d5

Please sign in to comment.