Skip to content

Commit

Permalink
HscMapper: update template for calibrated_src,exp
Browse files Browse the repository at this point in the history
These are generated by scripts that now live in hscPipe.
We don't want the outputs getting mixed in with the
uncalibrated data.
  • Loading branch information
PaulPrice committed Feb 5, 2020
1 parent 0a5c098 commit 1d61bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/HscMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exposures:
tables:
- raw
- raw_visit
template: '%(pointing)05d/%(filter)s/corr/%(tract)04d/CALEXP-%(visit)07d-%(ccd)03d.fits'
template: '%(pointing)05d/%(filter)s/calibrated/%(tract)04d/CALEXP-%(visit)07d-%(ccd)03d.fits'
deepCoadd_directWarp:
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s/warp-%(filter)s-%(tract)d-%(patch)s-%(visit)d.fits
deepCoadd_psfMatchedWarp:
Expand Down Expand Up @@ -352,7 +352,7 @@ datasets:
tables:
- raw
- raw_visit
template: '%(pointing)05d/%(filter)s/output/%(tract)04d/CALSRC-%(visit)07d-%(ccd)03d.fits'
template: '%(pointing)05d/%(filter)s/calibrated/%(tract)04d/CALSRC-%(visit)07d-%(ccd)03d.fits'
transformed_src:
persistable: SourceCatalog
python: lsst.afw.table.BaseCatalog
Expand Down

0 comments on commit 1d61bff

Please sign in to comment.