Skip to content

Commit

Permalink
Merge pull request #89 from lsst/tickets/DM-15082
Browse files Browse the repository at this point in the history
DM-15082: switch from BoostStorage to YamlStorage
  • Loading branch information
TallJimbo committed Aug 30, 2018
2 parents b463f2d + b1f0221 commit 9631a7a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions policy/DecamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,57 +208,57 @@ datasets:
jointcal_photoCalib: # photometric calibration produced by jointcal
template: 'jointcal-results/%(filter)s/%(tract)04d/jointcal_photoCalib-%(visit)07d_%(ccdnum)02d.fits'
processCcd_metadata:
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.boost'
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.yaml'
isr_config:
python: lsst.obs.decam.isr.DecamIsrConfig
isr_metadata:
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.boost'
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.yaml'
characterizeImage_metadata:
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.boost'
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.yaml'
calibrate_metadata:
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.boost'
template: '%(visit)07d/metadata/metadata-%(visit)07d_%(ccdnum)02d.yaml'
deep_makeCoaddTempExp_metadata:
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s/makeCoaddTempExpMD.boost
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s/makeCoaddTempExpMD.yaml
deep_safeClipAssembleCoadd_config:
template: config/deep_assembleCoadd.py
deep_safeClipAssembleCoadd_metadata:
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s/assembleCoaddMD.boost
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s/assembleCoaddMD.yaml
deepCoadd_measMatch:
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/srcMatch-%(filter)s-%(tract)d-%(patch)s.fits
dcrCoadd_measMatchFull:
template: dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/srcMatchFull-%(filter)s%(subfilter)s-%(tract)d-%(patch)s.fits
detectCoaddSources_config:
template: config/detectCoadd.py
detectCoaddSources_metadata:
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/detectCoaddMD.boost
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/detectCoaddMD.yaml
measureCoaddSources_config:
template: config/measureMergedCoadd.py
measureCoaddSources_metadata:
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/measMD.boost
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/measMD.yaml
mergeCoaddMeasurements_metadata:
template: deepCoadd-results/merged/%(tract)d/%(patch)s/mergeMeasMD.boost
template: deepCoadd-results/merged/%(tract)d/%(patch)s/mergeMeasMD.yaml
forcedPhotCcd_metadata:
template: forced/%(filter)s/%(tract)d/forcedPhotCcd_metadata/%(visit)07d-%(ccdnum)03d.boost
template: forced/%(filter)s/%(tract)d/forcedPhotCcd_metadata/%(visit)07d-%(ccdnum)03d.yaml
forced_src:
template: forced/%(filter)s/%(tract)d/forcedSrc-%(visit)07d-%(ccdnum)03d.fits
deepCoadd_forced_metadata:
template: deepCoadd-results/forcedPhotCoadd_metadata/%(filter)s/%(tract)d/%(patch)s.boost
template: deepCoadd-results/forcedPhotCoadd_metadata/%(filter)s/%(tract)d/%(patch)s.yaml
deepCoadd_forced_src:
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/forcedSrc-%(filter)s-%(tract)d-%(patch)s.fits
deepDiff_metadata:
template: deepDiff/v%(visit)d/metadata-%(ccdnum)02d.boost
template: deepDiff/v%(visit)d/metadata-%(ccdnum)02d.yaml
deepDiff_diaSrc:
template: deepDiff/v%(visit)d/diaSrc-%(ccdnum)02d.fits
deepDiff_kernelSrc:
template: deepDiff/v%(visit)d/kernelSrc-%(ccdnum)02d.fits
singleFrameDriver_metadata:
persistable: PropertySet
python: lsst.daf.base.PropertySet
storage: BoostStorage
storage: YamlStorage
tables:
- raw
- raw_visit
template: '%(pointing)05d/%(filter)s/singleFrameDriver_metadata/%(visit)07d.boost'
template: '%(pointing)05d/%(filter)s/singleFrameDriver_metadata/%(visit)07d.yaml'
dcrCoadd_measMatch:
template: dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/srcMatch-%(filter)s%(subfilter)s-%(tract)d-%(patch)s.fits
deepCoadd_measMatchFull:
Expand All @@ -268,12 +268,12 @@ datasets:
dcrCoadd_forced_config:
template: config/dcrCoadd_forced.py
dcrCoadd_forced_metadata:
template: dcrCoadd_forced_metadata/%(filter)s/%(tract)d/%(patch)s.boost
template: dcrCoadd_forced_metadata/%(filter)s/%(tract)d/%(patch)s.yaml
dcrDiff_metadata:
template: dcrDiff/v%(visit)d/metadata-%(ccdnum)02d.boost
template: dcrDiff/v%(visit)d/metadata-%(ccdnum)02d.yaml
dcrDiff_diaSrc:
template: dcrDiff/v%(visit)d/diaSrc-%(ccdnum)02d.fits
dcrDiff_kernelSrc:
template: dcrDiff/v%(visit)d/kernelSrc-%(ccdnum)02d.fits
apPipe_metadata:
template: '%(visit)07d/apPipe_metadata/metadata-%(visit)07d_%(ccdnum)02d.boost'
template: '%(visit)07d/apPipe_metadata/metadata-%(visit)07d_%(ccdnum)02d.yaml'

0 comments on commit 9631a7a

Please sign in to comment.