Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tickets/DM-15104 #105

Merged
merged 3 commits into from
Aug 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,40 @@ deepCoadd_meas:
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/meas-%(filter)s-%(tract)d-%(patch)s.fits
deblendCoaddSources_metadata:
persistable: PropertySet
storage: BoostStorage
python: lsst.daf.base.PropertySet
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/deblendMD-%(filter)s-%(tract)d-%(patch)s.boost
deblendCoaddSources_config:
persistable: Config
storage: ConfigStorage
python: lsst.pipe.tasks.multiBand.DeblendCoaddSourcesConfig
template: config/deblend.py
deepCoadd_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/%(tract)d/%(patch)s/deblendedModel-%(filter)s-%(tract)d-%(patch)s.fits
deepCoadd_deblendedModel_schema:
persistable: SourceCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/deepCoadd_deblendedModel.fits
deepCoadd_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/%(tract)d/%(patch)s/deblendedFlux-%(filter)s-%(tract)d-%(patch)s.fits
deepCoadd_deblendedFlux_schema:
persistable: SourceCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/deepCoadd_deblendedFlux.fits
deepCoadd_forced_config:
persistable: Config
storage: ConfigStorage
Expand Down