Skip to content

Commit

Permalink
Declare parameters for MaskedImage
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Dec 5, 2023
1 parent bfad270 commit a6829bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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,15 @@ 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
MaskedImageF:
inheritsFrom: MaskedImage
pytype: lsst.afw.image.MaskedImageF
Expand Down

0 comments on commit a6829bd

Please sign in to comment.