Skip to content

Commit

Permalink
Merge pull request #919 from lsst/tickets/DM-42012
Browse files Browse the repository at this point in the history
DM-42012: Support reading a subset of a MaskedImage
  • Loading branch information
arunkannawadi authored Dec 6, 2023
2 parents 697be36 + 1dee9af commit 3243903
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions python/lsst/daf/butler/configs/storageClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@ storageClasses:
pytype: lsst.afw.image.MaskX
MaskedImage:
pytype: lsst.afw.image.MaskedImage
delegate: lsst.obs.base.exposureAssembler.ExposureAssembler
parameters:
# Load a subimage defined by this box (`lsst.afw.geom.Box2I`).
- bbox

# Coordinate system for ``bbox`` (`lsst.afw.image.ImageOrigin`)
#
# Defaults to ``PARENT``. Ignored if ``bbox`` is not present.
- origin
components:
image: Image
mask: Mask
variance: Image
MaskedImageF:
inheritsFrom: MaskedImage
pytype: lsst.afw.image.MaskedImageF
Expand Down

0 comments on commit 3243903

Please sign in to comment.