Skip to content

Commit

Permalink
Merge pull request #118 from lsst/tickets/DM-16294
Browse files Browse the repository at this point in the history
DM-16294: clean up dataset type definitions
  • Loading branch information
TallJimbo committed Oct 25, 2018
2 parents 5c50a14 + 2bf6f8b commit f7a7fdf
Showing 1 changed file with 2 additions and 17 deletions.
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

0 comments on commit f7a7fdf

Please sign in to comment.