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-24327: Include coadd cutouts in alert packets #271

Merged
merged 2 commits into from
Jun 30, 2020
Merged
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions policy/exposures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ deepDiff_differenceExp:
storage: FitsStorage
level: Ccd
tables: 'raw'
deepDiff_warpedExp:
description: "The result of WCS warping a deepCoadd to the image to be differenced against."
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
storage: FitsStorage
level: Ccd
tables: 'raw'
deepDiff_matchedExp:
description: "The result of PSF matching a deepCoadd to the image to be differenced against."
template: ''
Expand Down Expand Up @@ -203,6 +211,14 @@ dcrDiff_differenceExp:
storage: FitsStorage
level: Ccd
tables: 'raw'
dcrDiff_warpedExp:
description: "The result of WCS warping a deepCoadd to the image to be differenced against."
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
storage: FitsStorage
level: Ccd
tables: 'raw'
dcrDiff_matchedExp:
description: >
The result of forward-modeling chromatic effects, warping, and PSF-matching a dcrCoadd
Expand Down