Skip to content

Commit

Permalink
Merge pull request #77 from lsst/tickets/DM-15500
Browse files Browse the repository at this point in the history
DM-15500: Read eimages in as float32
  • Loading branch information
TallJimbo committed Oct 5, 2018
2 parents d441495 + 2a44731 commit 97be04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/LsstSimMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ exposures:
template: raw/v%(visit)d-f%(filter)s/E%(snap)03d/R%(raft)s/S%(sensor)s/imsim_%(visit)d_R%(raft)s_S%(sensor)s_C%(channel)s_E%(snap)03d.fits.gz
eimage:
level: Ccd
persistable: DecoratedImageU
python: lsst.afw.image.DecoratedImageU
persistable: DecoratedImageF
python: lsst.afw.image.DecoratedImageF
storage: FitsStorage
tables: raw
template: eimage/v%(visit)d-f%(filter)s/E%(snap)03d/R%(raft)s/eimage_%(visit)d_R%(raft)s_S%(sensor)s_E%(snap)03d.fits.gz
Expand Down

0 comments on commit 97be04c

Please sign in to comment.