|
lsst.afw g712618294e+4813a5392e
|
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.