Skip to content

Commit

Permalink
Read dqmask as int32, because that's what it is on disk.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 4, 2018
1 parent e9abb28 commit e985511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/DecamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ exposures:
template: '%(visit)07d/instcal%(visit)07d.fits.fz[%(hdu)d]'
dqmask:
level: ccd
persistable: ImageU
python: lsst.afw.image.ImageU
persistable: ImageI
python: lsst.afw.image.ImageI
storage: FitsStorage
tables: raw
template: '%(visit)07d/dqmask%(visit)07d.fits.fz[%(hdu)d]'
Expand Down

0 comments on commit e985511

Please sign in to comment.