lsst.afw g5dde539398+b655ba634f
|
Public Member Functions | |
def | __init__ (self, filters, array, bbox=None) |
Static Public Member Functions | |
def | fromImages (filters, singles) |
def | fromKwargs (filters, filterKwargs, singleType=ImageF, **kwargs) |
Multiband Image class See `MultibandImageBase` for a description of the parameters.
Definition at line 328 of file _multiband.py.
def lsst.afw.image._image._multiband.MultibandImage.__init__ | ( | self, | |
filters, | |||
array, | |||
bbox = None |
|||
) |
Reimplemented from lsst.afw.image._image._multiband.MultibandImageBase.
Definition at line 333 of file _multiband.py.
|
static |
Construct a MultibandImage from a collection of single band images see `fromSingles` for a description of parameters
Definition at line 337 of file _multiband.py.
|
static |
Build a MultibandImage from a set of keyword arguments see `makeImageFromKwargs` for a description of parameters
Definition at line 345 of file _multiband.py.