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

DM-16294: clean up dataset type definitions #118

Merged
merged 2 commits into from
Oct 25, 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
19 changes: 2 additions & 17 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ mergeCoaddDetections_config:
storage: ConfigStorage
python: lsst.pipe.tasks.multiBand.MergeDetectionsConfig
template: config/mergeDetect.py
deep_makeSkyMap_metadata:
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: metadata/deep_makeSkyMap.yaml
measureCoaddSources_metadata:
persistable: PropertySet
storage: YamlStorage
Expand Down Expand Up @@ -325,11 +320,6 @@ measureCoaddSources_config:
storage: ConfigStorage
python: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig
template: config/measureMerged.py
deep_makeDiscreteSkyMap_metadata:
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: metadata/deep_makeDiscreteSkyMap.yaml
deepCoadd_mergeDet:
description: >
Catalog containing the union of footprints (and peaks) detected on all filters (from deepCoadd_det).
Expand Down Expand Up @@ -614,7 +604,7 @@ deepCoadd_measMatch:
storage: FitsCatalogStorage
python: lsst.afw.table.BaseCatalog
tables: raw
template: ''
template: 'deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/srcMatch-%(filter)s-%(tract)d-%(patch)s.fits'
deepCoadd_measMatchFull:
description: >
Denormalized deepCoadd_measMatch. Contains all columns from deepCoadd_meas and reference catalog.
Expand All @@ -623,7 +613,7 @@ deepCoadd_measMatchFull:
storage: FitsCatalogStorage
python: lsst.afw.table.BaseCatalog
tables: raw
template: ''
template: 'deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/srcMatchFull-%(filter)s-%(tract)d-%(patch)s.fits'
dcrCoadd_calexp_background:
description: "The background model for a dcrCoadd_calexp."
persistable: PurePythonClass
Expand Down Expand Up @@ -772,11 +762,6 @@ dcrMergedCoaddId:
storage: ignored
python: lsst.daf.base.PropertySet
template: ignored
dcr_makeDiscreteSkyMap_metadata:
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: metadata/dcr_makeDiscreteSkyMap.yaml
dcrMergedCoaddId_bits:
persistable: ignored
storage: ignored
Expand Down