Skip to content

Commit

Permalink
Add wcs entry for persisting jointcal results for decam
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Nov 30, 2016
1 parent 4a36260 commit 47baba6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions policy/DecamMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ exposures: {
columns: "ccdnum"
columns: "ccd"
}
wcs: {
template: "%(visit)07d/calexp/wcs-%(visit)07d_%(ccdnum)02d.fits"
python: "lsst.afw.image.ExposureF"
persistable: "ExposureF"
columns: "visit" "ccdnum"
}

deepCoadd_tempExp: {
template: "deepCoadd/%(filter)s/%(tract)d/%(patch)stempExp/v%(visit)d-f%(filter)s.fits"
}
Expand Down

0 comments on commit 47baba6

Please sign in to comment.