Skip to content

Commit

Permalink
Define components for MaskedImage
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Dec 6, 2023
1 parent 467f4b7 commit 1dee9af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/lsst/daf/butler/configs/storageClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ storageClasses:
#
# 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 1dee9af

Please sign in to comment.