Skip to content

Commit

Permalink
add visit-level file gen2 templates for gen3 conversions.
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Dec 8, 2021
1 parent bad0310 commit 3ad5e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions policy/MegacamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ calibrations:
datasets:
src:
template: src/%(runId)s/%(object)s/%(date)s/%(filter)s/SRC-%(visit)d-%(ccd)02d.fits
source:
template: src/%(runId)s/%(object)s/%(date)s/%(filter)s/SRC-%(visit)d-%(ccd)02d.parq
sourceTable:
template: 'src/%(runId)s/%(object)s/%(date)s/%(filter)s/sourceTable-%(visit)d-%(ccd)02d.parq'
sourceTable_visit:
template: 'src/%(runId)s/%(object)s/%(date)s/%(filter)s/sourceTable-%(visit)d.parq'
visitSummary:
template: 'calexp/%(runId)s/%(object)s/%(date)s/%(filter)s/visitSummary-%(visit)d.fits'
icMatch:
persistable: BaseCatalog
python: lsst.afw.table.BaseCatalog
Expand Down

0 comments on commit 3ad5e42

Please sign in to comment.