Skip to content

Commit

Permalink
Merge pull request #103 from lsst/tickets/DM-14170
Browse files Browse the repository at this point in the history
DM-14170: Add descriptions of DCR datasets
  • Loading branch information
isullivan committed Jul 20, 2018
2 parents d32631f + 460bccb commit 01cc10a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 19 deletions.
44 changes: 28 additions & 16 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ deep_compareWarpAssembleCoadd_config:
storage: ConfigStorage
python: lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConfig
template: config/deep_compareWarpAssembleCoadd.py
deep_dcrAssembleCoadd_config: # Configuration for DCR-aware coadds
deep_dcrAssembleCoadd_config:
description: "Configuration for DCR-aware coadds."
persistable: Config
storage: ConfigStorage
python: lsst.pipe.tasks.dcrAssembleCoadd.DcrAssembleCoaddConfig
Expand Down Expand Up @@ -193,7 +194,8 @@ deep_compareWarpAssembleCoadd_metadata:
storage: BoostStorage
python: lsst.daf.base.PropertySet
template: deep_assembleCoadd_metadata/%(filter)s/%(tract)d/%(patch)s.boost
deep_dcrAssembleCoadd_metadata: # Temporary metadata for DCR-aware coadds
deep_dcrAssembleCoadd_metadata:
description: "Temporary metadata for DCR-aware coadds."
persistable: PropertySet
storage: BoostStorage
python: lsst.daf.base.PropertySet
Expand Down Expand Up @@ -538,6 +540,7 @@ deepCoadd_measMatchFull:
tables: raw
template: ''
dcrCoadd_calexp_background:
description: "The background model for a dcrCoadd_calexp."
persistable: PurePythonClass
storage: FitsCatalogStorage
python: lsst.afw.math.BackgroundList
Expand All @@ -564,13 +567,17 @@ dcrCoadd_ref_schema:
template: schema/dcrCoadd_ref.fits
dcrCoaddId:
description: >
A unique identifier for a (Ian fill this in!).
A unique identifier for a coadd of a single patch and DCR subfilter.
This is overridden by the CameraMapper and not a persisted dataset.
persistable: ignored
storage: ignored
python: lsst.daf.base.PropertySet
template: ignored
dcrCoadd_meas:
description: >
Catalog of source measurements on the dcrCoadd.
Footprints are deblended and fit (shapes, positions, fluxes) per filter and subfilter,
using peaks produced by MeasureMergedDcrCoaddSourcesTask.
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
Expand All @@ -581,6 +588,10 @@ dcrCoadd_forced_config:
python: lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig
template: config/forcedPhotCoadd.py
dcrCoadd_forced_src:
description: >
Catalog of forced measurements (shape and position parameters held fixed) on the dcrCoadd.
Uses dcrCoadd_ref as the reference catalog by default.
Produced by ForcedPhotCoaddTask.
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
Expand All @@ -596,6 +607,10 @@ dcrCoaddId_bits:
python: lsst.daf.base.PropertySet
template: ignored
dcrCoadd_ref:
description: >
Catalog marking the primary detection (which band provides a good shape and position)
for each detection in dcrCoadd_mergeDet.
Produced by mergeDcrCoaddMeasurements.
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
Expand All @@ -606,6 +621,9 @@ dcrCoadd_det_schema:
python: lsst.afw.table.SourceCatalog
template: schema/dcrCoadd_det.fits
dcrCoadd_mergeDet:
description: >
Catalog containing the union of footprints (and peaks) detected on all subfilters (from dcrCoadd_det).
Produced by MergeDcrDetectionsTask.
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
Expand All @@ -616,32 +634,26 @@ dcrCoadd_meas_schema:
python: lsst.afw.table.SourceCatalog
template: schema/dcrCoadd_meas.fits
dcrCoadd_skyMap:
description: "The standard reference system for use when projecting single epoch images on to the coadd."
persistable: ignored
storage: PickleStorage
python: lsst.skymap.BaseSkyMap
template: dcrCoadd/skyMap.pickle
dcrCoadd_det:
description: "Source catalog of footprints detected on coadds, produced by DetectDcrCoaddSourcesTask."
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: dcrCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/det-%(filter)s%(subfilter)dof%(numSubfilters)d-%(tract)d-%(patch)s.fits
dcrCoadd_forced_src:
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: dcrCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/forced_src-%(filter)s%(subfilter)dof%(numSubfilters)d-%(tract)d-%(patch)s.fits
dcrCoadd_forced_src_schema:
persistable: ignored
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
template: schema/dcrCoadd_forced_src.fits
dcrCoadd_measMatch: # Matches from MeasureMergedCoaddSourcesTask
dcrCoadd_measMatch:
description: "Matches from MeasureMergedDcrCoaddSourcesTask."
persistable: BaseCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.BaseCatalog
tables: raw
template: dcrCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/srcMatch-%(filter)s%(subfilter)dof%(numSubfilters)d-%(tract)d-%(patch)s.fits
dcrCoadd_measMatchFull: # Denormalized matches from MeasureMergedCoaddSourcesTask
dcrCoadd_measMatchFull:
description: "Denormalized matches from MeasureMergedDcrCoaddSourcesTask."
persistable: BaseCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.BaseCatalog
Expand Down Expand Up @@ -669,7 +681,7 @@ dcr_safeClipAssembleCoadd_metadata:
template: dcr_assembleCoadd_metadata/%(filter)s/%(tract)d/%(patch)s.boost
dcrMergedCoaddId:
description: >
A unique identifier for a (Ian fill this in!).
A unique identifier for a DCR subfilter-merged catalog of a single patch.
This is overridden by the CameraMapper and not a persisted dataset.
persistable: ignored
storage: ignored
Expand Down
8 changes: 5 additions & 3 deletions policy/exposures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,23 @@ icExp:
tables: raw
template: ''
dcrCoadd:
description: ""
description: "A coadd assembled from direct warps, produced by DcrAssembleCoaddTask."
persistable: ExposureF
storage: FitsStorage
python: lsst.afw.image.ExposureF
template: dcrCoadd/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s.fits
level: Skytile
dcrCoadd_calexp:
description: ""
description: >
An exposure that holds stacked data, after DetectDcrCoaddSourcesTask
(thus the background has been subtracted).
persistable: ExposureF
storage: FitsStorage
python: lsst.afw.image.ExposureF
template: dcrCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/calexp-%(filter)s-%(tract)d-%(patch)s.fits
level: None
dcrCoadd_directWarp:
description: ""
description: "An image which has been warped so it can be included in a dcrCoaddd."
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
Expand Down

0 comments on commit 01cc10a

Please sign in to comment.