Skip to content

Commit

Permalink
Rename data product coaddTempExp to Warp
Browse files Browse the repository at this point in the history
Partial implementation of Paul Price's RFC-283
  • Loading branch information
yalsayyad committed May 23, 2017
1 parent 13da45d commit 03bd2ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions policy/exposures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ deepDiff_matchedExp:
storage: FitsStorage
level: Ccd
tables: 'raw'
deepCoadd_tempExp:
deepCoadd_directWarp:
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
storage: FitsStorage
level: Skytile
tables: 'raw'
deepCoadd_tempExpPsfMatched:
deepCoadd_psfMatchedWarp:
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
Expand Down Expand Up @@ -91,7 +91,7 @@ dcrCoadd_calexp:
python: lsst.afw.image.ExposureF
template: dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/calexp-%(filter)s-%(tract)d-%(patch)s.fits
level: None
dcrCoadd_tempExp:
dcrCoadd_directWarp:
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
Expand Down

0 comments on commit 03bd2ef

Please sign in to comment.