Skip to content

Commit

Permalink
Add deblended DCR dataset types.
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Aug 23, 2018
1 parent f78d8dd commit d3228d6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,30 @@ deepCoadd_deblendedFlux_schema:
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/deepCoadd_deblendedFlux.fits
dcrCoadd_deblendedModel:
description: >
Catalog of deblended footprint models using the output of the multi-band deblender.
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: deepCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/deblendedModel-%(filter)s%(subfilter)dof%(numSubfilters)d-%(tract)d-%(patch)s.fits
dcrCoadd_deblendedModel_schema:
persistable: SourceCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/dcrCoadd_deblendedModel.fits
dcrCoadd_deblendedFlux:
description: >
Catalog of deblended footprints with templates used to reweight the data so that flux is conserved.
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: deepCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/deblendedFlux-%(filter)s%(subfilter)dof%(numSubfilters)d-%(tract)d-%(patch)s.fits
dcrCoadd_deblendedFlux_schema:
persistable: SourceCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/dcrCoadd_deblendedFlux.fits
deepCoadd_forced_config:
persistable: Config
storage: ConfigStorage
Expand Down

0 comments on commit d3228d6

Please sign in to comment.