Skip to content

Commit

Permalink
Merge pull request #73 from lsst/tickets/DM-9852
Browse files Browse the repository at this point in the history
DM-9852: Add DCR template images
  • Loading branch information
isullivan committed Jul 20, 2018
2 parents e5e4aa6 + 673f696 commit e0a8513
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions policy/LsstSimMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ exposures:
template: deepDiff/v%(visit)d-f%(filter)s/R%(raft)s/diffexp-S%(sensor)s.fits
deepDiff_matchedExp:
template: deepDiff/v%(visit)d-f%(filter)s/R%(raft)s/matchexp-S%(sensor)s.fits
dcrDiff_differenceExp:
template: dcrDiff/v%(visit)d-f%(filter)s/R%(raft)s/diffexp-S%(sensor)s.fits
dcrDiff_matchedExp:
template: dcrDiff/v%(visit)d-f%(filter)s/R%(raft)s/matchexp-S%(sensor)s.fits

calibrations:
bias:
Expand Down Expand Up @@ -237,6 +241,14 @@ datasets:
template: config/dcrCoadd_forced.py
dcrCoadd_forced_metadata:
template: dcrCoadd_forced_metadata/%(filter)s/%(tract)d/%(patch)s.boost
dcrDiff_diaSrc:
template: dcrDiff/v%(visit)d-f%(filter)s/R%(raft)s/diaSrc-S%(sensor)s.fits
dcrDiff_kernelSrc:
template: dcrDiff/v%(visit)d-f%(filter)s/R%(raft)s/kernelSrc-S%(sensor)s.fits
dcrDiff_config:
python: lsst.pex.config.Config
dcrDiff_metadata:
template: dcrDiff/v%(visit)d-f%(filter)s/R%(raft)s/metadata-S%(sensor)s.boost
apPipe_metadata:
template: apPipe_metadata/v%(visit)d-f%(filter)s/R%(raft)s/S%(sensor)s.boost

Expand Down

0 comments on commit e0a8513

Please sign in to comment.