Skip to content

Commit

Permalink
Merge pull request #271 from lsst/tickets/DM-24327
Browse files Browse the repository at this point in the history
DM-24327: Include coadd cutouts in alert packets
  • Loading branch information
morriscb authored Jun 30, 2020
2 parents 976e4ba + 0a21d08 commit fbf2cf9
Showing 1 changed file with 16 additions and 0 deletions.
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

0 comments on commit fbf2cf9

Please sign in to comment.