Skip to content

Commit

Permalink
Add output datasets for ImageDifferenceTask.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jul 19, 2018
1 parent f273664 commit cac6718
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions policy/HscMapper.yaml
Expand Up @@ -174,6 +174,10 @@ exposures:
- raw
- raw_visit
template: '%(pointing)05d/%(filter)s/thumbs/flattened-%(visit)07d-%(ccd)03d.fits'
deepDiff_differenceExp:
template: 'deepDiff/%(pointing)05d/%(filter)s/DIFFEXP-%(visit)07d-%(ccd)03d.fits'
deepDiff_matchedExp:
template: 'deepDiff/%(pointing)05d/%(filter)s/MATCHEDEXP-%(visit)07d-%(ccd)03d.fits'

calibrations:
bias:
Expand Down Expand Up @@ -384,6 +388,12 @@ datasets:
storage: FitsCatalogStorage
tables: raw_skytile
template: deepCoadd-diff/%(filter)s/%(tract)d/%(patch)s/diffsrc-%(filter)s-%(tract)d-%(patch)s-%(visit)d.fits
deepDiff_metadata:
template: '%(pointing)05d/%(filter)s/deepDiff_metadata/deepDiff_metadata-%(visit)07d-%(ccd)03d.boost'
deepDiff_diaSrc:
template: 'deepDiff/%(pointing)05d/%(filter)s/DIASRC-%(visit)07d-%(ccd)03d.fits'
deepDiff_kernelSrc:
template: 'deepDiff/%(pointing)05d/%(filter)s/KERNELSRC-%(visit)07d-%(ccd)03d.fits'
warppsf:
persistable: Psf
python: lsst.afw.detection.Psf
Expand Down

0 comments on commit cac6718

Please sign in to comment.