Skip to content

Commit

Permalink
Add calexp_fakes to exposures.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sr525 committed Jun 6, 2019
1 parent 7179f55 commit 119cc93
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
36 changes: 36 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,42 @@ src:
python: lsst.afw.table.SourceCatalog
tables: raw
template: ''
fakes_src:
description: "Full depth source catalog with fake objects procduced by processFakes."
persistable: SourceCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
tables: raw
template: ''
fakeSourceCat:
description: "A catalog of fake sources sized to match a specific calexp"
persistable: ignored
storage: ParquetStorage
python: lsst.qa.explorer.parquetTable.MultilevelParquetTable
tables: raw
template: ''
deepCoadd_fakeSourceCat:
description: "A catalog of fake sources covering the sky area of a specific tract"
persistable: ignored
storage: ParquetStorage
python: lsst.qa.explorer.parquetTable.MultilevelParquetTable
tables: raw
template: deepCoadd-results/%(tract)d/fakeSourceCat-%(tract)d.parq
insertFakes_config:
persistable: Config
storage: ConfigStorage
python: lsst.pipe.tasks.insertFakes.insertFakesConfig
template: config/insertFakes.py
processCcdWithFakes_config:
persistable: Config
storage: ConfigStorage
python: lsst.pipe.tasks.processCcdWithFakes.processCcdWithFakesConfig
template: config/processFakes.py
processCcdWithFakes_metadata:
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: metadata/processFakes.yaml
calexpBackground:
description: >
Background model produced by ProcessCcdTask.
Expand Down
23 changes: 23 additions & 0 deletions policy/exposures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ deepCoadd:
python: lsst.afw.image.ExposureF
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s.fits
level: Skytile
fakes_deepCoadd:
description: "A coadd assembled from direct warps, produced by AssembleCoaddTask, with fake sources added."
persistable: ExposureF
storage: FitsStorage
python: lsst.afw.image.ExposureF
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s_fakes.fits
level: Skytile
deepCoadd_nImage:
description: "The number of input images per pixel in a deepCoadd, per patch."
persistable: ImageU
Expand All @@ -28,6 +35,13 @@ deepCoadd_calexp:
python: lsst.afw.image.ExposureF
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/calexp-%(filter)s-%(tract)d-%(patch)s.fits
level: None
fakes_deepCoadd_calexp:
description: "Same as deepCoadd_calexp but with fake sources added"
persistable: ExposureF
storage: FitsStorage
python: lsst.afw.image.ExposureF
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/calexp-%(filter)s-%(tract)d-%(patch)s_fakes.fits
level: None
deepDiff_differenceExp:
description: "The result of image differencing against a deepCoadd."
template: ''
Expand Down Expand Up @@ -92,6 +106,15 @@ calexp:
level: Ccd
tables: raw
template: ''
fakes_calexp:
description: >
Same as a calexp but with fake sources added.
persistable: ExposureF
storage: FitsStorage
python: lsst.afw.image.ExposureF
level: Ccd
tables: raw
template: ''
raw:
description: "An image directly from the data acquisition system."
persistable: DecoratedImageU
Expand Down

0 comments on commit 119cc93

Please sign in to comment.